Assignments in Deep Learning & Neural Network implementations
- ex1.ipynb - Single neuron
- ex2.ipynb - Back Propagation (Gradient Descent implementation)
- ex3.ipynb - CNN ConvNet
- ex4.ipynb - VGG, CIFAR-10 based
- ex5.ipynb - VGG-like, CIFAR-10 take 2 (adding improvements: faster convergence)
- ex6.ipynb - Transfer Learning, VGG16 + fine tune all params
- ex7.ipynb - Features Visualization, Visualizing convolutional neural networks, cifar10's paches
- ex8.ipynb - Recurrent Neural Networks: simple RNN || LSTM --> Predicting the next word
- ex9.ipynb - Generative Adversarial Networks (GAN) Create artificial images