Skip to content

A summary of the core concepts of deep learning along with some working implementation examples.

Notifications You must be signed in to change notification settings

serodriguez68/deep-learning-cheatsheet

Repository files navigation

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

About

A summary of the core concepts of deep learning along with some working implementation examples.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published