Skip to content
View batra98's full-sized avatar
🐢
In pursuit of happiness!
🐢
In pursuit of happiness!

Highlights

  • Pro

Block or report batra98

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
batra98/README.md

👋 Hi there, my name is Gaurav Batra.

  • 🏫 I am a Master's student at University of Wisconsin Madison.
  • 📖 I am currently exploring the awesome field of Machine Learning.
  • 🎮 I play a lot of games ranging from real time strategy games like AOE to action-adventure games like Assasin's creed.
  • 💻 I also love watching animes and reading mangas.
  • 🎧 Listening to music helps me concentrate.

Pinned Loading

  1. Monte_Carlo-TD-Function_Approximation Monte_Carlo-TD-Function_Approximation Public

    Use Monte-Carlo (MC) Methods and Temporal Difference (TD) Learning on couple of games and toy problems.

    Jupyter Notebook 1

  2. Airplane_Simulator Airplane_Simulator Public

    It is a 3D emulation of a jet fighter plane game built in OpenGL.

    C++ 2 3

  3. Gradient_Descent_Variants Gradient_Descent_Variants Public

    Gradient Descent and its variants

    Jupyter Notebook 3

  4. Face_Classification_and_Verification Face_Classification_and_Verification Public

    Familiarize with the problems of "classification" and "verification" with a popular problem space of "faces".

    Jupyter Notebook

  5. WFS WFS Public

    This project demonstrates the creation of a block-based filesystem that integrates basic filesystem operations such as file creation, reading, writing, directory management, and file deletion, with…

    C

  6. wsh wsh Public

    This project is a custom shell implementation designed to replicate the functionality of Unix-like shells with additional features for handling variables, history, file redirection, and batch proc…

    C