chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:38:23 +08:00
commit 2725b63d23
700 changed files with 53581 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Sebastian Raschka, 2015
Python Machine Learning - Code Examples
## Chapter 2 - Training Machine Learning Algorithms for Classification
- Artificial neurons - a brief glimpse into the early history
- of machine learning
- Implementing a perceptron learning algorithm in Python
- Training a perceptron model on the Iris dataset
- Adaptive linear neurons and the convergence of learning
- Minimizing cost functions with gradient descent
- Implementing an Adaptive Linear Neuron in Python
- Large scale machine learning and stochastic gradient descent
- Summary