This is my playground repo for my refresh process of several years using matlab, and R in several ML tasks. Here, I focus on try to complete a typical stack of an ML engineer completely in Python. Classical models from the basics (trees, linear models) to the more complex ones (deep learning, nlp) will be part of those notebooks
- NumPy
- Matplotlib
- scikit-learn
- Tensorflow
- CuPy and Rapids
- Basics of NumPy (I, II), Tensors and Matplotlib
- Web scrapping with requests and beatifulsoup
- Decision trees
- Random Forest (titanic example)
- Greadient Boosted Decision trees (titanic example)
- Regression using GLMs
- Perfom a non-regularized logistic regression from scratch (notebook)
- Logistic regression (titanic example)
- Linear regression
- Spline regression (GAMs)
- Singular Value Decomposition and PCA
- K-Means|K-NN
- SVM
- Generalized Additive Models (GAMs)
- DBSCAN
- Time-series forecasting
- Heuristic
- Machine Learning
- Recurrent neural networks (RNNs) and long short term memory (LSTMs)
- CNNs
- UMAP and t-SNE
- Deep learning
- Regression
- Classification
- Project: Visual search and image retrieval
- NLP
- Other topics: data wrangling+SQL
- GPU acceleration
- Apple Silicon (tf.device)