Please enable JavaScript.
Coggle requires JavaScript to display documents.
Machine learning (Optimalization (Gradient descent (Error function = Loss…
Machine learning
Optimalization
Gradient descent
Function
w = w - alpha * dw(E(w)) # # #
-
-
-
-
-
-
-
-
-
-
-
-
-
Supervised
Basic idea
Problems
Overfitting
Solving
Generalizaiton
L1
-
Lasso regression
- 1 more item...
-
-
-
-
-
-
-
-
-
-
Classification
-
Binary classification
Models
-
-
-
Multilayer Perceptron
-
-
-
Or Mlutilayer Logistic regression #
-
-
-
-
-
-
-
-
-
-
-
-