Deep-Learning-Experiments
Deep-Learning-Experiments copied to clipboard
Notes and experiments to understand deep learning concepts
Deep Learning Lecture Notes and Experiments
Code samples have links to other repo that I maintain (Advanced Deep Learning with Keras book) or contribute (Keras)
Lecture Notes
- Course Roadmap
- Background Materials
- Machine Learning Basics
- Concepts, Capacity, Estimators, Linear Regression
- MLE, Bayesian, Other ML Algorithms
- Stochastic Gradient Descent, etc
- Deep Neural Networks
- Deep Feedforward Neural Networks, Cost, Output, Hidden Units
- Back Propagation
- PyTorch Sample Code
- Backprop on a single unit MLP
- Keras Sample Code
- Overview
- MLP on Linear Model
- MNIST Sampler
- MLP on MNIST
- Keras Sample Code
- MLP on MNIST no Regularizer
- MLP on MNIST with L2
- MLP on MNIST with Dropout
- MLP on MNIST with Data Augmentation
- Keras Sample Code
- CNN on MNIST
- CNN on MNIST using Functional API
- CNN on MNIST Siamese Network
- Keras Sample Code
- Utils for Testing Sentence Similarity
- Keras Sample Code
- Keras Sample Code
Warning: The following are old experiments that are longer updated and maintained
Tensorflow Experiments
- Hello World!
- Linear Algebra
- Matrix Decomposition
- Probability Distributions using TensorBoard
- Linear Regression by PseudoInverse
- Linear Regression by Gradient Descent
- Under Fitting in Linear Regression
- Optimal Fitting in Linear Regression
- Over Fitting in Linear Regression
- Nearest Neighbor
- Principal Component Analysis
- Logical Ops by a 2-layer NN (MSE)
- Logical Ops by a 2-layer NN (Cross Entropy)
- NotMNIST Deep Feedforward Network: Code for NN and Code for Pickle
- NotMNIST CNN
- word2vec
- Word Prediction/Story Generation using LSTM. Belling the Cat by Aesop Sample Text Story