Creates an untrained neural network, according to user preferences (under construction...).
DEPENDENCIES
pip3 install numpy pip3 install matplotlib
TESTING
To run the python tests under test/ one can do
make test
UTILITIES
- ./runex EXPERIMENTNAME args...
- runpython Run python3 with pylib/ in PYTHONPATH
Experiments:
./runex classifier1
It is also possible to do
make ex.classifier1