28.04.2020 Views

Sách Deep Learning cơ bản

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

17.6 Python code 223

z=5

pic = list(encoding_test.keys())[z]

image = encoding_test[pic].reshape((1,2048))

x=plt.imread(images+pic)

plt.imshow(x)

plt.show()

print(greedySearch(image))

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!