Anfany/Machine-Learning-for-Beginner-by-Python3
A Python tutorial repository with sklearn and TensorFlow implementations of machine learning algorithms for beginners.

This repository is an educational resource for machine learning beginners, providing instance-based code examples using sklearn and TensorFlow along with custom functions. It covers fundamental ML algorithms including linear regression, logistic regression, softmax regression, k-means clustering, neural networks, SVM, and decision trees, with real-world examples like Boston housing price prediction, heart disease classification, and Beijing PM2.5 forecasting.