Difference between revisions of "Colaboratory"

From
Jump to: navigation, search
m (Text replacement - "http:" to "https:")
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
}}
 
}}
[http://www.youtube.com/results?search_query=Google+Colaboratory YouTube search...]
+
[https://www.youtube.com/results?search_query=Google+Colaboratory YouTube search...]
[http://www.google.com/search?q=Google+Colaboratory+machine+learning+ML+artificial+intelligence ...Google search]
+
[https://www.google.com/search?q=Google+Colaboratory+machine+learning+ML+artificial+intelligence ...Google search]
  
* [http://colab.research.google.com/notebooks/welcome.ipynb Colaboratory] - works with [[Jupyter]] notebooks
+
* [https://colab.research.google.com/notebooks/welcome.ipynb Colaboratory] - works with [[Jupyter]] notebooks
  
* [http://github.com/tensorflow/lucid#notebooks Lucid Notebooks | GitHub]
+
* [https://github.com/tensorflow/lucid#notebooks Lucid Notebooks | GitHub] ... a collection of infrastructure and tools for research in neural network interpretability.
* [http://codelabs.developers.google.com/ Google Developers Codelabs]
+
* [https://codelabs.developers.google.com/ Google Developers Codelabs]
* [http://experiments.withgoogle.com/collection/ai Google AI Experiments]
+
* [https://experiments.withgoogle.com/collection/ai Google AI Experiments]
* [http://console.cloud.google.com/home Google Cloud]
+
* [https://console.cloud.google.com/home Google Cloud]
* [http://ai.google/tools/ We’re making tools and resources available so that anyone can use technology to solve problems | Google AI]  
+
* [https://ai.google/tools/ We’re making tools and resources available so that anyone can use technology to solve problems | Google AI]  
* [http://medium.com/deep-learning-turkey/google-colab-free-gpu-tutorial-e113627b9f5d Google Colab Free GPU Tutorial | Fuat]
+
* [https://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
+
* [https://github.com/tensorflow/workshops TensorFlow Workshops] click on links to run in Colaboratory
* [http://cloud.google.com/datalab/ Datalab]
+
* [https://cloud.google.com/datalab/ Datalab]
 +
* [[Web Automation]]
 
* Colab How Tos:
 
* Colab How Tos:
** [http://colab.research.google.com/notebooks/welcome.ipynb#recent=true Open to recent files]
+
** [https://colab.research.google.com/notebooks/welcome.ipynb#recent=true Open to recent files]
 
** How to upload from a local file on your computer
 
** How to upload from a local file on your computer
***[http://www.youtube.com/watch?v=SHYAQHDQoU4 Video]
+
*** [https://www.youtube.com/watch?v=SHYAQHDQoU4 Video]
***[http://colab.research.google.com/notebooks/io.ipynb Notebook]
+
*** [https://colab.research.google.com/notebooks/io.ipynb Notebook]
 +
*** [https://github.com/hse-aml/natural-language-processing#running-on-google-colab Running on Google Colab | hse-aml/natural-language-processing - GitHub]
  
 
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]
  
 
<youtube>RTOOo39iaSU</youtube>
 
<youtube>RTOOo39iaSU</youtube>
<youtube>9yVtaRanJiQ</youtube>
 
 
<youtube>Hs6HI2YWchM</youtube>
 
<youtube>Hs6HI2YWchM</youtube>
<youtube>9ntDy0H6D_I</youtube>
 
 
<youtube>SHYAQHDQoU4</youtube>
 
<youtube>SHYAQHDQoU4</youtube>
 
<youtube>1PrnA4pVm5o</youtube>
 
<youtube>1PrnA4pVm5o</youtube>

Latest revision as of 05:00, 28 March 2023

YouTube search... ...Google search

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