minus-squareFakenMCBtoMachine Learning@academy.garden•[D] Seeking Input: Ideal "Intro to ML" SyllabuslinkfedilinkEnglisharrow-up1·1 year agoHi, 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! linkfedilink
FakenMCB to Machine Learning@academy.gardenEnglish · 1 year ago[R] Generating Multidimensional Clusters With Support Linesplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-square[R] Generating Multidimensional Clusters With Support Linesplus-squareFakenMCB to Machine Learning@academy.gardenEnglish · 1 year agomessage-square0fedilink
minus-squareFakenMCBtoMachine Learning@academy.garden•[Discussion] What part of your job do you finding yourself wasting time on most each week?linkfedilinkEnglisharrow-up1·1 year agoSometimes, but I try avoid those if I see them coming. The worst thing is a meeting’s flow-wrecking potential, even if the meeting itself is relevant. linkfedilink
minus-squareFakenMCBtoMachine Learning@academy.garden•[Discussion] What part of your job do you finding yourself wasting time on most each week?linkfedilinkEnglisharrow-up1·1 year agou/bengaliguy beat me to it! Meetings! linkfedilink
Hi, some suggestions based on course developed by us (removed some stuff to fit in 20 hours):
Hope it’s useful!