deep-learning-tutorials icon indicating copy to clipboard operation
deep-learning-tutorials copied to clipboard

Code accompanying Deep Learning tutorials on blog - including implementations of CNN and LSTM from scratch

Deep Learning From Scratch tutorials

Code accompanying tutorials on blog:

https://mukulrathi.co.uk/demystifying-deep-learning/feed-forward-neural-network/

Notebooks contain implementation of neural networks written from scratch:

  • FeedForward Neural Net
  • Convolutional Neural Net
  • LSTM