Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 3.1 KB

README.md

File metadata and controls

43 lines (34 loc) · 3.1 KB

Overview

This cheat sheet covers all of the coding, intuition and application aspects of the foundational deep learning concepts. This works assumes that you know the basics of neural networks, and it is intended to be a quick reference on their intuition and on how to use them using Python libraries like Keras.

This work does not explain the mathematical grounding behind deep learning, but it does give some intuition.

The work is based on a mixture of different resources. Notably:

Table of Content

This is a work in progress and finishing all topics I want to cover will take a while. However, this TOC points to the sections that I have finalized.

Volume 1: Supervised Deep Learning

Volume 2: Unsupervised Deep Learning

All of this section is yet to be done

  • Part 4 - Self Organising Maps (SOM)
  • Part 5 - Boltzmann Machines (BM)
  • Part 6 - Dimensionality Reduction with Autoencoders

Miscellaneous: stuff that applies to deep learning in general