- Streamlit playground with multiple algorithms (source)
- model types: Logistic Regression, Decision Tree, Random Forest, Gradient Boosting, Neural Network, K Nearest Neighbors, Gaussian Naive Bayes, SVC
- demo of decision boundary, accuracy/F1 score on test set, general tips on algorithms
- hyperparameter influence, dataset distribution influence
- Regression
- Classification
- StatQuest - the whole YT channel has good videos
- calculator
- gradient descent demo
- linear regression
- gradient descent - nice mathematical exmplanation; contains examples of a trajectory of parameters depending on different learning rates