2. ML/Data Coding :robot:
September 24, 2023 ยท View on GitHub
ML coding module may or may not exist in particular companies interviews. The good news is that, there are only a limited number of ML algorithms that candidates are expected to be able to code. The most common ones include:
ML Algorithms
-
Linear regression (code) :white_check_mark:
-
Logistic regression (code) :white_check_mark:
-
K-means clustering (code) :white_check_mark:
-
Decision trees (code) :white_check_mark:
-
Linear SVM (code)
Sampling
- stratified sampling (link)
- uniform sampling
- reservoir sampling
- sampling multinomial distribution
- random generator
NLP algorithms
- bigrams
- tf-idf
Other
Sample codes
- You can find some sample codes under the Notebooks.