• 1 Post
  • 3 Comments
Joined 10 months ago
cake
Cake day: November 28th, 2023

help-circle
  • Hi, some suggestions based on course developed by us (removed some stuff to fit in 20 hours):

    • Concept of learning: supervised, unsupervised, and semi-supervised.
    • Regression: simple and multiple linear regression, polynomial regression, regularization, SVR, decision trees, random forest regression.
    • Classification: Logistic regression, K-NN, SVM, kernel SVM, naive Bayes, decision trees, random forests.
    • Dimensionality Reduction: PCA, UMAP.
    • Clustering: k-means, hierarchical clustering.
    • Feature selection and extraction.
    • Evaluation and generalization: training set, test and validation, cross-validation, parameter tuning, grid search, XGBoost.
    • Python notebooks and libraries for ML: numpy, pandas, matplotlib, seaborn, scikit-learn, scipy and others.

    Hope it’s useful!