Tuesday, August 25, 2020
Friday, August 14, 2020
Interesting annotated resource on ML compiled by Nahum https://docs.google.com/document/d/1-y0vGpy4_2khxTzfWWNY9m4AN4tILjyrsc0jAFV8d2g/edit?usp=sharing
Sunday, August 9, 2020
Using PCA to visualize your data by Guy Barash:
Last meeting recording is available here:
https://urldefense.proofpoint.com/v2/url?u=https-3A__www.youtube.com_watch-3Fv-3D1PrwZszJtU0-26list-3DPLC7m9qp0Q1Ye3Fwnooz2k5xh0p5eD1s4k-26index-3D24&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=y_b69HJLyjn8lFwzYVfyxol578OEO4exeFDpgGN6MoQ&m=IQbifIhxvi7Pyt9E-dhZY1JNQL__Zdd4JOmaz806qA0&s=ZQkb4sKcfQ5ULUt__6que7PkAdXlsCvk-Gr6n1VSbyo&e=
https://urldefense.proofpoint.com/v2/url?u=https-3A__www.youtube.com_watch-3Fv-3D1PrwZszJtU0-26list-3DPLC7m9qp0Q1Ye3Fwnooz2k5xh0p5eD1s4k-26index-3D24&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=y_b69HJLyjn8lFwzYVfyxol578OEO4exeFDpgGN6MoQ&m=IQbifIhxvi7Pyt9E-dhZY1JNQL__Zdd4JOmaz806qA0&s=ZQkb4sKcfQ5ULUt__6que7PkAdXlsCvk-Gr6n1VSbyo&e=
The code is available here in Git:
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_GuysBarash_PCA_blob_master_PCA.ipynb&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=y_b69HJLyjn8lFwzYVfyxol578OEO4exeFDpgGN6MoQ&m=IQbifIhxvi7Pyt9E-dhZY1JNQL__Zdd4JOmaz806qA0&s=W9AnTx1zx5zCwGabfD1Pzh5i_OeI5f8czg23cpMyBn4&e=
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_GuysBarash_PCA_blob_master_PCA.ipynb&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=y_b69HJLyjn8lFwzYVfyxol578OEO4exeFDpgGN6MoQ&m=IQbifIhxvi7Pyt9E-dhZY1JNQL__Zdd4JOmaz806qA0&s=W9AnTx1zx5zCwGabfD1Pzh5i_OeI5f8czg23cpMyBn4&e=
In colab:
Saturday, August 8, 2020
We will revisit the concept of validation and explain model selection. Both can be viewed as a special case of learning. https://drive.google.com/file/d/1PI204IVAqDAgJDZYbow24FjuwWbj3rHg/view?usp=sharing
Wednesday, August 5, 2020
ML study group "official" site has been updated - https://www.research.ibm.com/haifa/dept/vst/ML-studygroup.shtml. Enjoy.
Monday, August 3, 2020
Samuel Ackerman JSM presentation on drift detection (was also given in the ML weekly meeting) - https://ww2.amstat.org/meetings/jsm/2020/onlineprogram/ActivityDetails.cfm?SessionID=219879
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) ...