Pinned Repositories
BayesianInference
Implement Inference AlgorithmsusingBayesian Networks
Bigram
BreakoutGame
Brills_POSTagging
Most Probable Tag
ComputerVision_ImageCaptioning
Train a CNN-RNN model to predict captions for a given image. Aims at implementing an effective RNN decoder for a CNN encoder.
ComputerVision_SLAM
Implements SLAM, a robust method for tracking an object over time and mapping out its surrounding environment, using elements of probability, motion models and linear algebra.
Network-Node-Discovery-Using-Switch-CAM
Node Discovery Using Switch CAM system which maps the switch port of the all the nodes and finds information related to the node
Pacman-OpenGL
Recreating PacMan using OpenGL
Predicting_an_employees_Wage
Predicting an Employee’s wage - A comparison between Logistic Regression and Neural Networks
Semantic_Search_Engine
A search Engine using deep NLP pipeline Wordnet, NLTK and Stanford Dependency Parser indexed with SOLR.
vidyasrimani's Repositories
vidyasrimani/Semantic_Search_Engine
A search Engine using deep NLP pipeline Wordnet, NLTK and Stanford Dependency Parser indexed with SOLR.
vidyasrimani/Pacman-OpenGL
Recreating PacMan using OpenGL
vidyasrimani/BayesianInference
Implement Inference AlgorithmsusingBayesian Networks
vidyasrimani/BreakoutGame
vidyasrimani/ComputerVision_ImageCaptioning
Train a CNN-RNN model to predict captions for a given image. Aims at implementing an effective RNN decoder for a CNN encoder.
vidyasrimani/ComputerVision_SLAM
Implements SLAM, a robust method for tracking an object over time and mapping out its surrounding environment, using elements of probability, motion models and linear algebra.
vidyasrimani/Network-Node-Discovery-Using-Switch-CAM
Node Discovery Using Switch CAM system which maps the switch port of the all the nodes and finds information related to the node
vidyasrimani/Predicting_an_employees_Wage
Predicting an Employee’s wage - A comparison between Logistic Regression and Neural Networks
vidyasrimani/CodingPractice
Practice repository for Leetcode Problems
vidyasrimani/ContactManager
Android Application to Add and Remove Contacts
vidyasrimani/DecisionTree
Implementing a decision tree
vidyasrimani/faceDetection
Simple face detection program
vidyasrimani/first-contributions
🚀✨ Help beginners contribute to open source projects
vidyasrimani/Image-Compression-Kmeans
vidyasrimani/KMeansClustering
vidyasrimani/machine-learning-interview-enlightener
This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
vidyasrimani/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
vidyasrimani/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
vidyasrimani/Naive-Bayes
vidyasrimani/nd0821-c2-build-model-workflow-starter
Starter Code for the Course 2 project of the Udacity ML DevOps Nanodegree Program
vidyasrimani/NLTK-SimplifyPlot
Graphically shows textual content using Python, NLTK, Matplotlib
vidyasrimani/RebateForm
Test : C# project to create a rebate data entry form
vidyasrimani/RentWheels
A car rental web application developed in PHP
vidyasrimani/SpamFilter
vidyasrimani/vidyasrimani
Config files for my GitHub profile.
vidyasrimani/vidyasrimani.github.io
vidyasrimani/Viterbi
Implements the Viterbi Algorithm to predict weather
vidyasrimani/VoiceControlledWheelchair
vidyasrimani/WaterRipple
C++ computer graphics project using Open GL. Purpose to graphically mimic water ripples
vidyasrimani/WordSenseDisambiguation
Implementing simple Lesk algorithm