diff --git a/README.md b/README.md index c06de72..e7d4041 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # SharpBrain -A C# based Machine Learning Library which aims to implement user interactive Deep Learning Architecture & Algorithms. +A C# based Machine Learning Library which aims to implement user interactive Deep Learning Architecture & Algorithms. Learn more [Get Started](https://github.com/amaneureka/SharpBrain/wiki/Get-Started) + +## Inspiration +I got inspired from [TensorFlow Playground](http://playground.tensorflow.org) and also I wanted to write my own implementation of machine learning in C#. ## Features - Neuron Model @@ -9,5 +12,13 @@ A C# based Machine Learning Library which aims to implement user interactive Dee ## Editor Screenshot ![screenshot](http://i.imgur.com/agtCyy0.png) +## Contribution +Feel free to ping me! + +## Future Development +- More Interactive Editor +- Save and Load neural network +- Add Deep Learning Algorithms + ## License [GNU GPLv3](www.gnu.org/licenses/gpl-3.0.en.html) (c) [Aman Priyadarshi](http://twitter.com/amaneureka) 2016