4 ms·
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
by primaryobjects 13y ago
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/DeepLearning/Program.cs https://github.com/primaryobjects/deep-learning/blob/XOR/Dee...
Deep-Learning Digits:
https://github.com/primaryobjects/deep-learning/blob/master/DeepLearning/Program.cs https://github.com/primaryobjects/deep-learning/blob/master/...
- agibsonccc 13y agoVery 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 https://github.com/jpatanooga/Metronome We have a wiki and some resources put up.