1 / 12

CSC411- Machine Learning and Data Mining Unsupervised Learning

University of Toronto (Mississauga Campus). CSC411- Machine Learning and Data Mining Unsupervised Learning. Tutorial 9– March 16 th , 2007. Unsupervised Learning. Clustering K-Means algorithm Reinforcement Learning Q-learning algorithm. K-Means algorithm. K-Means algorithm. K. Input.

oceana
Download Presentation

CSC411- Machine Learning and Data Mining Unsupervised 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. University of Toronto (Mississauga Campus) CSC411- Machine Learning and Data MiningUnsupervised Learning Tutorial 9– March 16th, 2007

  2. Unsupervised Learning • Clustering • K-Means algorithm • Reinforcement Learning • Q-learning algorithm

  3. K-Means algorithm

  4. K-Means algorithm K Input Numerical Data Set Numerical Data Set

  5. K-Means algorithm Original Data (2 dimensions)

  6. Reinforcement Learning • Markov Decision Processes (MDP) • MDP(S, A, T, R) • S: environment states • A: actions available to the agent • T: state transition function • R: reward function • At each step t: • Observe current state St • Choose action to perform At • Receive reward(reinforcement) Rt= R(St, At) • Next State St+1 = T(St, At)

  7. Q-learning algorithm

  8. Q-learning algorithm

  9. Try the Tower-of-Hanoi Game

  10. Reference • Teknomo, Kardi. K-Means Clustering Tutorials. http:\\people.revoledu.com\kardi\ tutorial\kMean\

More Related