Track Machine Learning Tutorials Updates Weekly
machine learning and deep learning tutorials, articles and other resources
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 ujjwalkarn/Machine-Learning-Tutorials · ⭐ 12K · 🏷️ Computer Science
Sep 27 - Oct 03, 2021
Introduction
Sep 06 - Sep 12, 2021
Introduction
Apr 27 - May 03, 2020
Introduction
Interview Resources
Artificial Intelligence
Genetic Algorithms
Statistics
- Stat Trek Website - A dedicated website to teach yourselves Statistics
- Learn Statistics Using Python (⭐854) - Learn Statistics using an application-centric programming approach
- Statistics for Hackers | Slides | @jakevdp - Slides by Jake VanderPlas
- Online Statistics Book - An Interactive Multimedia Course for Studying Statistics
- OpenIntro Statistics - Free PDF textbook
Useful Blogs
- Edwin Chen's Blog - A blog about Math, stats, ML, crowdsourcing, data science
- The Data School Blog - Data science for beginners!
- ML Wave - A blog for Learning Machine Learning
- Andrej Karpathy - A blog about Deep Learning and Data Science in general
- Colah's Blog - Awesome Neural Networks Blog
- Alex Minnaar's Blog - A blog about Machine Learning and Software Engineering
- Statistically Significant - Andrew Landgraf's Data Science Blog
- Simply Statistics - A blog by three biostatistics professors
- Yanir Seroussi's Blog - A blog about Data Science and beyond
- fastML - Machine learning made easy
- Trevor Stephens Blog - Trevor Stephens Personal Page
- no free hunch | kaggle - The Kaggle Blog about all things Data Science
- A Quantitative Journey | outlace - learning quantitative applications
- r4stats - analyze the world of data science, and to help people learn to use R
- Variance Explained - David Robinson's Blog
- AI Junkie - a blog about Artificial Intellingence
- Deep Learning Blog by Tim Dettmers - Making deep learning accessible
- J Alammar's Blog- Blog posts about Machine Learning and Neural Nets
- Adam Geitgey - Easiest Introduction to machine learning
- Ethen's Notebook Collection (⭐2.1k) - Continuously updated machine learning documentations (mainly in Python3). Contents include educational implementation of machine learning algorithms from scratch and open-source library usage
Resources on Quora
Kaggle Competitions WriteUp
Cheat Sheets
Classification
Logistic Regression
Model Validation using Resampling
- Cross Validation
Overfitting and Cross Validation
Deep Learning
Neural Machine Translation
Deep Learning Frameworks
Feed Forward Networks
- Recurrent and LSTM Networks
Recurrent Neural Net Tutorial Part 1, Part 2, Part 3, Code (⭐863)
The Unreasonable effectiveness of RNNs, Torch Code (⭐11k), Python Code
Long Short Term Memory (LSTM)
Gated Recurrent Units (GRU)
Time series forecasting with Sequence-to-Sequence (seq2seq) rnn models (⭐1k)
Restricted Boltzmann Machine
Autoencoders: Unsupervised (applies BackProp after setting target = input)
Convolutional Neural Networks
Network Representation Learning
Natural Language Processing
- Topic Modeling
word2vec
Text Clustering
Text Classification
Named Entity Recognitation
Semi Supervised Learning
Computer Vision
Support Vector Machine
Comparisons
Software
Probabilities post SVM
Optimization
Reinforcement Learning
Decision Trees
- Discover structure behind data with decision trees - Grow and plot a decision tree to automatically figure out hidden rules in your data
Comparison of Different Algorithms
CART
CTREE
Probabilistic Decision Trees
Random Forest / Bagging
Boosting
Gradient Boosting Machine
xgboost
CatBoost
Ensembles
Stacking Models
Vapnik–Chervonenkis Dimension
Bayesian Machine Learning
Other Tutorials
- For a collection of Data Science Tutorials using R, please refer to this list (⭐1.8k).
- For a collection of Data Science Tutorials using Python, please refer to this list (⭐4.6k).