sacdallago / dataminer

Apache License 2.0
1 stars 0 forks source link

Try out tensorflow classification #10

Closed sacdallago closed 7 years ago

sacdallago commented 7 years ago

I'm trying to see if I can implement the classification of food or non food using tensor flow purely and using tensorflow via scikit:

http://terrytangyuan.github.io/2016/03/14/scikit-flow-intro/

JanEr93 commented 7 years ago

The full classification that you just uploaded is done by using tensorflow on the (uncropped?) original data, right?

sacdallago commented 7 years ago

Nope! It's using the SVN still, the one loaded in the foodClassifier folder.

Still haven't gotten around on getting tensorflow to work

sacdallago commented 7 years ago

Ok. we have a working example, now we have to work on several other things.