Update: (2021)

I have not been updating this page recently, so feel free to reach out to me on LinkedIn or Twitter to know more about what I am doing and what are my interests in terms of work.

Deep Learning

Teach A Car To Drive Using Deep Learning
In this project, we will use a deep neural network to teach itself to drive by watching us drive. This tasks is also referred to as behavioural cloning.

German Traffic Sign Classifier using Keras
Using Keras and slight modifications to LeNet, we will create a classifier that can classify between different traffic signs.

Neural Network from Scratch using Numpy
Implementing a 2 layered neural network from scratch using numpy. We will use the Bike Share dataset from UCLI repository to solve a regression problem and test out neural network.

Computer Vision for Self Driving Cars

Finding Lane Lines Using Advanced Computer Vision
In this project, our goal is to write a software pipeline to identify the lane boundaries in a video using Gradient Color Spaces and some Perspective Transforms.

Finding Lane Lines Using Basic Computer Vision
In this project, our goal is to write a software pipeline to identify the lane boundaries in a video using Edge Detections and Hough Transforms and some Extrapolation techniques.

Traditional Machine Learning

Spam (binary) classification using Machine Learning
The Enron email dataset contains approximately 500,000 emails generated by employees of the Enron Corporation. It was obtained by the Federal Energy Regulatory Commission during its investigation of Enron’s collapse. Our aim is to predict whether a given person is s person of interest, by using machine learning models.

Data Analysis

Exploratory Analysis using R
Exploratory Data Analysis is an immensely powerful way to visualize data and head in the correct direction to make insights out of it. We will look at different ways in which data can be analyzed before its taken forward for prediction with various algorithms.

Data Wrangling of OpenStreetMap Data
By using the data obtained from open street map, we will first clean it for some obvious errors and then dump into a mysql database to draw meaningful insights about people in a particular city; Pune, India.

A/B Testing for Ecommerce website
E-Commerce Website A/B testing: Recommend which of two landing pages to keep based on A/B testing to determine user engagement.

2022

Back to top ↑

2021

Back to top ↑

2020

Back to top ↑

2019

Back to top ↑