Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 847 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 847 Bytes

Deep-Learning-A-Z

This the code for the implementation of the neural networks that was taught during the course Deep Learning A-Z™: Hands on Artificial Neural Networks course provided by Udemy. To help me understand the code later, I have commented explanations of various code segments through-out. Hope it may be helpful for others as well.

To find the official dataset templates and related research papers, visit SuperDataScience.com

The code can be easily implemented and used with custom datasets and parameters.

The code and datasets are for:

  1. Artificial Neural Networks (ANN)
  2. Convolutional Neural Networks (CNN)
  3. Recurrent Neural Networks (RNN)
  4. Self Organizing Maps (SOM)
  5. Boltzmann Machines (BM)
  6. AutoEncoders (AE)