Neural Network example in .NET [closed]

2019-01-20 22:50发布

Any good tutorial with source that will demonstrate how to develop neural network (step bay step for dummies ;-))

5条回答
家丑人穷心不美
3楼-- · 2019-01-20 23:24

Here is an online course on C# neural network programming.

http://www.heatonresearch.com/course/intro-neural-nets-cs

查看更多
Animai°情兽
4楼-- · 2019-01-20 23:30

You can have a look at http://generation5.org/articles.asp?Action=List&Topic=Neural+Networks which contains a lot of articles about various types of neural networks targeting both beginners and advanced fields.

查看更多
Lonely孤独者°
5楼-- · 2019-01-20 23:39

There's a really good article on CodeProject: Image Recognition with Neural Networks.

查看更多
甜甜的少女心
6楼-- · 2019-01-20 23:43

An interesting tutorial is available here. Hopefully it will act as an introduction for you.

查看更多
登录 后发表回答