Simple neural network library written in Python using object oriented programming paradigm.
A simple neural network library built for learning purposes. The library is written in Python using object oriented programming paradigm.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You should have a working Python development enviroment (follow this)
The usage of the library is simple, all the code is well documented and there is an example that solves the XOR problem.
- Python - Programming language
- @jackroi - Python implementation
See also the list of contributors who participated in this project.
- F# version built using functional programming paradigm.