The main idea is to make tools for comfortable developing neural networks. As the idea it was a C++ library. But C# is much more comfortable for developing this kind of projects. .Net contains lots of suitable data structures.
- /cpp contains C++ libraries to work with neural networks
- /presentation contains materials I used to present this project
- /Neural Networks/Neural Project contains C# tools to work with nerual networks
- /Neural Networks/Neural Project/Examples contains examples of library usage
- /Neural Networks/SmartPacmans contains demo game my library
A great part of project is demo game Smart Pacmans. You can enjoy neural networks + genetic algorithms. Idea is taken from this article
- DirectX 9.0 or higher
- .Net Framework 4.5 or higher
- Visual Studio 2012
- DirectX 9.0
- .Net Framework 4.5
- XNA Game Framework 4.0
MIT