Research into self organizing hierarchies for artificial neural networks.
To install the dependencies and train, execute the following:
virtualenv -p python3 venv
source venv/bin/activate
chmod +x train.sh
./train.sh
Note: All arguments and hyperparameters to the program can be modified under the
config.yaml
file.
- Refactor the training of handcrafted architectures
- Handle both single and multi-channel inputs (CIFAR10)
- Add code profiler
- Refactor the meta-learner: Simulated Annealing