Created
June 7, 2026 13:17
-
-
Save dudung/3af1eeecfd7440fc28af817eb5181127 to your computer and use it in GitHub Desktop.
Final report format
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fig 1. Multilayer perceptron with three layers: two neurons in input layer, four neurons in hidden layer, and one neuron in output layer.
Fig 2. Evaluation metrics used in regresion and classification problems.
Fig 3. Confusion matrix for obtaining TP (true positive), FN (false negative), FP (false positive), and TN (true negative).