Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 527 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 527 Bytes

Storm-Mind v1.0

A machine learning program aimed at generating intelligent problem solving. It serves as a testbed to develop my skills in machine learning and artificial intelligence.

The current C++ library supports evolutionary training for neural networks. Future training algorithms will build on the current neural net classes to achieve Reinforcement Learning, Gene Speciation, and Deep Belief Networks.

+ Prototype Phase: Architecture is likely to change in pursuit of scalable rapid iteration systems.