3 Homework • Open or Closed Eyes VS. Brain • 5 diverse stimulation scenarios VS. Brain • 5 diverse stimulation scenarios VS. Affect Follow 2 approaches: a) Clustering as described today (EM, K-means, Density) b) Explore another solution to the best of your knowledge (Machine Learning, Data mining, Statistics) Due: Monday (April 24)
23 Random Forest § Random Forest is bagging for decision trees that can be used for classification or regression. § Decision trees are constructed using a greedy algorithm that selects the best split point at each step in the tree building process § Random Forest disrupts the greedy splitting algorithm during tree creation so that split points can only be selected from a random subset of the input attributes.
25 Notes § Random forest classifier is only to be used when the data set is huge. If data set is not very huge the accuracy by Random forest classifier is less than accuracy by a normal single tree.
45 § https://webgazer.cs.brown.edu § eye tracking library using common webcams to infer the eye-gaze locations of web visitors on a page in real-time. § written in JavaScript § can be integrated into a website § runs entirely in the client browser, so no video data needs to be sent to a server, and it requires the user's consent to access their webcam. WebGazer
51 Thoughts? For a Low-Cost, Low-Resolution approach, Could it be possible to After a while To cluster? What could be the result of doing that? Which approach could work better (K-mean, DBSCAN, EM)?
Spring 2023 Copyright. These slides can only be used as study material for the class CSC308 at Cal Poly. They cannot be distributed or used for another purpose.