Skip to content

Commit bbe2e1e

Browse files
authored
Update README.md
1 parent 0351bda commit bbe2e1e

File tree

1 file changed

+4
-1
lines changed
  • Machine Learning Engineer Nanodegree/Capstone Project - Image Retrieval Using Autoencoders

1 file changed

+4
-1
lines changed

Machine Learning Engineer Nanodegree/Capstone Project - Image Retrieval Using Autoencoders/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ To build an image retrieval system with an autoencoder, what we really care abou
1111

1212
Feature vectors that have a smaller distance will be considered more similar, while images with a larger distance will be deemed less similar.
1313

14-
We can then sort our results based on the distance (from smallest to largest) and finally display the image retrieval results to the end user.
14+
We can then sort our results based on the distance (from smallest to largest) and finally display the image retrieval results to the end user.
15+
16+
# Results
17+
<img src='notebook_ims/results.png' width=60%/>

0 commit comments

Comments
 (0)