Damn you time! I need more of you!
Machine Learning in the Cloud, with TensorFlow
11–17 of 17 posts
Re: Machine Learning in the Cloud, with TensorFlow
#12Re: Machine Learning in the Cloud, with TensorFlow
#13So if I understand the situation correctly, using this offer, we all feed the AI Google is building, thereby creating another Google monopoly situation (the AI system that gets the most training will be the strongest, thereby attracting even more users/training and becoming even stronger).
The same question was asked earlier of the Vision API, with the same answer: https://news.ycombinator.com/item?id=11128444
At a high level, you can think of it as having mostly the same properties as if you rented a bunch of GCE machines (or AWS machines) and ran TensorFlow on them, with your data stored in GCS (or S3 or whatever). The difference is that Cloud ML handles the scaling pain for you -- managing the machines, starting and keeping tasks running, load balancing, etc.
(disclaimer: I'm working on TensorFlow, not Cloud ML.)
Re: Machine Learning in the Cloud, with TensorFlow
#14Re: Machine Learning in the Cloud, with TensorFlow
#15Re: Machine Learning in the Cloud, with TensorFlow
#16Does Google have any academic discounts? I'm using tensorflow for my thesis and wouldn't mind some free cycles :)