1 / 0

Machine Learning

Machine Learning. An Introduction. What is Learning?. Herbert Simon: “Learning is any process by which a system improves performance from experience.” What is the task? Classification Problem solving / planning / control. Classification.

carlyn
Télécharger la présentation

Machine Learning

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Machine Learning

    An Introduction
  2. What is Learning? Herbert Simon: “Learning is any process by which a system improves performance from experience.” What is the task? Classification Problem solving / planning / control
  3. Classification Assign object/event to one of a given finite set of categories. Medical diagnosis Credit card applications or transactions Fraud detection in e-commerce Worm detection in network packets Spam filtering in email Recommended articles in a newspaper Recommended books, movies, music, or jokes Financial investments DNA sequences Spoken words Handwritten letters Astronomical images
  4. Problem Solving / Planning / Control Performing actions in an environment in order to achieve a goal. Solving calculus problems Playing checkers, chess, or backgammon Balancing a pole Driving a car or a jeep Flying a plane, helicopter, or rocket Controlling an elevator Controlling a character in a video game Controlling a mobile robot
  5. Learning from Data The world is driven by data. Germany’s climate research centre generates 10 petabytes per year Google processes 24 petabytes per day The Large Hadron Collider produces 60 gigabytes per minute (~12 DVDs) There are over 50m credit card transactions a day in the US alone.
  6. Learning from Data Data is recorded from some real-world phenomenon. What might we want to do with that data? Prediction - what can we predict about this phenomenon? Description - how can we describe/understand this phenomenon in a new way?
  7. Learning from Data How can we extract knowledge from data to help humans take decisions? How can we automate decisions from data? How can we adapt systems dynamically to enable better user experiences? Write code to explicitly do the above tasks Write code to make the computer learn how to do the tasks
  8. Using machine learning to detect spam emails To: you@gmail.com GET YOUR DIPLOMA TODAY! If you are looking for a fast and cheap way to get a diploma, this is the best way out for you. Choose the desired field and degree and call us right now: For US: 1.845.709.8044 Outside US: +1.845.709.8044 "Just leave your NAME & PHONE NO. (with CountryCode)" in the voicemail. Our staff will get back to you in next few days! ALGORITHM Naïve Bayes Rule mining
  9. Using machine learning to recommend books ALGORITHMS Collaborative Filtering Nearest Neighbour Clustering
  10. Using machine learning to identify faces and expressions ALGORITHMS Decision Trees Adaboost
  11. Boundary Detection Is this a boundary?
  12. Image Categorization Training Training Labels Training Images Image Features Classifier Training Trained Classifier Testing Prediction Image Features Trained Classifier Outdoor Test Image Slide: Derek Hoiem
  13. ML for working with social network data ML for working with social network data: detecting fraud, predicting click-thru patterns, targeted advertising, etcetcetc . ALGORITHMS Support Vector Machines Collaborative filtering Rule mining algorithms Many many more….
  14. ML for mobile
  15. Machine Learning (etc.) Driving a car Recognising spam emails Recommending books Reading handwriting Recognising speech, faces, etc. How would you write these programs? Would you want to?!?!?!?
  16. Machine Learning Problems
More Related