O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×

Machine Learning with ML.Net

Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Carregando em…3
×

Confira estes a seguir

1 de 28 Anúncio

Mais Conteúdo rRelacionado

Diapositivos para si (20)

Semelhante a Machine Learning with ML.Net (20)

Anúncio

Mais de Suhail Jamaldeen (14)

Mais recentes (20)

Anúncio

Machine Learning with ML.Net

  1. 1. www.Suhail.Cloud #SuhailCloud @SuhailCloud Machine Learning with ML.NET Suhail Jamaldeen
  2. 2. www.Suhail.Cloud #SuhailCloud @SuhailCloud About Me Suhail Jamaldeen Consultant & Trainer – Office 365 | Azure Microsoft MVP – Office Apps & Services Speaker Blogger – www.Suhail.Cloud #SuhailCloud
  3. 3. www.Suhail.Cloud #SuhailCloud @SuhailCloud Agenda .Net Core Machine Learning ML.Net Automated Machine Learning ML.Net Model Builder ML.Net CLI
  4. 4. www.Suhail.Cloud #SuhailCloud @SuhailCloud .NET 5 = .NET Core vNext 3.0 Platform to build anything
  5. 5. www.Suhail.Cloud #SuhailCloud @SuhailCloud Machine Learning • Machine learning is a subset of Artificial Intelligence (AI) • Provides systems the ability to automatically learn and improve from experience without being explicitly programmed. • Process • Prepare Data • Build Model (Acquire Knowledge) • Use Model (Predict Decisions) • Results are probabilistic
  6. 6. www.Suhail.Cloud #SuhailCloud @SuhailCloud Machine Learning Workflow
  7. 7. www.Suhail.Cloud #SuhailCloud @SuhailCloud Machine Learning Types Supervised Learning Classification • Binary classification – Sentiment analysis • Multi classification – Issue Classification Regression • Price prediction Unsupervised Learning Clustering • Cluster customers into who purchase similar products
  8. 8. www.Suhail.Cloud #SuhailCloud @SuhailCloud Artificial Intelligence vs. Machine Learning vs. Deep Learning
  9. 9. www.Suhail.Cloud #SuhailCloud @SuhailCloud ML.Net Machine Learning framework for building custom ML Models Cross-platform and open-source available Announced
  10. 10. www.Suhail.Cloud #SuhailCloud @SuhailCloud Reuse .Net Skills C# and F# for custom models Proven at scale Azure, Windows, Office Used in PowerBI, Outlook, Visual Studio… Extensible Tenserflow, ONNX and Infer.Net Custom LM made easy Automated ML and Tools (Model builder and CLI)
  11. 11. www.Suhail.Cloud #SuhailCloud @SuhailCloud Few samples from GitHub repository https://github.com/dotnet/machinelearning-samples
  12. 12. www.Suhail.Cloud #SuhailCloud @SuhailCloud
  13. 13. www.Suhail.Cloud #SuhailCloud @SuhailCloud
  14. 14. www.Suhail.Cloud #SuhailCloud @SuhailCloud
  15. 15. www.Suhail.Cloud #SuhailCloud @SuhailCloud ML.Net Machine Learning Samples https://github.com/dotnet/machinelearning- samples
  16. 16. www.Suhail.Cloud #SuhailCloud @SuhailCloud Automated Machine Learning – AutoML (Preview state) Automate the creation of the model • You don't need to write the code by yourself to train a model • You simply need to provide your datasets. • The "best" model and the code for running it will be generated for you. Currently only support Binary-Classification, Multiclass Classification and Regression. In upcoming versions will be supporting additional ML Tasks such as Recommendations, Anomaly Detection, Clustering, etc..
  17. 17. www.Suhail.Cloud #SuhailCloud @SuhailCloud Available in three form factors • ML.Net Model Builder • ML.Net CLI • ML.Net AutoML API (For ISVs)
  18. 18. www.Suhail.Cloud #SuhailCloud @SuhailCloud ML.Net Model Builder (Preview) • UI tooling in Visual Studio as Visual studio extension • Uses Automated Machine Learning (AutoML) to easily allow to build, train and ship custom machine learning models • Developers with no ML expertise can use this tool easily • Model Builder currently supports Regression, Binary-Classification and Multi-Classification tasks.
  19. 19. www.Suhail.Cloud #SuhailCloud @SuhailCloud • Currently support .tsv, .csv, .txt, and SQL as the data types • If you have a .txt file, columns should be separated with ',' or ';' or '/t‘ • The files must have a header row.
  20. 20. www.Suhail.Cloud #SuhailCloud @SuhailCloud ML.Net Model Builder www.aka.ms/dotnetmodelbuilder https://github.com/dotnet/machinelearning- samples/tree/master/modelbuilder
  21. 21. www.Suhail.Cloud #SuhailCloud @SuhailCloud ML.Net CLI (Preview state) The ML.NET CLI is a tool you can run on any command-prompt • Windows – Poweshell and CMD • Mac or Linux – Bash Generates good quality ML.NET models based on training datasets you provide. It also generates sample C# code to run/score the model Generates C# code that was used to create/train it so you can research what algorithm and settings it is using.
  22. 22. www.Suhail.Cloud #SuhailCloud @SuhailCloud
  23. 23. www.Suhail.Cloud #SuhailCloud @SuhailCloud Currently, the ML Tasks supported by the ML.NET CLI are: • binary-classification • multiclass-classification • regression Future: other machine learning tasks such as recommendation, ranking, anomaly-detection, clustering dotnet tool install -g mlnet mlnet auto-train --task binary-classification --dataset "wikipedia-detox-250-line- data.tsv" --label-column-name Sentiment --max-exploration-time 30
  24. 24. www.Suhail.Cloud #SuhailCloud @SuhailCloud ML.Net CLI https://docs.microsoft.com/en- us/dotnet/machine-learning/automate- training-with-cli
  25. 25. www.Suhail.Cloud #SuhailCloud @SuhailCloud Machine Learning Workflow
  26. 26. www.Suhail.Cloud #SuhailCloud @SuhailCloud References  https://dotnet.microsoft.com/  https://github.com/dotnet/machinelearning-samples  https://dotnet.microsoft.com/learn/ml-dotnet
  27. 27. www.Suhail.Cloud #SuhailCloud @SuhailCloud Questions & Answers
  28. 28. www.Suhail.Cloud #SuhailCloud @SuhailCloud Thank You www.Suhail.Cloud @SuhailCloud #SuhailCloud

Notas do Editor

  • We will be targeting Supervised Learning is the target
  • Runs everywhere
  • ONNX = Open Neural Network Exchange (ONNX) 
  • Show the samples fro the audiences https://github.com/dotnet/machinelearning-samples
    https://blazorsentimentanalysisproduction.azurewebsites.net/
  • ISVs = independent software vendor
  • https://github.com/dotnet/machinelearning-samples/tree/master/modelbuilder
  • CLI (command-line interface)

×