Skip to content

Commit

Permalink
Optimize images and update links
Browse files Browse the repository at this point in the history
  • Loading branch information
shwars committed Jun 17, 2022
1 parent 9e0673f commit abc0d0c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/4-ComputerVision/08-TransferLearning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To improve the result, we can add another term into the loss function, which is

Similar approach can be used to perform so-called **adversarial attacks** on a neural network. Suppose we want to fool a neural network and make a dog look like a cat. If we take dog's image, which is recognized by a network as a dog, we can then tweak it a little but using gradient descent optimization, until the network starts classifying it as a cat:

![Picture of a Dog](images/dog-from-unsplash.jpg) | ![Picture of a dog classified as a cat](images/adversarial-dog.png)
![Picture of a Dog](images/original-dog.png) | ![Picture of a dog classified as a cat](images/adversarial-dog.png)
-----|-----
*Original picture of a dog* | *Picture of a dog classified as a cat*

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abc0d0c

Please sign in to comment.