wzy6642/Machine-Learning-in-Action-Python3
Python 3 port of machine learning algorithms from the book Machine Learning in Action, covering kNN and neural network implementations.

Velocity · 7d
+0.5
★ / day
Trend
→steady
star history
This repository contains Python 3 implementations of machine learning algorithms from the book Machine Learning in Action. The original book used Python 2, so the author ported all code to Python 3 for modern compatibility. It includes algorithm implementations such as k-nearest neighbors and neural networks, with some examples using scikit-learn for classification tasks like the iris multi-class dataset.