Hacker News new | ask | show | jobs
by dharma1 3560 days ago
To do the task in the article (classify images, pretrained model) - it's pretty easy - just follow the tutorial here:

https://www.tensorflow.org/versions/r0.10/tutorials/image_re...

2 comments

yep, that's good if you want to retrain a pre-trained model for specific categories on new image data (that are pretty close to imagenet type images)
What do you mean by "pretty close"? What would be "not close"?
Something that looks very different to the ImageNet dataset. Microscope, ultrasound, satellite, x-ray etc images
Ok, I see. Thank you.
Is this available in keras as well?
Classification with pre-trained weights? Yes.

https://keras.io/applications/