Skip to content

C# tool for artificial neural networks and learning algorithms

License

Notifications You must be signed in to change notification settings

lionell/neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Neural Networks Tools

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.

Project structure

  • /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

Bonus

Smart Pacmans

A great part of project is demo game Smart Pacmans. You can enjoy neural networks + genetic algorithms. Idea is taken from this article

System Requirements:

  • DirectX 9.0 or higher
  • .Net Framework 4.5 or higher

Used tools

  • Visual Studio 2012
  • DirectX 9.0
  • .Net Framework 4.5
  • XNA Game Framework 4.0

License

MIT

About

C# tool for artificial neural networks and learning algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published