.NET 中的神经网络示例

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/100469/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-03 09:59:48  来源:igfitidea点击:

Neural Network example in .NET

.netartificial-intelligenceneural-network

提问by

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

任何带有源代码的优秀教程都将演示如何开发神经网络(傻瓜的步骤;-))

采纳答案by SelvirK

回答by Mark Cidade

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

CodeProject 上有一篇非常好的文章:Image Recognition with Neural Networks

回答by Miley

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

这是关于 C# 神经网络编程的在线课程。

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

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

回答by Martin

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

此处提供一个有趣的教程。希望它可以作为您的介绍。

回答by jeremy-george

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

您可以查看http://generation5.org/articles.asp?Action=List&Topic=Neural+Networks,其中包含大量关于针对初学者和高级领域的各种类型神经网络的文章。