-
Notifications
You must be signed in to change notification settings - Fork 1
HOA PHAN edited this page Sep 28, 2023
·
16 revisions
Log Transformation
https://youtu.be/LCDiQxB5S84?si=xsA-noYV7AHv9DVJ&t=46
https://www.youtube.com/watch?v=lNgSBda0c7s
Precision Accuracy Recall - Apples Oranges
LOSS FUNCTION
Lecture 3 | Loss Functions and Optimization
Cross Entropy Loss Error Function - ML for beginners!
[Receiver Operating Characteristic](https://developers.google.com/machine-learning/crash-course/classification/roc-and-auc#:~:text=An%20ROC%20curve%20(receiver%20operating,model%20at%20all%20classification%20thresholds.)
PY
python3 -m pip install virtualenv
python3 -m virtualenv my_env
source my_env/bin/activate
python3 -m pip install jupyter matplotlib numpy pandas scipy scikit-learn