privacy icon indicating copy to clipboard operation
privacy copied to clipboard

Add CategoricalCrossEntropy and gaussian noise sampling to Bolton Implementation

Open changliu-gp opened this issue 6 years ago • 5 comments

changliu-gp avatar Nov 07 '19 19:11 changliu-gp

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot avatar Nov 07 '19 19:11 googlebot

@googlebot I signed it!

changliu-gp avatar Nov 07 '19 19:11 changliu-gp

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar Nov 07 '19 19:11 googlebot

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar Nov 07 '19 19:11 googlebot

includes:

  • block in optimizers/get_noise to get gaussian noise
  • new parameter "delta" to functions
  • 2 new test cases
  • example to use gaussian noise in tutorial
  • new class for categorical cross entropy in losses.py
  • new test cases for categorical cross entropy in losses_test.py

changliu-gp avatar Nov 13 '19 17:11 changliu-gp