/legos

Basic Deep Learning Library for (Human) learning purposes

Primary LanguagePython

Legos

Basic Deep Learning Library for (Human) learning purposes.

Idea: Play around and learn to build the building blocks of Deep Learning.

Setup

Create a new conda environment from the environment.yml file:

conda env create -f environment.yml

Testing

You can launch the test suite as:

pytest legos

Resources

This project is heavily adapted from:

Also