Loss Functions
- A function that evaluates the goodness of our models
- Mainly evaluates the difference between: (Act - Pred) by assigning some kind of function
- Many are already implemented in python's ML library sklearn (EG: RMSE, binary/cross entropy loss etc
For Regression
- = Target value for example
- = Predicted value for example
No comments:
Post a Comment