Basic Deep Learning Library for (Human) learning purposes.
Idea: Play around and learn to build the building blocks of Deep Learning.
Create a new conda environment from the environment.yml
file:
conda env create -f environment.yml
You can launch the test suite as:
pytest legos
This project is heavily adapted from:
Also