/neural-nets

Awesome papers on Neural Networks and Deep Learning

Neural networks, deep learning papers

Feedforward Neural Networks (FNN)

Convolutional Neural Networks (CNN)

Recurrent Neural Networks (RNN)

Unsupervised

Generative Adversarial Networks (GAN)

Bayesian Neural Networks (BNN)

Weightless Neural Networks (WNN)

  • Based on Random Access Memory (RAM) nodes
  • Advances in Weightless Neural Systems (2014) F.M.G. França, M. De Gregorio, P.M.V. Lima, W.R. de Oliveira
  • WiSARD
  • PLN Probabilistic Logic Nodes
  • GSN Goal Seeking Neurons
  • GRAM

Activation functions

Inference

Compression

  • Knowledge Distillation
    • Large neural networks (teacher networks) transfer knowledge to smaller networks (called student networks)
  • Neural Network Pruning
    • Removing unimportant weights
  • Quantization
    • Reducing the number of bits used to store the weights
  • Software