These projects are examples towards learning Deep Learning Framework. They are self contained jupyter notebooks to be run in colab enviromnent. It uses Tensorfloww Framework and keras API.
The topics explored so far are as follows.
- Classification of IMDb reviews -
BinaryClassifier.ipynb
( Binary Classification ) - Housing price prediction -
regression_HousingPricePrediction.ipynb
( Regression ) - News Topic Classification -
multiclassClassification_Reuters_dataset.ipynb
(Multiclass Classification) - Deploying Fashion MNIST CNN based classifier using Tensorflow ModelServer -
Fashion_MNIST_Deployment.ipynb
(Deploying TF models)