Hacker News new | ask | show | jobs
by icemelt8 3564 days ago
This was amazing, I am amazed at your command of both hardware and software technology. Even as a Software Engineer, I have a hard time trying to make TensorFlow do something for me.
1 comments

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

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/