Skip to content
Snippets Groups Projects
Commit abc0d0c4 authored by Dmitri Soshnikov's avatar Dmitri Soshnikov
Browse files

Optimize images and update links

parent 9e0673f1
No related branches found
No related tags found
No related merge requests found
......@@ -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*
......
lessons/4-ComputerVision/08-TransferLearning/images/adversarial-dog.png

81.6 KiB | W: | H:

lessons/4-ComputerVision/08-TransferLearning/images/adversarial-dog.png

27.1 KiB | W: | H:

lessons/4-ComputerVision/08-TransferLearning/images/adversarial-dog.png
lessons/4-ComputerVision/08-TransferLearning/images/adversarial-dog.png
lessons/4-ComputerVision/08-TransferLearning/images/adversarial-dog.png
lessons/4-ComputerVision/08-TransferLearning/images/adversarial-dog.png
  • 2-up
  • Swipe
  • Onion skin
lessons/4-ComputerVision/08-TransferLearning/images/ideal-cat.png

106 KiB | W: | H:

lessons/4-ComputerVision/08-TransferLearning/images/ideal-cat.png

33.3 KiB | W: | H:

lessons/4-ComputerVision/08-TransferLearning/images/ideal-cat.png
lessons/4-ComputerVision/08-TransferLearning/images/ideal-cat.png
lessons/4-ComputerVision/08-TransferLearning/images/ideal-cat.png
lessons/4-ComputerVision/08-TransferLearning/images/ideal-cat.png
  • 2-up
  • Swipe
  • Onion skin
lessons/4-ComputerVision/08-TransferLearning/images/ideal-zebra.png

102 KiB | W: | H:

lessons/4-ComputerVision/08-TransferLearning/images/ideal-zebra.png

33.9 KiB | W: | H:

lessons/4-ComputerVision/08-TransferLearning/images/ideal-zebra.png
lessons/4-ComputerVision/08-TransferLearning/images/ideal-zebra.png
lessons/4-ComputerVision/08-TransferLearning/images/ideal-zebra.png
lessons/4-ComputerVision/08-TransferLearning/images/ideal-zebra.png
  • 2-up
  • Swipe
  • Onion skin
lessons/4-ComputerVision/08-TransferLearning/images/original-dog.png

18.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment