“I think it’s very important to have a feedback loop, where you’re constantly thinking about what you’ve done and how you could be doing it better.”
– Elon Musk
Feel free to reach out for collaboration, feedback, or just a tech chat!
A 3-layer neural network built from scratch using NumPy, extending a 2-layer model. Implements ReLU activation, softmax output, and gradient descent optimization for handwritten digit classificatio…
Jupyter Notebook 3
A website showcasing a collection of engaging games, highlighted by a competitive 1v1 Chkoba game featuring an advanced Minimax AI bot that consistently selects the optimal move for a challenging a…
JavaScript 3
A lightweight machine learning model that generates unique and authentic Italian names based on existing ones. It utilizes a character-level neural network trained on a dataset of Italian names, ca…
Jupyter Notebook 2
This was the challenge I had to pass for my orange summer challenge 2025 application.
This project demonstrates a simple semantic search system using Qdrant locally as a vector database. It allows you to input a natural language prompt and returns the most semantically similar text …
Python 1