Click here to Skip to main content
15,900,511 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to know if there is a module for C# in which this implemented multilayer perceptron as a base module to enter after the weights and so on, I'm developing a thesis and get this problem, please if you can help me with that problem,

I appreciate very much, thanks.
Posted
Updated 6-Apr-11 13:04pm
v4
Comments
Sergey Alexandrovich Kryukov 6-Apr-11 18:13pm    
I really wonder what would be your creative contribution to your thesis (which seems to be pure programming) if you want to rely on ready-to-use code. What would be you thesis?
--SA

Well, are you familiar with Flood and Weka software?
You will find the references here, as well as the overview: http://en.wikipedia.org/wiki/Multilayer_perceptron[^].

You can import it to your C# projects either using P/Invoke or C++/CLI in mixed mode (managed+unmanaged).

Are you familiar with works by Andrew Kirillov (http://www.codeproject.com/script/Membership/View.aspx?mid=1181072[^])? See Neural Networks on C#[^]. Andrew is a highly knowledgeable CodeProject member, so you can ask him some questions.

—SA
 
Share this answer
 
v3
I would rather use Encog - http://www.heatonresearch.com/encog[^]. Consider it the most complete library for NN programming.
Regards
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900