Posts

Showing posts with the label Keras

Using Image url in Keras image classification

Image
  How to load an image in Keras for machine learning from a url ?

Get predicted class name in Keras Sequential Model

 In Keras Sequential Model problems we can get predicted result as output. As a beginner you may note that it is not what you expected. So how do we get the actual label for that image.?