Hacker News new | ask | show | jobs
by hmcdona1 3283 days ago
Yeah, the author of this article likely just followed these TensorFlow tutorials. You don't even have to touch code.

Follow this to retrain the Inception network: https://www.tensorflow.org/tutorials/image_retraining

Follow this to run an image through your model for classification: https://www.tensorflow.org/tutorials/image_recognition

1 comments

I wanted to try out different types of final layers (SVM, Logistic Reg.) so the direct example didn't suit very well for that kind of testing out. For starters that good though.