Skip to content

Instantly share code, notes, and snippets.

@rob-derosa
Last active September 17, 2018 14:53
Show Gist options
  • Save rob-derosa/76c63cbb9f5e19f78018d3ce76ff71d5 to your computer and use it in GitHub Desktop.
Save rob-derosa/76c63cbb9f5e19f78018d3ce76ff71d5 to your computer and use it in GitHub Desktop.

Lab 1: Cognitive Services

  1. Click here to begin lab

Lab 2: Speech & Text Analysis

  1. Go to https://notebooks.azure.com
  2. Sign in using the same account you used for your Azure subscription
  3. Create a username or accept the generated one
  4. Click on the Libraries link at the top
  5. Once on the dashboard, click on + New Library and give your library a name like "Lab02 Library"
  6. Give the library a unique ID like "lab02lib" and click Create
  7. Download the notebook located here: https://aka.ms/aiddtextlab
  8. Once inside your new library, click the + New button, then click on From Computer to upload the .ipynb file you downloaded
  9. Once the upload completes, you should see the new notebook alongside the readme file - click into it
  10. Once the notebook is open, for each section:
    1. Review the description and python code
    2. Run the python code in each cell and note the output results
      • Note - the cells that follow are reliant on the previous cells' run results so it's important each cell gets executed successfully

Lab 3: Machine Learning with Databricks

  1. Download lab instructions from https://aka.ms/aiddmllab-inst
  2. Download the notebook to import into Azure Databricks from https://aka.ms/aiddmllab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment