Welcome

to My Digital Space

I'm a Data Scientist from Mumbai. I work with data to uncover insights and drive informed decision-making for businesses and organizations.

Follow
banner-image
Sentiment Analysis on AWS SageMaker

Sentiment Analysis on AWS SageMaker

Sentiment Analysis using Pytorch on AWS SageMaker Why We’re Here In this project, we’ll construct a complete end to end project on SageMaker. Our goal will be to have a simple web page which a...

Continue...
Face Generation with GAN

Face Generation with GAN

Face Generation with GAN Why We’re Here In this project, we’ll define and train a DCGAN on a dataset of faces. Our goal is to get a generator network to generate new images of faces...

Continue...
Generate TV Scripts

Generate TV Scripts

Generate TV Scripts Why We’re Here In this project, we’ll generate our own Seinfeld TV scripts using RNNs. We’ll be using part of the Seinfeld dataset of scripts from 9 seasons. The Neural Network we’ll...

Continue...
Dog Breed Classifier with CNN

Dog Breed Classifier with CNN

Dog Breed Classifier with CNN Why We’re Here In this project, we’ll make the first steps towards developing an algorithm that could be used as part of a mobile or web app. At the end...

Continue...
Predicting Bike Sharing Patterns

Predicting Bike Sharing Patterns

Predicting Bike Sharing Patterns Why We’re Here In this project, we’ll build our first neural network and use it to predict daily bike rental ridership. We start by importing all the necessary libraries. %matplotlib inline...

Continue...