Using PCA (principal component analysis), we find the principal components for the MNIST dataset.
Click here to learn more about the project.
In this project, I classify digits using K-Means clustering.
Click here to learn more about the project.
Used A* algorithm to guide 15 bots in exploring an entire map.
Click here to learn more about the project.
I wrote a function that would solve four different CAPTCHA (BONGO) generators. Tools that I used for this were OpenCV, NumPy, and Scikit-learn.
Click here to learn more about the project.
Using a database with a set of 5000 training images, and 500 test images of hand-written numerals (each image being 28x28 pixels with intensity values ranging from 0-255), I trained a nearest neighbor classifier. I utilized the Euclidean distance metric and tested it on the test database.
Click here to learn more about the project.
Simulated Shannon's mouse (robot successfully traversing a maze without colliding with any objects) using NumPy and Matplotlib.
Click here to learn more about the project.
Detecting and analyzing hate speech on videos relating to sexism on a right-wing platform (NLTK, scikit-learn, pandas). Used TF-IDF vectorization and a decision tree classifer.
Click here to learn more about the project.
My team of 5 students and I conducted California employment and wage analysis on data from the past decade.
Click here to learn more about the project.
Stochastic Gradient Descent model written with assembly LEGv8 architecture.
Click here to learn more about the project.
Swaying Attention tracks students dozing off and reminds them to stay focused. To achieve this we used OpenCV, D-lib, Arduino-C, and an ESP32 board.
Click here to learn more about the project.