I would pay good money for a service where I upload a folder of images, gets an interface where I can classify each image one by one and then let ML classify the rest. Does this exist?
Interesting, we built a product similar to this and I'd be happy to have you try it out. Check it out here: http://symph-geoprocessing.appspot.com/ I don't think it has all the functions you are looking for yet, but we are happy to learn more about what specific features you are looking for and see if we can build them out.
Cool to see. I find the Estimator framework makes it much easier to write tests for training pipelines because of the way it modularizes your pipeline at a good granularity for testing.
Having tests for training pipelines is nice because you can catch a fair amount of bugs with speedy unit tests instead of having to launch them and wait for everything to spin up.
[+] [-] newbear|8 years ago|reply
[+] [-] SloopJon|8 years ago|reply
[+] [-] Kiro|8 years ago|reply
[+] [-] cotega|8 years ago|reply
[+] [-] daveove|8 years ago|reply
[+] [-] zulrah|8 years ago|reply
[+] [-] DanWaterworth|8 years ago|reply
[+] [-] dontreact|8 years ago|reply
Having tests for training pipelines is nice because you can catch a fair amount of bugs with speedy unit tests instead of having to launch them and wait for everything to spin up.
[+] [-] emilmelnikov|8 years ago|reply
[+] [-] pen2l|8 years ago|reply
Thank you so much for your efforts.