- Deep Learning for Beginners
- Dr. Pablo Rivas Laura Montoya
- 319字
- 2021-06-11 18:20:14
Introduction to Colaboratory
What is Colaboratory? Colaboratory is a web-based research tool for doing machine learning and deep learning. It is essentially like Jupyter Notebook. Colaboratory is becoming very popular these days as it requires no setup.
Colaboratory is free to use and is compatible with most major browsers. The company in charge of the development of the Colaboratory tool is Google?. As opposed to Jupyter notebooks, in Colaboratory you are running everything on the cloud and not on your own computer. Here is the catch: you need a Google account since all the Colaboratory notebooks are saved into your personal Google Drive space. However, if you do not have a Google account, you can still continue reading to see how you can install every piece of Python library you will need to run things on your own. Still, I highly recommend you create a Google account, if only just to learn deep learning using the Colaboratory notebooks of this book.
When you run your code on Colaboratory, it runs on a dedicated virtual machine, and here is the fun part: you can have a GPU allocated to use! Or you can also use a CPU if you want. Whenever you are not running something, Colaboratory will deallocate resources (you know, because we all want to work), but you can reconnect them at any time.
If you are ready, go ahead and navigate to this link: https://colab.research.google.com/
If you are interested in more information and a further introduction to Colaboratory, search for Welcome to Colaboratory!. Now that you have accessed the previous link, let us get started with TensorFlow.
- 電腦軟硬件維修大全(實例精華版)
- 計算機組裝·維護與故障排除
- Manage Partitions with GParted How-to
- Arduino BLINK Blueprints
- 筆記本電腦維修300問
- 面向對象分析與設計(第3版)(修訂版)
- OpenGL Game Development By Example
- Hands-On Motion Graphics with Adobe After Effects CC
- Wireframing Essentials
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- Raspberry Pi Home Automation with Arduino
- 計算機組裝、維護與維修項目教程
- 計算機應用基礎案例教程(Windows 7+Office 2010)
- 電腦主板維修技術
- 從企業級開發到云原生微服務:Spring Boot實戰