#DeepLearning The Repository includes lab experiments of the Deep Learning course, conducted using Tensorflow. The repo contains:
- Building graphs through tensorflow
- Using Shallow Neural Network on fashion mnist dataset
- Using Deep Neural Network on mnist dataset for Handwritten Digit recognition
- Using Deep Neural Network on fashion mnist dataset
- Using Dropout Layer in the Deep Neural Nets
- Using Early Stopping in the Deep Neural Nets
- GridSearchCV for Hyperparameter Tuning
- Using DNN for Regression on Boston Housing dataset
- Using CNN on CIFAR-10 dataset
- Building a CNN using VGG16 Convolution Base
- Sentiment Identification using RNN on imdb dataset
- Trying out the GRU for sentiment identification