/abznnet

Abznak's Neural Network Library

Primary LanguageC#GNU Lesser General Public License v2.1LGPL-2.1

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.