Markove chain recording
https://www.youtube.com/watch?v=40oC6U3DJ8g
Wednesday, February 27, 2019
Sunday, February 24, 2019
Recommended ML resources from Sam.
- t-SNE: An easy way to conduct 2-D visualization of high dimensional data. One of the big problems we have with high-dimensional data is visualizing it to see if there is structure. To tell if there is clustering, sometimes we can conduct hierarchical clustering and see what split level (via a scree plot) causes a good improvement in the clustering purity. If we want to visualize in 2-D, often our first step is to conduct PCA or some other dimension-reduction procedure first. t-SNE is an easy way to embed high dimensional data into 2-D. It has been shown to do a good job of preserving distances between points when plotting them. The catch is that while it does plot points that are close to each other in the high dimensional space as close in 2-D, if points are far away in high-D space, they be plotted either close or far in 2-D. It also works very fast, even for huge datasets, and has implementations in the major software languages. Here is a link by the creator with Q&A and a link to a video: https://lvdmaaten.github.io/tsne/
- ML video lectures: These ML video lectures (https://work.caltech.edu/lectures.html) are very popular on YouTube, and I think they are for more of an advanced, graduate-level compared to, say, Andrew Ng's Coursera videos. They are more mathematical, but he does a good job of explaining them. I particularly found lecture 15 on kernel methods.
--Sam
Reinforcment learning. Continue with Markov chain convergence.
https://drive.google.com/file/d/1NwlvgQIbXRrhtEvGPREneGC0EpyyqAJd/view?usp=sharing
https://drive.google.com/file/d/1NwlvgQIbXRrhtEvGPREneGC0EpyyqAJd/view?usp=sharing
Reinforcement learning and markov chains recordings (in Hebrew)
Hey, the last two sessions recording can be found here:
Markov chain:
https://urldefense.proofpoint.com/v2/url?u=https-3A__www.youtube.com_watch-3Fv-3D70CdNnvvUZo-26index-3D9-26list-3DPLRPue8gCw66-2D8mizHl7s0ZQzATzdL8FZJ-26t-3D400s&d=DwIFAg&c=jf_iaSHvJObTbx-siA1ZOg&r=y_b69HJLyjn8lFwzYVfyxol578OEO4exeFDpgGN6MoQ&m=Oz_Ww76YcUNz-KK-5qfK0fs5ZYeT4oUyLWJxUuA4RmY&s=Fs7qLkWtMdg9_lyW350rmaCnvPbgZH2Xv2tPgFvyNM8&e=
RL:
https://urldefense.proofpoint.com/v2/url?u=https-3A__www.youtube.com_watch-3Fv-3DCSq9v-2DKQzQo-26index-3D10-26list-3DPLRPue8gCw66-2D8mizHl7s0ZQzATzdL8FZJ-26t-3D533s&d=DwIFAg&c=jf_iaSHvJObTbx-siA1ZOg&r=y_b69HJLyjn8lFwzYVfyxol578OEO4exeFDpgGN6MoQ&m=Oz_Ww76YcUNz-KK-5qfK0fs5ZYeT4oUyLWJxUuA4RmY&s=sGU0BQ2kTnDszVGB1Y7306wIV_poqLyqXUsTgCjvtBs&e=
Guy Barash
Sunday, February 17, 2019
Markov chains
https://drive.google.com/file/d/1p9sU1BlZD4rLwlSb4qN4zsBgZX-hD2L8/view?usp=sharing
are at the heart of reinforcement learning.
https://drive.google.com/file/d/1p9sU1BlZD4rLwlSb4qN4zsBgZX-hD2L8/view?usp=sharing
are at the heart of reinforcement learning.
Monday, February 11, 2019
Ophir pointed to the following book on reinforcement learning - http://incompleteideas.net/book/RLbook2018trimmed.pdf
Sunday, February 10, 2019
Armed bandits the UCB heuristics - be an optimist -
https://drive.google.com/file/d/1G4ezjBXpJDEQPPfD6tH_XUowOZgvDeck/view?usp=sharing.
https://drive.google.com/file/d/1G4ezjBXpJDEQPPfD6tH_XUowOZgvDeck/view?usp=sharing.
Sunday, February 3, 2019
Starting reinforcement learning. Explaining the exploration/exploitation trade off.
https://drive.google.com/file/d/11Kb25EGoQ6gk8ITtGdVojZFdaUzDdfqp/view?usp=sharing
Subscribe to:
Posts (Atom)
Our next ML study group meeting will take place on Monday the 8 th of October. I'll cover the contraction theorem. See relevant s...
-
Ml crash directory Are you familiar with regression - https://m.youtube.com/watch?v=aq8VU5KLmkY ? One way to view Ml is regression on ster...
-
We'll cover LDA in tw's meeting. Here is the slide - https://drive.google.com/open?id=1KRoCA4vo9H9oJOl3iD-qRqIHl9qQq9vf This is ...
-
Whiteboard from today's meeting on Bayesian ML: Cox: P(A, B) = P(A|B)P(B) = P(B|A)P(A) => P(A|B) = [P(B|A)P(A)] / P(B) (Bayes) ...