Success is no accident. It is hard work, perseverance, learning, studying, sacrifice and most of all, love of what you are doing or learning to do.
Success is no accident. It is hard work, perseverance, learning, studying, sacrifice and most of all, love of what you are doing or learning to do.
- Pele
Built an agent to explore and map a partially mapped indoor robot environment. Used Active SLAM approach for goal state selection in a real-world environment. Incorporated recovery mechanisms and a finetuning parameter for better accuracy and reduced computational time.
Built an agent that learns to play Atari’s Pacman game using Reinforcement learning. Used OpenAI gym environment and its observation/reward model to compare PPO algorithm with different Reinforcement Learning algorithms. Introduced new strategies to improve the performance such as, Max-pooling, RandomWalk, etc. to help learn faster.
Implemented web crawlers to extract Tweet data and Stock Market Price. NLP techniques like Tokenization, Stop-wordremoval, Stemming are used to perform language modeling and Sentiment Analysis on Twitter data. Compared predictions of stock price fluctuations from different Machine learning techniques such as SVM, Regressions, Deep Networks, etc. The ML models predicted the prices most accurately when Topic Modeling was used. Considering past 5 days of tweet sentiments, we were able to predict change in stock prices with close to 70% accuracy.