Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 972 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 972 Bytes

Try with Azure Notebooks - free Jupyter based notebooks in the Azure cloud

  1. Azure Notebooks Import sample notebooks into Azure Notebooks.

  2. Run Install.ipynb.

  3. Open one of the sample notebooks in Part1, Part2 or Part3

    Make sure the Azure Notebook kernel is set to Python 3.6 when you open a notebook.

    set kernel to Python 3.6

Tutorial 1: "From scikit to NimbusML"

Tweak existing scikit-learn scripts to use NimbusML components. To start pls run "Part1/Intro.ipynb"

Tutorial 2: "How much is your wine?"

End-2-end example of NimbusML pipeline with text processing components

Tutorial 3: "Spiderman vs Superman"

Image classification with pretrained DNN and example of cross validation technique.