Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 627 Bytes

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