This repository contains the source code for a React+TypeScript application developed as part of the Foundations of AI course at IIT Gandhinagar. The app features interactive N-Queen and Jigsaw Sud…
This is a robust and efficient ML model for recognizing various human activities such as walking, sitting, and running using accelerometer data.
Jupyter Notebook 1
Image reconstruction using matrix factorization involves decomposing an image matrix into two or more lower-dimensional matrices whose product approximates the original matrix. This technique is us…
Jupyter Notebook 1
A neural network-based text generation model using a vanilla MLP architecture to predict the next character in a sequence. The project includes a Streamlit app for customizing parameters like embed…
Jupyter Notebook 1
This repository applies transfer learning with the Llama 3.2-1B/Gemma model for sentiment classification using the SST-2 dataset. The project involves freezing base model parameters, adding task-s…
Jupyter Notebook 1