• Stars
    star
    201
  • Rank 193,337 (Top 4 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created about 8 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Observations and notes to understand the workings of neural network models and other thought experiments using Tensorflow

neuralnetworks.thought-experiments

A repo of observations and notes to understand the workings of neural network models and other simple thought experiments using Tensorflow.

  • Activations - Notes on activation functions with experimental results to compare models on MNIST and CIFAR10
  • Generative Models - Observations on generative machine learning and results using Auto Encoders, VAEs and GANs
  • Model Pruning - Results on doing pruning in neural networks. (mainly OBD as of now.)