You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## PyANN - Generic Artificial Neural Network Framework in Python
2
+
3
+
This is a general framework for creating neural nets, through the use of script files and case files.
4
+
Script files define the neural net you want to create, case files contain optional training and testing data.
5
+
6
+
The framework was written as part of a series of exercises in the course _IT3708 Subsymbolic Methods in AI_ at [NTNU](http://ntnu.no).
7
+
For more information, see our [expercise report](PyANN/blob/master/report.pdf?raw=true) describing the framework implementation and how we used it to train a ANN [webots](http://www.cyberbotics.com/overview) controller.
8
+
9
+
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.
10
+
11
+
The framework's only dependency should be the python `yaml` package.
0 commit comments