What are embeddings?
A deep-dive into machine learning embeddings.
I Spent 7 Months Gathering The Very Best Free Courses I Could Find On The Internet | by Jano le Roux | The Startup | Aug, 2022 | Medium
I Spent 7 Months Gathering The Very Best Free Courses I Could Find On The Internet. Including life-changing Harvard, MIT, and Stanford courses..
Harvard’s CS50 Computer Science Course
https://www.harvardonline.harvard.edu/course/cs50-introduction-computer-science
MIT’s Machine Learning Course
https://www.edx.org/course/machine-learning-with-python-from-linear-models-to
Apple’s Develop For iOS Course
https://developer.apple.com/tutorials/app-dev-training/
AWS’s Cloud Practitioner Course
https://www.edx.org/course/aws-cloud-practitioner-essentials
University of Michigan’s Successful Negotiation Course
https://www.coursera.org/learn/negotiation-skills
RIT’s Storytelling in the Workplace Course
https://www.edx.org/course/storytelling-in-the-workplace-3
Bocconi’s Private Equity and Venture Capital Course
https://www.coursera.org/learn/private-equity
Stanford’s Quantum Mechanics Course
https://www.edx.org/course/quantum-mechanics-for-scientists-and-engineers-1
My Advice To Machine Learning Newbies After 3 Years In The Game
- Stay away from unsupervised learning
- Skip neural networks
Plugging an on off-the-shelf model from sklearn is often enough for an MVP. While weeks of tuning a neural net might provide a couple extra points of f1, it’s often not worth it in the beginning. - Frame all problems as binary classification
- Tune your hyper-parameters