/hello_nn

Some of my simple neural networks

Primary LanguageJupyter Notebook

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