Pinned Repositories
algo-trading
Repository for self-project on Algorithmic Trading done at IIT Bombay in Summer 2021.
app-dev
Repository for the self-project on App Development done at IIT Bombay in Summer 2021.
asr-models
Repository for the course project done as part of the Automatic Speech Recognition course at IIT Bombay in Spring 2023.
attendance-system
Repository for the course project done as part of CS-337 (Artificial Intelligence & Machine Learning) course at IIT Bombay in Autumn 2022.
cs387
Repository for Databases and Information Systems Lab course at IIT Bombay in Spring 2023.
cs387-project-NetWorks
Repository for the course project done as part of the Databases and Information Systems Lab course at IIT Bombay in Spring 2023.
cs753-avid
Repository for Hacker in CS 753 at IIT Bombay (Spring 2023).
github-profiles
Repository for the course project done as part of CS-251 (Software Systems Lab) course at IIT Bombay in Autumn 2021.
image-proc
Repository for the course project done as part of CS-215 (Data Analysis & Interpretation) course at IIT Bombay in Autumn 2021.
multi-armed-bandits
Repository for the course project done as part of CS-747 (Foundations of Intelligent & Learning Agents) course at IIT Bombay in Autumn 2022.
sarthakmittal92's Repositories
sarthakmittal92/attendance-system
Repository for the course project done as part of CS-337 (Artificial Intelligence & Machine Learning) course at IIT Bombay in Autumn 2022.
sarthakmittal92/multi-armed-bandits
Repository for the course project done as part of CS-747 (Foundations of Intelligent & Learning Agents) course at IIT Bombay in Autumn 2022.
sarthakmittal92/algo-trading
Repository for self-project on Algorithmic Trading done at IIT Bombay in Summer 2021.
sarthakmittal92/snap-moodle
Repository for the course project done as part of CS-251 (Software Systems Lab) course at IIT Bombay in Autumn 2021.
sarthakmittal92/app-dev
Repository for the self-project on App Development done at IIT Bombay in Summer 2021.
sarthakmittal92/asr-models
Repository for the course project done as part of the Automatic Speech Recognition course at IIT Bombay in Spring 2023.
sarthakmittal92/cs387
Repository for Databases and Information Systems Lab course at IIT Bombay in Spring 2023.
sarthakmittal92/cs387-project-NetWorks
Repository for the course project done as part of the Databases and Information Systems Lab course at IIT Bombay in Spring 2023.
sarthakmittal92/cs753-avid
Repository for Hacker in CS 753 at IIT Bombay (Spring 2023).
sarthakmittal92/github-profiles
Repository for the course project done as part of CS-251 (Software Systems Lab) course at IIT Bombay in Autumn 2021.
sarthakmittal92/image-proc
Repository for the course project done as part of CS-215 (Data Analysis & Interpretation) course at IIT Bombay in Autumn 2021.
sarthakmittal92/lasso-game
Repository for the course project done as part of CS-101 (Computer Programming & Utilization) course at IIT Bombay in Autumn 2020.
sarthakmittal92/layer-2-dapp
Repository for the course project done as part of the Introduction to Blockchains, Cryptocurrency and Smart Contracts course at IIT Bombay in Spring 2023.
sarthakmittal92/mandelbrot-zoom
Repository for the course project done as part of CS-293 (Data Structures & Algorithms Lab) course at IIT Bombay in Autumn 2021.
sarthakmittal92/maze-game
Repository for the course project done as part of CS-152 (Abstractions & Paradigms in Programming) course at IIT Bombay in Spring 2021.
sarthakmittal92/mdp-and-cricket
Repository for the course project done as part of CS-747 (Foundations of Intelligent & Learning Agents) course at IIT Bombay in Autumn 2022.
sarthakmittal92/iplC-compiler
Repository for the course project done in the Compilers Lab course at IIT Bombay in Spring 2023.
sarthakmittal92/limestone-data-challenge-2023
Limestone Data Challenge conducted by Tower Research Capital at IIT Bombay in March 2023.
sarthakmittal92/ostep-typos
sarthakmittal92/p2p-crypto
Repository for the course project done as part of the Introduction to Blockchains, Cryptocurrency and Smart Contracts course at IIT Bombay in Spring 2023.
sarthakmittal92/p2p-crypto-attacks
Repository for the course project done as part of the Introduction to Blockchains, Cryptocurrency and Smart Contracts course at IIT Bombay in Spring 2023.
sarthakmittal92/parking-lot
Repository for the course project done as part of CS-747 (Foundations of Intelligent & Learning Agents) course at IIT Bombay in Autumn 2022.
sarthakmittal92/python3-ug-cs
Repository for Python library of Data Structures & Algorithms, Machine Learning and Reinforcement Learning for courses in Undergraduate Computer Science.
sarthakmittal92/sarthakmittal92
sarthakmittal92/sarthakmittal92.github.io
sarthakmittal92/scotland-yard
Repository for the course project done as part of CS-251 (Software Systems Lab) course at IIT Bombay in Autumn 2021.
sarthakmittal92/snake-game
Repository for the self-project on Snake Game done at IIT Bombay in Summer 2021.
sarthakmittal92/speech-recog
Repository for the course project done as part of the Automatic Speech Recognition course at IIT Bombay in Spring 2023.
sarthakmittal92/vrp-nsga
Python implementation of Capacitated Vehicle Routing Problem (CVRP) using DEAP package. Non-dominated Sorting Genetic Algorithm (NSGA) is used to solve multi-objective problem of minimizing total distance travelled by all vehicles and total number of vehicles at the same time.
sarthakmittal92/vrp-rl
Reinforcement Learning for Solving the Vehicle Routing Problem.