Start Machine Learning Right Now

Kirils Mensikovs
I Am The Bot
Published in
1 min readMar 12, 2018

Google Colaboratory is an excellent tool to start using machine learning right now. If you are an experienced machine learning expert, you probably know about Jupyter notebook. If you are the newbie, you should try it right now. The cool thing that Google create it for you for free.

Colaboratory is a Google research tool for data science and is open to the public. You can develop deep learning applications using popular libraries such as TensorFlow, Keras, PyTorch, and OpenCV.

No need to install, just open it in your browser and start developing new machine learning algorithms.

Work with Colaboratory is incredibly easy, it uses the Google Drive to write your researches. Your work will be available online, any time you need it. It supports Python 2 and Python 3, and you can use GPU acceleration.

Start with the tutorial from Google:
https://colab.research.google.com/notebooks/welcome.ipynb

--

--