Skip to content

kvalle/PyANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generic Artificial Neural Network Framework in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages