Skip to content

mlpapers/neural-nets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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