Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.23 KB

README.md

File metadata and controls

49 lines (35 loc) · 2.23 KB

Hello NN

My Neural Network Codes when I was beginner in Artificial Neural Networks

Clean, Commented, Single-Filed Python Programs + Jupyter Notebooks

Prerequisites

The programs depends upon following dependencies:

  • Python 3.5+
    • Numpy
    • Matplotlib
    • Tensorflow

Index

  • FeedForward Neural Network

  • Recurrent Neural Network

  • Convolutional Neural Network

  • Hopfield Network

  • Restricted Boltzmann Machine

  • Denoising Neural AutoEncoder

  • Deconvolutional Neural AutoEncoder