Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 741 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 741 Bytes

AbzNNet - Abznak's Neural Network Library

About

This library is intended to be used when you want to quickly add neural network and/or evolutionary capabilities to a project.

Just copy src/abznnet.cs to your project, using Abznak.Evolve; using Abznak.NeuralNetwork; then copy and modify a sample from src/samples/ or from src/TestAbzNNet.cs

It isn't intended to be used by others yet, but you're still welcome to use it if you want to.

Author

License

LGPL 2.1

Version

v0.1.0

This project uses Semantic Versioning - http://semver.org/

The major version of 0 tells you the API is not yet stable.