Live data from Hacker News

Train Your Machine Learning Models on Google’s GPUs for Free

hackernoon.com

11–16 of 16 posts

Re: Train Your Machine Learning Models on Google’s GPUs for Free

#12
post #10

what prevents ethereum mining on this if its free?

I would assume it's against the TOS and you'd run the risk of losing your Google Account if you got caught.

Do you have a URL for the Google Colaboratory TOS? Maybe I'm blind, but my cursory search failed.

Re: Train Your Machine Learning Models on Google’s GPUs for Free

#14
They even allow installing of python modules via pip.

And they already include opencv

  import cv2
  print(cv2.__version__)

  '3.4.0'
So I guess this is an incredibly awesome gift for many more than just ML devs

After playing some random python module bingo here are some of the most useful libraries

  sklearn 0.19.1
  skimage 0.13.1
  bs4 0.4.6  (BeautifulSoup4)
  scipy 0.19.1
  seaborn 0.7.1
  PIL 4.0.0
  keras 2.1.5
  nltk 3.2.1
  zmq 16.0.4
Post reply on HN