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

Machine Learning 101

webstorms
September 15, 2017

Machine Learning 101

A short talk introducing the field of machine learning touching on supervised learning, unsupervised learning and reinforcement learning.

webstorms

September 15, 2017
Tweet

Other Decks in Education

Transcript

  1. Supervised Learning { , ,… , ( , )} :

      → Data: Model: : : Vectorised images, videos, audio Labels of respective data points Good models generalize to unseen data Model fits Vectors to Labels by finding decision boundaries Classification
  2. Unsupervised Learning {   , … , ( )} Data:

    Model: : Vectorised images, videos, audio No Labels! Captures distribution of data, Compresses data, Classify Data Mysterious: Describe hidden structure
  3. Reinforcement Learning Agent: Take Actions in Environment to maximize cumulative

    award. Policy used to determine action in a state Policy learned from received reward Exploring Environment maximizing reward State
  4. What can ML do for CN? Perhaps ML will teach

    us more about the brain? Who knows! Convolutional Neural Network
  5. There is hope Mandelbrot set Simple formula: 4 = +

    Perhaps the brain’s endless intricacy can be modelled by simple rules.