We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
开发者_JAVA技巧 Improve this questionI'm doing object detection in c# using emgucv library. But i find it difficult to develop the neural network in c# for detecting the object? Please any body help me about this topic and how to test object in network???
Here are the reference:
Neural on C#
Neural Network Library project in C#
C# Neural Class
This may not be exactly what you are looking for, but you may be able to use this simple library as a base OOP neural network library in C# that you can build further functionality: http://allthingscs.blogspot.com/2011/04/neural-networks-with-c-part-1.html
精彩评论