Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

A simple deep learning library implementation in Python

Code used for my tutorial blog post.

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)

About

A simple deep learning library implementation in Python

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages