Difference between revisions of "Colaboratory"
(→Converting to TensorFlow Lite) |
|||
Line 9: | Line 9: | ||
* [http://colab.research.google.com/notebooks/welcome.ipynb Colaboratory] - Jupyter notebooks | * [http://colab.research.google.com/notebooks/welcome.ipynb Colaboratory] - Jupyter notebooks | ||
+ | |||
* [http://github.com/tensorflow/lucid#notebooks Lucid Notebooks | GitHub] | * [http://github.com/tensorflow/lucid#notebooks Lucid Notebooks | GitHub] | ||
* [http://codelabs.developers.google.com/ Google Developers Codelabs] | * [http://codelabs.developers.google.com/ Google Developers Codelabs] | ||
Line 16: | Line 17: | ||
* [http://medium.com/deep-learning-turkey/google-colab-free-gpu-tutorial-e113627b9f5d Google Colab Free GPU Tutorial | Fuat] | * [http://medium.com/deep-learning-turkey/google-colab-free-gpu-tutorial-e113627b9f5d Google Colab Free GPU Tutorial | Fuat] | ||
* [http://github.com/tensorflow/workshops TensorFlow Workshops] click on links to run in Colaboratory | * [http://github.com/tensorflow/workshops TensorFlow Workshops] click on links to run in Colaboratory | ||
− | + | * Colab How Tos: | |
+ | ** [http://colab.research.google.com/notebooks/io.ipynb How to upload from a local file on your computer] | ||
Colaboratory is a research tool for machine learning education and research. It’s a free Jupyter notebook environment that requires no setup to use and runs entirely in the cloud. [1. Click Edit | Notebook Setting and select GPU under Hardware Accelerator 2. Connect in upper right-hand corner] | Colaboratory is a research tool for machine learning education and research. It’s a free Jupyter notebook environment that requires no setup to use and runs entirely in the cloud. [1. Click Edit | Notebook Setting and select GPU under Hardware Accelerator 2. Connect in upper right-hand corner] |
Revision as of 20:01, 15 July 2019
YouTube search... ...Google search
- Colaboratory - Jupyter notebooks
- Lucid Notebooks | GitHub
- Google Developers Codelabs
- Google AI Experiments
- Google Cloud
- We’re making tools and resources available so that anyone can use technology to solve problems | Google AI
- Google Colab Free GPU Tutorial | Fuat
- TensorFlow Workshops click on links to run in Colaboratory
- Colab How Tos:
Colaboratory is a research tool for machine learning education and research. It’s a free Jupyter notebook environment that requires no setup to use and runs entirely in the cloud. [1. Click Edit | Notebook Setting and select GPU under Hardware Accelerator 2. Connect in upper right-hand corner]
Converting to TensorFlow Lite
How to convert your Keras or TensorFlow machine learning model into TensorFlow Lite using Collab | android daily life with Ameer