This is my playground for exploring the world of Machine Learning
A handful of algorithms implemented in Python. They all contain documentation what they do. To run them, use the following commands:
uv run naive_bayes_classifier.pyuv run flight_optimizer.pyuv run recommendations.pyuv run genetic_programming.pyThe archive directory contains code from previous projects and experiments.