Ce diaporama a bien été signalé.
Le téléchargement de votre SlideShare est en cours. ×

Machine learning

Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Prochain SlideShare
Pattern recognition
Pattern recognition
Chargement dans…3
×

Consultez-les par la suite

1 sur 34 Publicité

Plus De Contenu Connexe

Diaporamas pour vous (20)

Similaire à Machine learning (20)

Publicité

Plus récents (20)

Machine learning

  1. 1. Machine Learning
  2. 2. • What is machine learning? • Examples • Applications • Training and testing • Algorithms • Conclusion Agenda
  3. 3. • A branch of artificial intelligence, concerned with the design and development of algorithms that allow computers to evolve behaviors based on empirical data. • As intelligence requires knowledge, it is necessary for the computers to acquire knowledge. What is machine learning?
  4. 4. NEURAL NETWORK "...a computing system made up of a number of simple, highly interconnected processing elements, which process information by their dynamic state response to external inputs.”
  5. 5. Applications • Face detection • Object detection and recognition • Image segmentation • Multimedia event detection • Economical and commercial usage
  6. 6. With fully Self-Driving Technology, you’ll be able to get where you want to go at the push of a button—without the need for a person at the wheel. Face Recognition automatically determines if two faces are likely to correspond to the same person. Speech Recognition is invading our lives. It’s built into our phones, our game consoles and our smart watches. It’s even automating our homes.
  7. 7. Robotics and ML  Areas that robots are used:  Industrial robots  Military, government and space robots  Service robots for home, healthcare, laboratory  Why are robots used?  Dangerous tasks or in hazardous environments  Repetitive tasks  High precision tasks or those requiring high quality  Labor savings  Control technologies:  Autonomous (self-controlled), tele-operated (remote control)
  8. 8. Military/Government Robots Soldiers in Afghanistan being trained how to defuse a landmine using a PackBot.
  9. 9. ALVINN Drives 70 mph on a public highway Predecessor of the Google car Camera image 30x32 pixels as inputs 30 outputs for steering 30x32 weights into one out of four hidden unit 4 hidden units
  10. 10. Traditional Programming Machine Learning Computer Data Program Output Computer Data Output Program
  11. 11. DEEP LEARNING It is the class of machine learning algorithm. It is based on artificial neural network. It has been used by Google's deep mind to play the ancient Chinese game, 'Go’. Machines have Over smarted Human Brains
  12. 12. Types of training • Supervised learning: uses a series of labelled examples with direct feedback • Reinforcement learning: indirect feedback, after many examples • Unsupervised/clustering learning: no feedback • Semi supervised
  13. 13. Machine learning structure Supervised learning
  14. 14. Machine learning structure Unsupervised learning
  15. 15. • The success of machine learning system also depends on the algorithms. • The algorithms control the search to find and build the knowledge structures. • The learning algorithms should extract useful information from training examples. Algorithms
  16. 16. ML in a Nutshell • Tens of thousands of machine learning algorithms • Hundreds new every year • Every machine learning algorithm has three components: • Representation • Evaluation • Optimization
  17. 17. Representation • Decision trees • Sets of rules / Logic programs • Instances • Graphical models (Bayes/Markov nets) • Neural networks • Support vector machines • Model ensembles • Etc.
  18. 18. Evaluation • Accuracy • Precision and recall • Squared error • Likelihood • Posterior probability • Cost / Utility • Margin • Entropy • K-L divergence • Etc.
  19. 19. Optimization • Combinatorial optimization • E.g.: Greedy search • Convex optimization • E.g.: Gradient descent • Constrained optimization • E.g.: Linear programming
  20. 20. Conclusion We have a simple overview of some techniques and algorithms in machine learning. Furthermore, there are more and more techniques apply machine learning as a solution. In the future, machine learning will play an important role in our daily life.
  21. 21. --------------------------------------------------------------------------- Thank You --------------------------------------------------------------------------- ANY QUERIES?

×