.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
Neural Network example in .NET
提问by
Any good tutorial with source that will demonstrate how to develop neural network (step bay step for dummies ;-))
任何带有源代码的优秀教程都将演示如何开发神经网络(傻瓜的步骤;-))
采纳答案by SelvirK
Here is good example: Brainnet 1 - A Neural Netwok Project - With Illustration And Code - Learn Neural Network Programming Step By Step And Develop a Simple Handwriting Detection Systemthat will demonstrate some practical uses of neural network programming.
这是一个很好的例子: Brainnet 1 - 一个神经网络项目 - 带有插图和代码 - 逐步学习神经网络编程并开发一个简单的手写检测系统,该系统将演示神经网络编程的一些实际用途。
回答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# 神经网络编程的在线课程。
回答by Martin
回答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,其中包含大量关于针对初学者和高级领域的各种类型神经网络的文章。

