/ML-teaching-materials

Collection of resources for teaching Machine Learning lectures with an emphasis on interactive demos of ML algorithms

Primary LanguagePython

ML teaching materials

Algotithm demos

  • 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

KNN

Decision Tree

Gradient Boosting

Random Forest

SVM

Linear and Logistic Regression

Perceptron

NNs

Other (blogs, etc.)