Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 849 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 849 Bytes

PyANN - Generic Artificial Neural Network Framework in Python

This is a general framework for creating neural nets, through the use of script files and case files. Script files define the neural net you want to create, case files contain optional training and testing data.

The framework was written as part of a series of exercises in the course IT3708 Subsymbolic Methods in AI at NTNU. For more information, see our expercise report describing the framework implementation and how we used it to train a ANN webots controller.

We haven't bothered to write any user documentation, so take instead a look at the examples in the annlib/scripts and annlib/cases folders.

The framework's only dependency should be the python yaml package.