kai-kaushik
I'm an AI Engineer and Product Manager with over five years of industry experience.
Fontainebleau, France
Pinned Repositories
Advertising-Data-Logistic-Regression
Applying logistic regression to find out how to increase sales on an advertising dataset for a company.
CNN-from-scratch
Implementation of Constitutional neural network from scratch using NumPy.
Dog-Breeds-Classification
My implementation of a classifier for the dog breeds challenge using fast AI
dogs-vs-cats
My implementation of a classifier for the dogs vs cats challenge using fast AI
dreyeve
Predicting the Driver’s Focus of Attention: the DR(eye)VE Project. A deep neural network learnt to reproduce the human driver focus of attention (FoA) in a variety of real-world driving scenarios.
language_app
Reflex app for english-japanese language translation.
proba_v_challenge
This repository contains My attempt at he proba-v challenge.
Text-Normalization-English-Language
This is an implementation for the Kaggle competition "Text normalization" using Keras and Tensor-flow.
therapy_bot
Therapist chatbot
Torrent-downloader-
will download any tv show or movie from torch by just typing the name in the run menu.
kai-kaushik's Repositories
kai-kaushik/Text-Normalization-English-Language
This is an implementation for the Kaggle competition "Text normalization" using Keras and Tensor-flow.
kai-kaushik/Advertising-Data-Logistic-Regression
Applying logistic regression to find out how to increase sales on an advertising dataset for a company.
kai-kaushik/CNN-from-scratch
Implementation of Constitutional neural network from scratch using NumPy.
kai-kaushik/Dog-Breeds-Classification
My implementation of a classifier for the dog breeds challenge using fast AI
kai-kaushik/dogs-vs-cats
My implementation of a classifier for the dogs vs cats challenge using fast AI
kai-kaushik/dreyeve
Predicting the Driver’s Focus of Attention: the DR(eye)VE Project. A deep neural network learnt to reproduce the human driver focus of attention (FoA) in a variety of real-world driving scenarios.
kai-kaushik/language_app
Reflex app for english-japanese language translation.
kai-kaushik/proba_v_challenge
This repository contains My attempt at he proba-v challenge.
kai-kaushik/ros_multiply
A simple set of nodes to multiply two integers.
kai-kaushik/therapy_bot
Therapist chatbot
kai-kaushik/Torrent-downloader-
will download any tv show or movie from torch by just typing the name in the run menu.
kai-kaushik/E-commerce-Company-Data-Analysis
Using linear regression to find out how to increase sales in an E-commerce company.
kai-kaushik/first-contributions
🚀✨ Help beginners contribute to open source projects
kai-kaushik/hello-world
kai-kaushik/learnopencv
Learn OpenCV : C++ and Python Examples
kai-kaushik/Lendingclub-Data-Analysis
Data from lendingclub.com analysed using regular and random decision trees.
kai-kaushik/my-first-blog
kai-kaushik/object-detection
Object detection with ssd_mobilenet and tiny-yolo (Add: YOLOV3)
kai-kaushik/PasswordVault
A Program which stores all your password and copies the required password onto the clipboard when the keyword is given as the input.
kai-kaushik/phonebook
kai-kaushik/PhSearch
Automatically discovers and outputs a list of all the phone numbers and email addresses present in a webpage. (webpage content have to be copied to clipboard first.
kai-kaushik/poincare_embedding
Poincaré Embedding
kai-kaushik/resume
Kai's Online Resume
kai-kaushik/tensorflow-mnist-cnn
MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
kai-kaushik/tensorflow_object_counting_api
🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow that makes it easy to develop object counting systems!
kai-kaushik/Titanic-Dataset
Working on the titanic dataset to predict the survival rate of passengers
kai-kaushik/Vanilla-ML
ML algorithms with no special or extra features using only Numpy (mostly)