http://p.migdal.pl/2017/01/06/king-man-woman-queen-why.html
Julia Bazińska’s talk “Exploring word2vec vector space" - tomorrow at 15:00
Word2vec
Slide 20
Slide 20 text
Matrix factorizaton
http://p.migdal.pl/matrix-decomposition-viz/, work in progress
Slide 21
Slide 21 text
https://distill.pub/
Slide 22
Slide 22 text
…but at least
Deep Learning
is hard, isn’t it?
Slide 23
Slide 23 text
No content
Slide 24
Slide 24 text
No content
Slide 25
Slide 25 text
No content
Slide 26
Slide 26 text
Spreadsheet-based
deep learning
http://www.deepexcel.net/
Slide 27
Slide 27 text
http://setosa.io/ev/image-kernels/
Slide 28
Slide 28 text
Things which are not
problems
• I don’t know Python
• They are only high-school
• They are not from STEM
Slide 29
Slide 29 text
Trypophobia detector
by high-school students
https://github.com/cytadela8/trypophobia
Slide 30
Slide 30 text
Trypophobia detector
by high-school students
https://github.com/cytadela8/trypophobia
Slide 31
Slide 31 text
Problems with teachers
• Too much math details & too little insight
• Too much historical inertia
• No plots
• Too little real data
(e.g. all np.random.randn(n, m))
Slide 32
Slide 32 text
Real data, plots > arrays
Slide 33
Slide 33 text
Pragmatic algorithms
• kNN
• Linear + Logistic
Regression
• Random Forest
• XGBoost
• Neural Networks
Slide 34
Slide 34 text
Problems with clients
• Everyone is an “expert”
• Squeezing one semester (or a few)
into a few days (or just one)
• Deep learning will solve all our problems
• Installation!!!
Slide 35
Slide 35 text
Logistic Regression
vs Random Forest
vs Deep Learning
https://github.com/szilard/benchm-ml
http://datascience.la/benchmarking-random-forest-implementations/