Optimize images and update links

This commit is contained in:
Dmitri Soshnikov 2022-06-17 17:10:39 +03:00
parent 9e0673f10a
commit abc0d0c4c1
5 changed files with 1 additions and 1 deletions

View File

@ -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*

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB