Chandra Sekhar Guntupalli's repositories
Sentence-similarity-based-on-Semantic-nets-and-Corpus-Statistics-
This is an implementation of the paper written by Yuhua Li, David McLean, Zuhair A. Bandar, James D. O’Shea, and Keeley Crockett
Movie-Recommender-System
Recommender System (Java, Apache Spark)
Book-Search-Engine
Search Engine for Books (Java, Apache Lucene, crawler4j, Apache Spark)
Face-Recognition
Face Recognition library
Backgammon-python-numpy-
Implemented a expectiminimax agent (2-ply search) with alpha – beta pruning and forward pruning (to reduce the branching factor in the game tree) to determine the best move give the state of the board.
Copart-Learning
Sample React and redux project done at copart
Part-of-speech-tagging-with-discriminatively-re-ranked-Hidden-Markov-Models
Implemented POS tagging by combining a standard HMM tagger separately with a Maximum Entropy classifier designed to re-rank the k-best tag sequences produced by HMM – achieved better results than VITERBI (decoding algorithm)
Recommender-Systems
Collaborative Filtering based Recommender System
Tracking-frequencies-of-persons-available-in-DB-with-labels-
Implemented a frequency tracker in a real-time video using histogram of oriented gradients (HOG), facial landmark detection algorithms and neural networks to extract 128 facial measurements (feature vector) and SVM for classification
Devconnector
Social Network Application (Node, Express, MongoDB)
bootstrap-datetimepicker
Date/time picker widget based on twitter bootstrap
Classifying-hand-written-digits-MNIST-dataset-
Trained a feedforward network via backpropagation – L2 regularized logistic cost function, sigmoid activation function Obtained a training accuracy of 97.59% and a test accuracy of 95.62
Client-server-in-C-Cpp
Implemented basic client server with C and C++ constructs together with password sha1 encryption and messages aes encryption
COMPILERS-LAB
NIT,Calicut Compilers Lab course
CtCI-6th-Edition-Python
Cracking the Coding Interview 6th Ed. Python Solutions
docker-airflow
Docker Apache Airflow
guide_python
Python Programming Guide.
karateclub
A general purpose community detection and network embedding library for research built on NetworkX.
linux-sysadmin-interview-questions
Collection of linux sysadmin/devop interview questions
Pump-it-Up-Data-Mining-the-Water-Table
The goal is to predict the operating condition of a waterpoint for each record in the dataset.
Sentimental-Analysis
This is Sentimental Analysis project on IMDB reviews
udacity-deep-learning
Udacity Deep Learning MOOC assignments