Skip to content

Files

Latest commit

Oct 21, 2015
1edd0b5 · Oct 21, 2015

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 3, 2015
Oct 21, 2015
Oct 6, 2015

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