Google have released Colaboratory: a web IDE for python , to enable Machine Learning with storage on the cloud — this internal tool had a pretty quiet public release in late 2017, and is set to make a huge difference in the world of machine learning, artificial intelligence and data science work.
Read moreWhat is Google Colab in python?
Colaboratory, or “Colab” for short, is a product from Google Research . Colab allows anybody to write and execute arbitrary python code through the browser, and is especially well suited to machine learning, data analysis and education.
Read moreWhy we use Google Colab for python?
With Colab you can harness the full power of popular Python libraries to analyze and visualize data . The code cell below uses numpy to generate some random data, and uses matplotlib to visualize it. To edit the code, just click the cell and start editing.
Read more