Skip to content

Commit 412c7d9

Browse files
committed
renamed and updated README
1 parent 6c3f7f1 commit 412c7d9

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 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

Comments
 (0)