I enrolled for Deep Learning Nanodegree course from Udacity.These projects i created from what i learnt from Udacity. Checkout these projects and if you want to make your own do fork , clone and start experimenting. :D
In this project i build Neural network that to carry out a prediction problem on a real dataset! It is used to predict daily bike rental ridership. Applied Gradient Decent, Backpropagation concepts from sratch. The data comes from the UCI Machine Learning Database
This is Convolutional Neural Networks (CNN) project! In this project,.Given an image of a dog, algorithm will identify an estimate of the canine’s breed. If supplied an image of a human, the code will identify the resembling dog breed.
For this project i used VGG16 model.
The accuracy on test data
Test Loss: 0.959668 Test Accuracy: 73% (615/836)
In this project , i generated own Seinfeld TV scripts using RNNs.I used some part of the Seinfeld dataset of scripts from 9 seasons. The Neural Network generated a new ,"fake" TV script, based on patterns it recognizes in this training data. The RNN included an LSTM and one fully-connected layer.
In this project i used used generative adversarial networks (GANs) to generate new images of faces. I trained a [DCGAN] (https://arxiv.org/abs/1511.06434) on a dataset of faces.The goal was to get a generator network to generate new images of faces that look as realistic as possible! I used CelebFaces Attributes Dataset (CelebA) to train adversarial networks.