ELL notebooks
Перейти к файлу
Chris Lovett 182f0ab8c7
Merge pull request #2 from microsoft/users/GitHubPolicyService/5e0721c2-09dd-41c7-a906-7fffafcc6b6d
Adding Microsoft SECURITY.MD
2023-06-12 18:29:05 -07:00
Try it on Azure fix scripts for latest version of ELL 2018-01-31 21:41:10 -08:00
Try it on a device fix scripts for latest version of ELL 2018-01-31 21:41:10 -08:00
.gitignore Initial commit 2017-10-12 10:58:25 -07:00
LICENSE Initial commit 2017-10-12 10:58:28 -07:00
LICENSE-CODE Initial commit 2017-10-12 10:58:29 -07:00
README.md comparing tutorial 2017-10-12 15:18:30 -07:00
SECURITY.md Microsoft mandatory file 2023-06-12 19:05:28 +00:00

README.md

Tutorials for the Embedded Learning Library

The Embedded Learning Library (ELL) allows you to design and deploy intelligent machine-learned models onto resource constrained platforms and small single-board computers, like Raspberry Pi, Arduino, and micro:bit. The deployed models run locally, without requiring a network connection and without relying on servers in the cloud. ELL is an early preview of the embedded AI and machine learning technologies developed at Microsoft Research.

We've provided two sets of short tutorials to teach you about ELL:

  • The Try it on Azure folder contains a version of the tutorials that can be run entirely in the Azure Notebooks. This is good for learning the basics of the ELL library and evaluating whether ELL meets your needs, even if you don't have small devices at hand.

  • The Try it on a device folder contains the same tutorials, but with the goal of deploying the code to a small device, like a Raspberry Pi. To work properly, these tutorials must be downloaded to your laptop or desktop machine, in order to access your device. To download a tutorial, click the Download button at the top of the notebook and save the .ipynb file to your Jupyter startup folder. After the download completes, the notebook will show up in the Jupyter Dashboard. Open the downloaded notebook from the Dashboard and do the steps in your local Jupyter.