My Projects

KNearestNeighbors

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.

Machine Learning Algorithm Server C++ Sockets Threads
View Project

ChatApp

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.

MongoDB Express Node.js React.js Java Android
View Project

MLP Example On MNIST Dataset

Machine Learning Project implementing Multi-Layer Perceptron for MNIST dataset classification.

Machine Learning Neural Networks MNIST Python NumPy
View Project

Truth Table and CNF/DNF Calculator

A truth table generator with CNF and DNF expressions for boolean logic calculations.

Boolean Logic JavaScript Truth Tables CNF DNF
View Project