Undergraduate CGPA: 9.65/10

TOEFL score: 101/120 (Test taken: 26th September, 2020)

GRE score: 319/340 (Test taken: 12th March, 2020)

Paper's Published: 2

Worked as Joint Sports Secretary for Student Council, Joint General Secretary for CESS and Asst. Technical Leader for Technical fest during undergrad.

Profile Picture

About Sahil Vartak

Currently pursuing Undergraduate in Computer Engineering from Rajiv Gandhi Institute of Technology, Versova, Mumbai. I am highly motivated towards working in the field of Artificial Intelligence, with major focus on its subdomains of Computer Vision and Natural language Processing. I am fluent in Python and the use of Databases. I also have multiple projects in the field reflecting my expertise in it.

During my Undergraduate days, I focused on both academics and extra-curricular activities. I was a constant and an integral part of Student Council of our college, and our departmental committee Computer Engineer's Student Society(CESS).

My future goals include completing a Masters in CS from the University of Southern California and then working for a tech giant such as Google, Open AI, Amazon etc.

Click Image for Overview

My Top Projects

CV image

Facial Image Denoising and Reconstruction

This is my final year project which made use of CNN to denoise facial images and GAN Architecture to reconstruct faces, when a partial subset of the faces is provided. The inspiration behind making this project, is to correct the inherrent flaw in Neural networks to misclassify noisy images.

Auto Encoder

Auto Encoder for MNIST dataset

The project made use of Auto encoders to learn the digits from the images and provide an enoding for them. The neural network also helped remove various different types of noise from these images.

Sentimenet Analysis

Sentiment Analysis

The project was developed in order to filter out negative tweets coming in from the user. The neural network can handle around 12,000 tweets in a time limit of 2 seconds to encounter the huge data generated by Twitter constantly.

Password Vault

Password Generator & Vault

It is a website similar to the Google AutoFill service. It stores your passwords using encryption and also generates passwords which can be used by the user. The project was made in order to master the concepts of Cryptography and Web Development using Flask.

Banking Customer

Banking Customer Churn Analyzer

The project was my first point of entry into Neural networks. I created a binary classification algorithm to decide whether the user leaves a bank or not depending upon factors such as credit score, bank balance, account activity, etc

Text Game

Texathon

A text based game created using Python as a mini project for the course Object Oriented Programming Language