Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update after losses merge #5

Merged
merged 2 commits into from
Nov 17, 2020
Merged

Conversation

JimClarke5
Copy link
Owner

No description provided.

brychcy and others added 2 commits October 30, 2020 09:50
* Initial checkin to rebase to Initialziers to pick up changes to ndarry Shape

* Initial Checkin for losses

* Fix reshape in sparseCategoricalCrossentropy()

* Apply various fixes to JavaDoc

* Change Tuple to LossTuple

* Repair JavaDOx

* Fixed AllAxis to hanlde dynamic shape when static shape rank is unknown.

* change method name allAxis to allAxes

* change private method binaryCrossentropy to binaryCrossentropyHelper

* Fixed squeezeOrExpandDimensions to make sure the updated labels, predictions and weights are returned in LossTuple

* Fix JavaDoc,
Add in rangeCheck and valueCheck
Misc fixes based on review

* Fix unused imports and add @SuppressWarnings("unchecked") for casts.

* Add copyright

* Add CastHelper and used that for all casts

* Fix JavaDoc, change snake case to camel case.

* Change class LossesImpl to LossesHelper

* Remove commented out JavaDoc

* Changed method name from smoothLabelsBinaryX to smoothBinaryLabels,
smoothLabelsCatX to smoothCategoricalLabels.

Added clarification oin JavaDoc for cosineSimilarity to describe the difference between the mathematical definition for cosine similarity and the loss definition.

* Fixed JavaDoc for labelSmoothing

* Fixed JavaDoc to change label_smoothing to labelSmoothing.

* Fix formatting

* replace label_smoothing with labelSmoothing.
fix typo error in JavaDoc comment

* Add copyright to test cases

* Fix copyright to attribute TensorFlow Authors.

* Fix typo on broadcast in JavaDoc

* Fix typo on broadcast in JavaDoc
@JimClarke5 JimClarke5 merged commit a99dcb4 into JimClarke5:master Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants