Pinned Repositories
Dynamic-Programming
Kattis Competitive Programming Practice
EndGameChessAI
AI that plays chess endgames, it uses states and alpha beta pruning. It is functional for all stages of the game, but only performs well on mid-game to end-game scenarios.
kattis-solutions
My solutions to Kattis programming challenges.
Kattis-Solutions-1
Use these to learn and improve your own solutions
MovieReviewSentimentAnalysis
Binary classification of Movie Reviews with SVMs. Uses NLP techniques like TF-IDF, Bag of Words, Removing Stop Words, and Normalized Word Frequency.
NGram
NLP Language Model: Uses n-gram language model with an input text file as a corpus to predict the k most probable words based on an input n for a ngram model.
Pos-Tag-Generator
An NLP model that uses the Hidden Markov Model and the Viterbi Algorithm to predict the most probable tag sequences
ProblemSolving
Coding challenges
QASystem
A question answering system that reads input questions and documents with answers to find the most probable answers
RISC-Non-Pipelined-Processor-Simulator
An architecture project that simulates ALU, Multiplexors, and other components of a CPU.
suvinay17's Repositories
suvinay17/QASystem
A question answering system that reads input questions and documents with answers to find the most probable answers
suvinay17/Dynamic-Programming
Kattis Competitive Programming Practice
suvinay17/EndGameChessAI
AI that plays chess endgames, it uses states and alpha beta pruning. It is functional for all stages of the game, but only performs well on mid-game to end-game scenarios.
suvinay17/kattis-solutions
My solutions to Kattis programming challenges.
suvinay17/Kattis-Solutions-1
Use these to learn and improve your own solutions
suvinay17/MovieReviewSentimentAnalysis
Binary classification of Movie Reviews with SVMs. Uses NLP techniques like TF-IDF, Bag of Words, Removing Stop Words, and Normalized Word Frequency.
suvinay17/NGram
NLP Language Model: Uses n-gram language model with an input text file as a corpus to predict the k most probable words based on an input n for a ngram model.
suvinay17/Pos-Tag-Generator
An NLP model that uses the Hidden Markov Model and the Viterbi Algorithm to predict the most probable tag sequences
suvinay17/ProblemSolving
Coding challenges
suvinay17/RISC-Non-Pipelined-Processor-Simulator
An architecture project that simulates ALU, Multiplexors, and other components of a CPU.
suvinay17/PythonOneLiners
Practice for improving python abilities
suvinay17/resume
My resume
suvinay17/Traffic-Interesection-Simulator
Simulates a traffic intersection behavior of vehicles and avoids crashes.