-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Neural Search - From Prototype to Production with Jina
By :

Fashion image search is another pre-built example that comes with the Jina installation, which you can run just like the Q/A chatbot example directly from the comfort of your command line without even getting into the code.
The fashion image search example uses the famous Fashion-MNIST dataset of Zalando’s article images (https://github.com/zalandoresearch/fashion-mnist) consisting of 60,000 training examples and 10,000 examples in the test set. Each example is a 28x28 grayscale image, associated with a label from 10 classes just like the original MNIST dataset.
Each training and test set example is assigned one of the following labels:
Label |
Description |
0 |
T-shirt/Top |
1 |
Trouser |
2 |
Pullover |