TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

Fix cross entropy. #47

Closed gpestre closed 4 years ago

gpestre commented 4 years ago

Fixes #46. Verified against two-class example (binary cross-entropy); should also work for multi-class cross-entropy but not tested yet.