An open API service indexing awesome lists of open source software.

https://github.com/emilemathieu/blog_cnn

A simple deep learning library implementation in Python
https://github.com/emilemathieu/blog_cnn

Last synced: about 1 year ago
JSON representation

A simple deep learning library implementation in Python

Awesome Lists containing this project

README

          

# A simple deep learning library implementation in Python

### Code used for [my tutorial blog post](http://emilemathieu.fr/blog_cnn.html).

## Run example
```
git clone https://github.com/emilemathieu/blog_cnn
cd blog_cnn
python example.py
```

## Repository organisation
- example.py: example
- mllib > optim.py: several classical gradient-based optimisation schemes
- mllib > loss.py: several classical loss to be optimised
- mllib > tools.py: data preprocessing tools
- mllib > nn.py: modules (layers)