ShifuML / shifu

An end-to-end machine learning and data mining framework on Hadoop
https://github.com/ShifuML/shifu/wiki
Apache License 2.0
251 stars 109 forks source link

Errors not Matched between Shifu NN and TensorFlow #680

Open zhangpengshan opened 4 years ago

zhangpengshan commented 4 years ago

NN default is MSE, TF default is binary_entropy, even in TF, it is not divided by # of records but just average from workers.