izzat5233 / fruit-classifier-wasm

Artificial Neural Network in Web Assembly, C++ Core & Interactive Website.
https://izzat5233.github.io/fruit-classifier-wasm/
1 stars 0 forks source link

Loss Functions Placemenet #4

Open izzat5233 opened 10 months ago

izzat5233 commented 10 months ago

Loss functions are mathimatically related to the activatation function of the Output Layer. This means they should be controlled by OutputLayer class not Network.