Pinned Repositories
Cryptography
This is a repository containing some of the basic attack and defense concepts in cryptography
Jigyas.Technology
This is the source code for the portfolio website that I will build and host.
Movie_Recommendation
ComputerVisionConcepts
This repo contains the code and working of the thoery for computer vision adapted from the book "Image Processing and Analysis" by Stan Birchfield
Operating_Systems_F24
This is the repo that contains the code for the EECS 678 class, that I taught during the Fall 2024 semester. The lab starter code and code for the videos I made is available here, however, the answer key is not published for academic integrity purposes.
OperatingSystemConcepts
This is a repo, where I teach the working concepts in operating systems using C.
AI-Battleship
Created a battleship game and then added AI bots that can play against people
Compiler-Construction
Creating a compiler similar to the one of C++ but fixes some of the irritating C++ problems.
Data-Privacy-and-Data-Security-Models
In this repository, I try to write code relating to the concepts of Data Privacy and Data Security
DataStructures_and_Algorithms
In this repository, I basically try to teach myself and others some basic data structures and algorithms using some leetcode questions. Hoping to solve one question everyday
Jigyass's Repositories
Jigyass/SEDPD
This is the experimental code and results for SEDPD.
Jigyass/StatisticalDecisionTheory
Jigyass/NLP_DP
This is a repo where I conduct research on privacy of NLP ML Models.
Jigyass/DeepLearningReinforcement
In this repository, I add code and links to videos that I made to understand RL concepts and DRL concepts. The project I plan to undertake is designing a prediction algorithm that checks the best time to Pit in an F1 race.
Jigyass/Operating_Systems_F24
This is the repo that contains the code for the EECS 678 class, that I taught during the Fall 2024 semester. The lab starter code and code for the videos I made is available here, however, the answer key is not published for academic integrity purposes.
Jigyass/Jigyas.Technology
This is the source code for the portfolio website that I will build and host.
Jigyass/ComputerVisionConcepts
This repo contains the code and working of the thoery for computer vision adapted from the book "Image Processing and Analysis" by Stan Birchfield
Jigyass/Software_Reverse_Engineering
This repo holds all the projects and coursework, I did while learning the software reverse engineering coursework.
Jigyass/FacialExpressionRecognitionUsingDensenet121
This repo contains the code for a fine tuned model that can predict the emotion of humans from their facial expression.
Jigyass/OperatingSystemConcepts
This is a repo, where I teach the working concepts in operating systems using C.
Jigyass/Data-Privacy-and-Data-Security-Models
In this repository, I try to write code relating to the concepts of Data Privacy and Data Security
Jigyass/DataStructures_and_Algorithms
In this repository, I basically try to teach myself and others some basic data structures and algorithms using some leetcode questions. Hoping to solve one question everyday
Jigyass/EECS-330-DSA
This is a repository for the concepts that I taught to a class I was GTA for.
Jigyass/Cryptography
This is a repository containing some of the basic attack and defense concepts in cryptography
Jigyass/DBMS_Project
Jigyass/rbsyn_sketch
Program synthesis for Ruby || Additional works: Adding support for sketching
Jigyass/F1TENTHS_Autonomous_Performance_Driving
In this repo, I am basically going to publish everything that I learn along with the source code for the development of my software to achieve performance based autonomous driving.
Jigyass/Login
Login
Jigyass/Movie_Recommendation
Jigyass/Compiler-Construction
Creating a compiler similar to the one of C++ but fixes some of the irritating C++ problems.
Jigyass/League-of-Cards
Created a game from scratch for Final Project for EECS 448
Jigyass/AI-Battleship
Created a battleship game and then added AI bots that can play against people
Jigyass/Connect-4
Created connect 4 as a final project for EECS 368
Jigyass/Lab10
Jigyass/Lab9
It is the Lab 9 for 448 and contains all the exercises.
Jigyass/Lab8
Jigyass/eecs448-lab02