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

Machine Learning: Do legado à vanguarda

Machine Learning: Do legado à vanguarda

A little journey describing what is machine learning, where does it come from, why should we care and how their algorithms look like.

Juan Pablo Rivillas Ospina

September 03, 2017
Tweet

More Decks by Juan Pablo Rivillas Ospina

Other Decks in Technology

Transcript

  1. 2

  2. 8

  3. ”The term machine learning refers to the automated detection of

    meaningful patterns in data” [ Understanding Machine Learning. From theory to Algorithms, 2014 ] 14
  4. Artificial Intelligence Try to build automated Imitation of intelligent behavior

    [ Understanding Machine Learning. From theory to Algorithms, 2014 ] 20
  5. Machine Learning Use the strengths and special abilities of computers

    to complement human intelligence [ Understanding Machine Learning. From theory to Algorithms, 2014 ] 21
  6. Most of the problems we face in Machine Learning are

    related to scenarios that we are familiar with. 23
  7. 26

  8. 27

  9. 30

  10. 31

  11. 32

  12. 33

  13. 35

  14. 36

  15. 37

  16. 40

  17. What do I have? Data Data follow a distribution of

    probability It’s better to work with matrices than pure equations 43
  18. Do I have to understand all of these? It’s better,

    yes! But not strictly necessary 44
  19. How to choose a model? Spam Detector Bait Shyness -

    Rats Learning to Avoid Poisonous Baits 53
  20. Bait Shyness Rats Learning to Avoid Poisonous Baits > Smell

    > Taste > Consequence after eating? 55
  21. Predict KNN is an algorithm that can be applied to

    supervised and unsupervised learning 62
  22. Predict K is my point of reference We will calculate

    the distance between our point and all the other points 64
  23. 70

  24. 71