Hacker News new | past | comments | ask | show | jobs | submit login
Machine Learning in the Cloud, with TensorFlow (googleresearch.blogspot.com)
218 points by ner0x652 on March 23, 2016 | hide | past | favorite | 14 comments



They say that they make use of GPUs. Anybody know if this means GPU VMs are coming to google compute engine? That would be amazing. AWS GPU instances are popular but somewhat limited as they use older hardware.


Interesting to see the speech, vision API among others. I wonder what this means for metamind, clarifai and many other startups offering an API for doing something close?


Pretty nice model and makes sense why they OSed Tensorflow: write, train using the API, and feel safe that you can run it on your own hardware as well.


Seems it hasn't been fully release yet, getting a 404 on https://cloud.google.com/ml/docs/ nor can I find it in GCP console. This provides slightly more information. https://cloudplatform.googleblog.com/2016/03/Google-takes-Cl...


Access to this API (and docs) is currently invite-only. Sign up for the limited preview: https://services.google.com/fb/forms/machinelearningpreview/


Also announced speech recognition API also powered by TF.


Tried to sign up for the Speech API, but could not find the Google Cloud Platform user id. Would love to integrate this with our transcription editor.


You should see the (pile of numbers) project id when you visit https://console.cloud.google.com in the upper left inset. Alternatively, at any place in the console you can hit the Settings gear and select Project Info (which should have both your numeric project number as well as your alphanumeric project identifier).

Disclosure: I work on Compute Engine.


Does Google have any academic discounts? I'm using tensorflow for my thesis and wouldn't mind some free cycles :)


Yes. Have your advisor email me (dga at cs . cmu . edu) and I'll send him / her pointers to some of the programs Google has for faculty. Note: cloudml alpha is a limited invite-only thing, so is unlikely to work for you on a short timescale, but nothing stops you from using GCE as a source of cycles on which to run your own install of TF in the meantime.


I have a lot on my list of stuff I want to learn about but machine learning is at the top.

Damn you time! I need more of you!


Would love to integrate and work on this


So 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).


At the risk of giving a serious answer when your phrasing makes it seem like you're trolling: No. The Cloud ML service is your data and your model and your training results (except as required for google computers to touch it to train it and store it - but the results of that training are yours.)

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.)




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: