|
2 | 2 |
|
3 | 3 | During this hour, you will be introduced to Machine Learning, Azure, and how to incorporate ML into your technical solutions. Whether you're building a web app or a video game, machine learning can help set your product apart.
|
4 | 4 |
|
5 |
| -If you'd like to follow along, make sure you bring your Windows or Mac computer with Visual Studio Community 2019 already installed. Make sure you've installed with ASP.NET Core. |
| 5 | +If you'd like to follow along, make sure you bring your Windows or Mac computer with Visual Studio Community 2019 already installed. Make sure you've installed with ASP.NET Core. |
6 | 6 |
|
7 |
| -Make sure you've also signed up for Azure. Remember, if you're a student, you can sign up for free *without* a credit card by signing up for [Azure for Students](https://azure.microsoft.com/en-us/free/students/). |
| 7 | +Make sure you've also signed up for Azure. Remember, if you're a student, you can sign up for free _without_ a credit card by signing up for [Azure for Students](https://azure.microsoft.com/en-us/free/students/). |
8 | 8 |
|
9 |
| -If you want to try it out afterwards, no problem! This repo will remain publicly available after the event as well. |
| 9 | +If you want to try it out afterwards, no problem! This repo will remain publicly available after the event as well. |
| 10 | + |
| 11 | +## Demos |
| 12 | + |
| 13 | +- Sentiment Analysis Blazor [live](https://blazorsentimentanalysisproduction.azurewebsites.net) or [local](ScalableSentimentAnalysisBlazorWebApp/) |
| 14 | +- [Sentiment Analysis Training](BinaryClassification_SentimentAnalysis/) |
| 15 | +- [Model generation w/ Model Builder extension](AutoML/) |
| 16 | +- [Object Dection w/ ONNX model](ObjectDetection-Onnx/) |
| 17 | +- Jupyter Notebooks |
| 18 | + |
| 19 | +## ML .NET Links |
| 20 | + |
| 21 | +- [Get Started](http://dot.net/ml) |
| 22 | +- [Demos and Code Samples](http://aka.ms/mlnetsamples) |
| 23 | +- [YouTube Video Playlist](https://aka.ms/mlnetyoutube) |
| 24 | +- [Documentation](http://aka.ms/mlnetdocs) |
| 25 | + |
| 26 | +## Dataset Links |
| 27 | + |
| 28 | +- [ModelZoo](https://modelzoo.co/) - easily find pre-trained models for a variety of platforms and uses. |
| 29 | +- [Kaggle datasets](https://www.kaggle.com/datasets) - explore, analyze, and share quality data |
| 30 | +- [FiveThirtyEight](https://data.fivethirtyeight.com/) - data sets used in articles from https://fivethirtyeight.com |
| 31 | +- [/r/datasets/ on Reddit](https://www.reddit.com/r/datasets) - A place to share, find, and discuss Datasets. |
0 commit comments