About ml algorithms.
- Linear regression analytical, gradient, sklearn
- Support vector machine (SVM)
- Logistic regression
- Decision Tree Regressor
- Bagging on decision trees
- Gradient Boosting
- Naive Bayesianс classifier scratch, sklearn
- A little bit about statistical stability
- Task about two lines scratch, torch
- Classifier handwritten numbers (MNIST) scratch, torch
- Classifier handwritten numbers (MNIST) torch
- word2vec word embeddings code, paper
- LSTM next word prediction code, paper
- LSTM text generation code, paper
- seq2seq machine translation code, paper
- seq2seq Attention machine translation code, paper
- BERT code, paper
how can you use algorithm without knowing how it works. Writing an algorithm helps me to understand all the nuances of its work, as well as in the next solution of the problem, you will see why it is good to apply one or another algorithm since you fully know their work