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 C++ Sockets
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 React.js Android
MLP Example On MNIST Dataset
Machine Learning Project implementing Multi-Layer Perceptron for MNIST dataset classification.
Neural Networks Python NumPy
Truth Table Calculator
A truth table generator with CNF and DNF expressions for boolean logic calculations.
Boolean Logic JavaScript Web App