Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intro to Machine Learning - for Deep Learning talk at PyCon UK 2016

Britefury
September 18, 2016

Intro to Machine Learning - for Deep Learning talk at PyCon UK 2016

This is a very simple talk introducing some very basic machine learning ideas for my deep learning workshop at PyCon UK 2016.

Britefury

September 18, 2016
Tweet

More Decks by Britefury

Other Decks in Technology

Transcript

  1. A very quick introduction to Machine Learning PyCon UK 2016

    G. French University of East Anglia Image montages from http://www.image-net.org
  2. NOTE: There are other better sources out there Looking at

    the Scikit-Learn website at http://scikit-learn.org/ is IMHO a good start
  3. Given: Set of sample inputs X, e.g. images Corresponding outputs

    Y, e.g. classifications (dog/cat/banana/etc.)
  4. Fisher’s iris data set Each sample: 4 features: sepal length;

    sepal width; petal length; petal width classification is species: setosa; versicolor; virginica
  5. Fisher’s iris data set Plot ‘sepal length’ and ‘petal width’

    Represent classification (species: setosa, versicolor, virginica) as colour
  6. Many more kinds of classifier Classifiers in Scikit-learn For more

    info, head over to: http://scikit-learn.org/