Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Are there any tools for building neural networks in visual studio?
Posted
Comments
Sergey Alexandrovich Kryukov 3-Oct-11 19:36pm    
In Visual Studio? .NET is not Visual Studio...
--SA

You could try writing your own; here is a MSDN article; http://msdn.microsoft.com/en-us/magazine/cc300677.aspx[^]


CodeProject Articles;
A Neural Network on GPU[^]
An Introduction to Encog Neural Networks for C#[^]

And google also gave us;
C# Neural Network Library[^]
as well as several other results..........
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 3-Oct-11 19:37pm    
Good starting point, my 5.
--SA
No, not really. Neural networks are an abstract, in-code idea, and they're also somewhat specialist. (Most people use them at some point in their programming lives to play around and see how they work, but I've never come across a real world problem where they are the right approach.)

Dave has given you some good starting points for where to start – in your favourite IDE or text editor.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 3-Oct-11 19:40pm    
You opinion is questionable at the least. I can see good working applications of the neural networks, but I don't want to argue before I have my own development though...
--SA
BobJanova 4-Oct-11 13:11pm    
I've never seen a neural net in a normal application, but I'm happy to see an example.

It's still true that VS doesn't have any tools for NNs, though.

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