💻
Data Science & M/L
  • Data Science & Machine Learning
  • Setup Google Drive Colab Environment
  • Curriculum Review
    • Choosing The Right Estimator
    • Choosing The Right Visual Graph
    • Referenced During Curriculum
  • Next Steps
    • Online Courses
    • Tutorials / Guides / Cheat Sheets
    • Competitions / Projects
    • Datasets
    • Books
    • Videos
    • Podcasts
    • Blogs / News
    • Articles
Powered by GitBook
On this page
  • Python:
  • Data Science:
  • Statistics
  • Machine Learning:
  • Understanding Models
  • Supervised Learning
  • Regression
  • Classification
  • Decision Trees (regression and classification)
  • Unsupervised Learning

Was this helpful?

  1. Curriculum Review

Referenced During Curriculum

More coming soon...

Python:

Coming soon...

Data Science:

Statistics

P value

  • https://www.machinelearningplus.com/statistics/p-value/

  • https://towardsdatascience.com/what-is-a-p-value-b9e6c207247f

Z score

  • https://lazyprogrammer.me/what-the-hell-is-a-z-score/

Gaussian Distribution

  • Why is it important

Machine Learning:

Understanding Models

Underfitting and Overfitting

  • https://scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html#sphx-glr-auto-examples-model-selection-plot-underfitting-overfitting-py

Gradient Decent

  • Math behind gradient decent

Supervised Learning

Regression

Evaluation

  • evaluate linear regression model

  • mean squared error metric

Regularization

  • Lasso and ridge regression

Classification

Confusion Matrix Understanding

  • confusion matrix understanding

  • accuracy, precision, and recall

Roc and Auc Curves

  • ROC and AUC, Clearly Explained!

Decision Trees (regression and classification)

  • Ada boosting

Unsupervised Learning

K means overview

  • https://becominghuman.ai/comprehending-k-means-and-knn-algorithms-c791be90883d

  • https://bl.ocks.org/rpgove/0060ff3b656618e9136b

  • Choosing number of clusters for k means resource 1

  • Choosing number of clusters for k means resource 2

  • Choosing number of clusters for k means resource 3

PreviousChoosing The Right Visual GraphNextNext Steps

Last updated 5 years ago

Was this helpful?