bglearning / legos

Basic Deep Learning Library for (Human) learning purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic Deep Learning Library for (Human) learning purposes


Languages

Language:Python 100.0%