Skip to content

Latest commit

 

History

History
executable file
·
23 lines (12 loc) · 934 Bytes

File metadata and controls

executable file
·
23 lines (12 loc) · 934 Bytes

Exercise 5: Machine Learning

We're going to use Google Colab to train our machine learning model. Colab provides a Jupyter notebook that allows us to run our machine learning model in a web browser.

Screenshot of Google Colab website

3rd Party Cookies

Some of you might see an error about 3rd party cookies.

Screenshot of Google Colab error about 3rd party cookies

You can enable 3rd party cookies, or better yet, add an exception for [*.]googleusercontent.com.

Screenshot adding 3rd party cookie exception for googleusercontent.com

Open the Notebook

Open the notebook in Colab.

https://colab.research.google.com/github/arduino/ArduinoTensorFlowLiteTutorials/blob/master/GestureToEmoji/arduino_tinyml_workshop.ipynb

Next Exercise 6: Classifying IMU Data