vsikarwar.github.io

Project Summary

Classifier: CNN and Transfer Learning

This project solves classification problem using following deep learning techniques:

https://github.com/vsikarwar/dog-breed-classifier/blob/master/dog_app.md

Text generation: RNN and LSTM

This project generate new text using long-short term memory model. It is useful to process continuous sequence in input like text or music and can generate new text based on the history.

https://github.com/vsikarwar/tv-script-generator/blob/master/dlnd_tv_script_generation.ipynb

Map Reduce

count differet movie rating

Count the number of movie ids that are rated by different users.

Generate inverted index

join movie id with movie name

Find oldest 5 star movie

Find most rated 1 star movie

Movie Recommender using item based collaborative filtering

Data-ref : movie lense data https://grouplens.org/datasets/movielens/

TCP Congestion Control

This project compares four TCP congestion control variants

https://github.com/vsikarwar/tcp-simulation/blob/master/README.md

Chat Bot

Implementation of chat bot using Microsoft’s bot framework and LUIS. LUIS is the nlp engine and AEM is used as a content management system.

https://github.com/vsikarwar/chat-bot

Tutorial to use Pandas

https://github.com/vsikarwar/pandas-introduction/blob/master/Pandas.ipynb

Slack bot integration

This is a slack bot, can be referred to develop slack integration

https://github.com/vsikarwar/ChatBot

Few small and old

Map Reduce using JS

https://github.com/v-node/map-reduce/blob/master/main.js

Consistent Hashing

https://github.com/v-node/consistent-hashsing

Long Polling

https://github.com/v-node/long-polling/blob/master/long-polling.js

Facebook haker-cup solution

https://github.com/vsikarwar/LazerMaze

Google Code Jam solution

https://github.com/vsikarwar/CodeJam

Open CV

https://github.com/vsikarwar/opencv