Please enable JavaScript.
Coggle requires JavaScript to display documents.
MACHINE LEARNING (Problems (Data Leakage (Tips to combat Data Leakage…
MACHINE LEARNING
Problems
Data Leakage
Examples
model that uses the response variable itself as a predictor, thus concluding for example that “it is sunny on sunny days.”
-
-
-
-
-
Dados desbalanciados
Soluções
- over-sampling
- under-sampling
- Cost-Sensitive Learning :red_flag:
- Recognition-based learning :red_flag:
-
Funções de ativação
- Threshold (binary),
- Sigmoid (continuous),
- Rectifier (binary),
- Hyperbolic Tangent (continuous),
- SoftMax (Sigmoid for more than 1 output layers)
Loss fuction
- stochastic gradient descent method
- gradient descent method
-
-
-
-