Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 836 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 836 Bytes

SharpAI - OpenSource

C# Research Tool for Neural Networks
written and designed by Martin Kober, 2018

Includes

-Classifier (Perceptron) for digit recognition as example
-NeuroEvolution of Augmenting Topologies (NEAT) based on MarI/O https://www.youtube.com/watch?v=qv6UVOQ0F44
-NEW: Pong python3 example - two instances of the algorythm play each other, go for Readme.txt (SharpAI/Pong/Readme.txt) for more info

Intention

Learn how the algorithms of neural networks work and apply them to your own projects

Requirement

-Microsoft Visual Studio 2017 (Community Edition)

Insall

1.) download as zip-File
2.) unpack
3.) open SharpAI.sln
4.) watch video how to use on YT

License

This project is licensed under the MIT License - see the LICENSE.md file for details