Sunday, February 24, 2019

Recommended ML resources from Sam.  

  1. 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/
  2. 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

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

  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...