Skip to content

Instantly share code, notes, and snippets.

@sonnyksimon
Last active June 21, 2023 20:11
Show Gist options
  • Save sonnyksimon/137936e807d8dbd7c30f784732077902 to your computer and use it in GitHub Desktop.
Save sonnyksimon/137936e807d8dbd7c30f784732077902 to your computer and use it in GitHub Desktop.

Neural Networks

Types

  • Perceptron (P)
  • Feed Forward (FF)
  • Radial Basis Network (RBF)
  • Deep Feed Forward (DFF)
  • Recurrent Neural Network (RNN)
  • Long / Short Term Memory (LSTM)
  • Gated Recurrent Unit (GRU)
  • Auto Encoder (AE)
  • Variational AE (VAE)
  • Denoising AE (DAE)
  • Sparse AE (SAE)
  • Markov Chain (MC)
  • Hopfield Network (HN)
  • Boltzmann Machine (BM)
  • Restricted BM (RBM)
  • Deep Belief Network (DBN)
  • Deep Convolutional Network (DCN)
  • Deconvolutional Network (DN)
  • Deep Convolutional Inverse Graphics Network (DCIGN)
  • Generative Adversarial Network (GAN)
  • Liquid State Machine (LSM)
  • Extreme Learning Machine (ELM)
  • Echo State Network (ESN)
  • Deep Residual Network (DRN)
  • Kohonen Network (KN)
  • Support Vector Machine (SVM)
  • Neural Turing Machine (NTM)

Neural Networks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment