Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Typo on string #029 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored and stevemart committed Jul 4, 2018
1 parent 18abc98 commit c09c28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ This would find the PN of image ID 340 in the test images from the MNIST dataset

From left to right: the original image, the pertinent negative component and the image composed of the original image and PN. If we add PN to Image 340, it would be classified as 5.

The arugment `kappa` (confidence lebel) and `gamma` (regularization coefficient of autoencoder) are tuning parameters for the optimization setup. Both PP and PN are used to explain the model prediction results. For more details, please refer to the paper.
The argument `kappa` (confidence lebel) and `gamma` (regularization coefficient of autoencoder) are tuning parameters for the optimization setup. Both PP and PN are used to explain the model prediction results. For more details, please refer to the paper.

0 comments on commit c09c28c

Please sign in to comment.