ML resources
1. Machine Learning Algorithms
General resources: (revise these after completing the below resources)
List of algorithms:
- Linear Regression
- Multiple Linear Regression
- Lasso and Ridge
- Logistic Regression
- KNN
- SVM
- Decision Tree
- PCA and Dimensionality reduction
- Ensemble Learning
- Random Forest
- Video
- Article
- [Article-2](https://builtin.com/data-science/random-forest-algorithm#:~:text=Put simply%3A random forest builds,more accurate and stable prediction.&text=Random forest has nearly the,tree or a bagging classifier.&text=Random forest adds additional randomness,model%2C while growing the trees.))
- Question
- Adaboost - Article
- GBM - Article
- XGBM - Article
- LightGBM - Article
- CatBoost - Article
- K-Means Clustering
- EM algorithm - Video
2. Machine Learning concepts
- EDA
- Data Exploration
- **Data Exploration-2**
- Feature Encoding
- Feature Engineering
- Feature selection
- Feature selection -2
- Imbalanced Data
- **Evaluation Metrics , Video**
- Bias variance Tradeoff
- Tuning with GridSearch and RandomizedSearch
- Cross-Validation
3. Statistics and Probability
- Article
- All the concepts mentioned in the video → **link →** enough for interview preperation
- Search the concept on Reddit - eli5 → example: Search “z-score eli5”
- Questions
- Questions - 2
5. SQL
(very important part of the whole interview process)
- Article
- Practice all the 12 tutorials here - **https://sqlzoo.net/**
- Questions
- Questions - 2
- Questions - 3
6. Deep learning basics
- Understand this playlist completely → link
- What is CNN?
- What is RNN?
- What is LSTM?
7. Product and Experiment design
8. Python & Data structures and algorithms
- **Python Interview questions → imporatnt**
- Numpy - Video, **Questions → imporatnt**
- Pandas - Video, **Questions, Questions → imporatnt**
- Matplotlib - Video-1, **Video-2 → imporatnt**
- Arrays, Linkedlists, Trees, Heaps, Stacks and Queues (only if time is left) - HackerRank YouTube
- DFS, BFS, Binary search, recursion, bubble sort, merge sort, quick sort (only if time is left)
- **Coding Interview questions - only if time left**
Additional Resources:- (read these after completing the below resources)