Aditya Rastogi's repositories
imagenet-5-categories
This repository contains images from 5 categories (250 for train and 50 for test for each category)
JacksCarRental
Jack's Car Rental problem and its variant as mentioned in Example 4.2 and Exercise 4.3 respectively of the book by Sutton and Barto (Reinforcement Learning: An Introduction, Second Edition)
Annotated-Papers
A webpage that displays research papers that I read and annotated
imagenette
This repository hosts the imagenette dataset which is available at https://github.com/fastai/imagenette, with each image resized to 224x224. Created this repository in order to access the data in Google Colab in a convenient way.
Operating-Systems-Lab-IIT-KGP
This repository contains the solution codes to the operating systems lab of Spring-2019.
Self-driving-2d
Evolutionary algorithm to train cars in 2d racetrack environment
Vaccine-Phone-Notification
Repository for the blog "Using Selenium and Twilio's Voice API to call myself for getting my vaccine slot booked in India"
vaccine-slot-notification-api-calling
Repository for the CoWIN API part of the blog "Using Selenium and Twilio's Voice API to call myself for getting my vaccine slot booked in India"
GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
imagewoof
This repository hosts the imagewoof dataset which is available at https://github.com/fastai/imagenette, with each image resized to 224x224. Created this repository in order to access the data in Google Colab in a convenient way.
imdb-dataset-50k
Using this repo for an assignment
offline-medium-editor
This is an offline medium type editor that I use to write articles. This is borrowed from https://github.com/yabwe/medium-editor and extensions are added from https://github.com/varun-raj/medium-editor-autolist and https://github.com/orthes/medium-editor-insert-plugin.
Smart-Rockets
This project is a fun little demo of a genetic algorithm. A population of rockets attempt to find their way to a a target. I got motivated to implement this by Daniel Shiffman's coding challenge of the same name..
Tic-tac-toe
In this repository, I have built a working 2 player tic tac toe game. The ultimate aim is to make a 1 player version of it. This repository is an initial step in the direction of learning implementation of AI in games.