Neural Network Library (work in progress)
-By K Sreram
I have recently written a simple neural network algorithm and I have posted it on github. It uses feed-forward and back propagation algorithms. It is still far from a complete neural network tool. The link to the source: https://github.com/Aplokodika/MachineLearning/tree/master/src
This is an example of a Main Method using the neural network library
The part of the code responsible for training
The part of the code responsible for training
No comments:
Post a Comment