sktime-dl icon indicating copy to clipboard operation
sktime-dl copied to clipboard

modified the loss function for _cnn.py

Open Vasudeva-bit opened this issue 2 years ago • 0 comments

Reference Issues/PRs

Not an issue fix

What does this implement/fix? Explain your changes.

I have modified the loss function of the _cnn.py file. The current loss function for the _cnn.py file which is used to classify between two classes is RMSE but the appropriate loss function for training a model for binary classification is binary_crossentrophy. This loss function can significantly improve the training and performance of the estimator.

Does your contribution introduce a new dependency? If yes, which one?

No

Any other comments?

No

Vasudeva-bit avatar Apr 18 '22 17:04 Vasudeva-bit