Implementation of the KNearestNeighbors (KNN) algorithm as a server providing the calculations. KNN is an algorithm used in machine learning allowing us to categorize vectors based on their distance to our dataset.
Chat app using MongoDB for the database, Express and Node.js for the backend API, React.js for the frontend for the user, and Java for the Android application.
Machine Learning Project implementing Multi-Layer Perceptron for MNIST dataset classification.
A truth table generator with CNF and DNF expressions for boolean logic calculations.