This repository contains various Machine Learning (ML) algorithms implemented in C++.
- Perceptron – A simple neural network for binary classification.
- Minimax - Minimax is a kind of backtracking algorithm that is used in decision making and game theory to find the optimal move for a player, assuming that your opponent also plays optimally.
MIT License