GypsyDangerous / Python-Neural-Network

a simple deep neural network I made in python. version 1.3
Apache License 2.0
1 stars 2 forks source link

MSE and RMSE #2

Open GypsyDangerous opened 5 years ago

GypsyDangerous commented 5 years ago

I would appreciate suggestions on how i can improve the MSE and RMSE functions.

GypsyDangerous commented 5 years ago

4

GypsyDangerous commented 5 years ago

while PR #4 gave a library solution i want to understand mse better so i would like to know if my implementation is correct.