Posts

Showing posts with the label TensorFlow

Run a TensorFlow jupyter notebook on docker

Image
 This is getting started guide for ML beginners who wants to use Jupyter Notebook on Docker environment. Docker is a way to use different development environments and frameworks without physically install them on your PC or workstation. For more information, please visit docker website.

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.?