humphd / have-fun-with-machine-learning

An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks
Other
5.07k stars 541 forks source link

Add TensorFlow instructions and walkthrough #14

Open humphd opened 7 years ago

humphd commented 7 years ago

I've moved from Caffe/Digits to TensorFlow in my own work, and I want to update this to show how to do the same tasks with TensorFlow.

Given the hard work by @BirkhoffLee translating the original, I don't want to break what we already have. I'm debating whether to integrate it into the current document, or start a new one. I think it's nice to see how transferable the approach is across ML frameworks and technologies, so doing it in the same doc might make sense.

Thoughts?

BirkhoffLee commented 7 years ago

Start a new one, will translate when have free time

humphd commented 6 years ago

https://js.tensorflow.org/ and https://github.com/tensorflow/tfjs-examples/tree/master/mobilenet will let me do this in JS and the browser now.

BirkhoffLee commented 5 years ago

How's the progress? I really would love to see a Tensorflow approach here!

humphd commented 5 years ago

@BirkhoffLee I did all the work, then they redid TF to change it, and I haven't gone back to update it. I'd still like to do it, probably with tensorflow.js or the node binding. I need to find some time. I'll see if I can.

humphd commented 5 years ago

In many ways, https://js.tensorflow.org/tutorials/webcam-transfer-learning.html is close to what this needs, for those wanting to jump in now.

BirkhoffLee commented 5 years ago

Cool! Gotta check it out.