Comment on Mistakes Programmers Make when Starting in Machine LearningparentComments−primaryobjects12yJust today, I finished a deep-learning example in C# with Accord .NET. It solves a simple XOR function, as well as classifying ascii digits.If you're looking for a basic example in .NET, I think the XOR one is as simple as it gets.Deep-Learning XOR: https://github.com/primaryobjects/deep-learning/blob/XOR/Dee...Deep-Learning Digits: https://github.com/primaryobjects/deep-learning/blob/master/...−agibsonccc12yVery cool stuff. A .NET implementation is a great project. If you want any advice, I'm working with a friend on a hadoop version as well.https://github.com/jpatanooga/MetronomeWe have a wiki and some resources put up.
Comments
Just today, I finished a deep-learning example in C# with Accord .NET. It solves a simple XOR function, as well as classifying ascii digits.
If you're looking for a basic example in .NET, I think the XOR one is as simple as it gets.
Deep-Learning XOR: https://github.com/primaryobjects/deep-learning/blob/XOR/Dee...
Deep-Learning Digits: https://github.com/primaryobjects/deep-learning/blob/master/...
Very cool stuff. A .NET implementation is a great project. If you want any advice, I'm working with a friend on a hadoop version as well.
https://github.com/jpatanooga/Metronome
We have a wiki and some resources put up.