ML From Zero To Research Scientist
From Zero to Research Scientist full resources guide
Guide description
This guide is designated to anybody with basic programming knowledge or a computer science background interested in becoming a Research Scientist with 🎯 on Deep Learning and NLP.
You can go Bottom-Up or Top-Down both works well and it is actually crucial to know which approach suites you the best. If you are okay with studying lots of mathematical concepts without application then use Bottom-Up. If you want to go hands-on first then use the Top-Down first.
Content
- Mathematical Foundation
- Machine Learning
- Deep Learning
- Reinforcement Learning
- Natural Language Processing
Mathematical Foundation
The Mathematical Foundation part is for all Artificial Intelligence branches such as Machine Learning, Reinforcement Learning, Computer Vision and so on. AI is heavily math-theory based so a solid foundation is essential.
Linear Algebra
♾️
This branch of Math is crucial for understanding the mechanism of Neural Networks which are the norm for NLP methodologies in nowadays State-of-The-Art.
Probability
⚛️
Most of Natural Language Processing and Machine Learning Algorithms are based on Probability theory. So this branch is extremely important for grasping how old methods work.
Calculus
📐
Optimization Theory
📉
-Resource | Difficulty | Relevance |
---|---|---|
CMU optimization course 2018🎥 | ||
CMU Advanced optimization course🎥 | ||
Stanford Famous optimization course 🎥 | ||
Boyd Convex Optimization Book 📕 | ||
Machine Learning
Considered a fancy name for Statistical models where its main goal is to learn from data for several usages. It is considered highly recommended to master these statistical techniques before Research as most of research is inspired by most of the Algorithms.
Deep Learning
One of the major breakthroughs in the field of intersection between Artificial Intelligence and Computer Science. It lead to countless advances in technology and considered the standard way to do Artificial Intelligence.
Reinforcement Learning
It is a sub-field of AI which focuses on learning by observation/rewards.
Natural Language Processing
It is a sub-field of AI which focuses on the interpretation of Human Language.
Source: https://github.com/ahmedbahaaeldin/From-0-to-Research-Scientist-resources-guide#readme