Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/turkunov/ml-from-scratch

Thoroughly documented implementations of ML and DS concepts
https://github.com/turkunov/ml-from-scratch

ds implementation interview ml pytorch tutorial

Last synced: 4 days ago
JSON representation

Thoroughly documented implementations of ML and DS concepts

Awesome Lists containing this project

README

        

# ml-from-scratch
### **TL;DR**

This repository showcases my learning journey in the world of DS and ML. It is also meant to publicly share comprehensive and reproducible examples written in Python that are supported by digested theory collected through **hundreds** of different sources. Currently here you can find detailed information on:
- classic ML (supervised and unsupervised)
- dl (different DL architectures in PyTorch)
- ds (A/B testing: frequentist and bayesian approaches)
- linalg (linear algebra concepts: svd, pca, fft (and everything signal-related), t-SNE)
- misc (common ML problems, that you are asked about on interviews, as well as approaches to them)

Tech stack: pytorch, torchvision, polars, wandb, scikit-learn, numpy, scipy, plotly