All Projects → luisquintanilla → Mlnet Workshop

luisquintanilla / Mlnet Workshop

Licence: mit
ML.NET Workshop to predict car sales prices

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Mlnet Workshop

Aspnetcore App Workshop
This workshop has been migrated to https://github.com/dotnet-presentations/aspnetcore-app-workshop
Stars: ✭ 105 (+262.07%)
Mutual labels:  asp-net-core, workshop, dotnet-core
Programming With Data
🐍 Learn Python and Pandas from the ground up
Stars: ✭ 156 (+437.93%)
Mutual labels:  jupyter-notebook, data-science, workshop
Full Stack Data Science
Full Stack Data Science in Python
Stars: ✭ 227 (+682.76%)
Mutual labels:  jupyter-notebook, data-science, workshop
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (-13.79%)
Mutual labels:  asp-net-core, dotnet-core
Har Keras Coreml
Human Activity Recognition (HAR) with Keras and CoreML
Stars: ✭ 23 (-20.69%)
Mutual labels:  jupyter-notebook, data-science
Python Introducing Pandas
Introduction to pandas Treehouse course
Stars: ✭ 24 (-17.24%)
Mutual labels:  jupyter-notebook, data-science
Mds
Modern Data Science
Stars: ✭ 19 (-34.48%)
Mutual labels:  jupyter-notebook, data-science
Dl Workshop Series
Material used for Deep Learning related workshops for Machine Learning Tokyo (MLT)
Stars: ✭ 857 (+2855.17%)
Mutual labels:  jupyter-notebook, workshop
Databases workshop
RCS Intro to Databases workshop materials
Stars: ✭ 25 (-13.79%)
Mutual labels:  jupyter-notebook, workshop
Awesome Google Colab
Google Colaboratory Notebooks and Repositories (by @firmai)
Stars: ✭ 863 (+2875.86%)
Mutual labels:  jupyter-notebook, data-science
Carter
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
Stars: ✭ 875 (+2917.24%)
Mutual labels:  asp-net-core, dotnet-core
4th Place Home Credit Default Risk
Codes and dashboards for 4th place solution for Kaggle's Home Credit Default Risk competition
Stars: ✭ 23 (-20.69%)
Mutual labels:  jupyter-notebook, data-science
Csc deeplearning
3-day dive into deep learning at csc
Stars: ✭ 22 (-24.14%)
Mutual labels:  jupyter-notebook, workshop
Kubeflow Data Science On Steroids
The blog post about Kubeflow, including all materials
Stars: ✭ 25 (-13.79%)
Mutual labels:  jupyter-notebook, data-science
Lambdaschooldatascience
Completed assignments and coding challenges from the Lambda School Data Science program.
Stars: ✭ 22 (-24.14%)
Mutual labels:  jupyter-notebook, data-science
Resources
PyMC3 educational resources
Stars: ✭ 930 (+3106.9%)
Mutual labels:  jupyter-notebook, data-science
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+2882.76%)
Mutual labels:  asp-net-core, dotnet-core
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+28620.69%)
Mutual labels:  jupyter-notebook, data-science
Intro Python
Python pour Statistique et Science des Données -- Syntaxe, Trafic de Données, Graphes, Programmation, Apprentissage
Stars: ✭ 21 (-27.59%)
Mutual labels:  jupyter-notebook, data-science
Spring2017 proffosterprovost
Introduction to Data Science
Stars: ✭ 18 (-37.93%)
Mutual labels:  jupyter-notebook, data-science

ML.NET Workshop

Welcome to the ML.NET Workshop!

ML.NET is an open source, cross-platform, machine learning framework for .NET developers. You can use ML.NET to create custom machine learning models without having prior machine learning experience and without leaving the .NET ecosystem.

In this workshop, we will build, train, and consume a machine learning model that predicts the price of used cars based on factors such as car make, model, and mileage. We will also learn about the basics of machine learning, the various ML.NET framework features and tooling, and how to easily get started with ML.NET.

Used Car Price

Project Structure

This app is made up of seven projects:

  1. Shared: C# .NET Standard library that has shared code
  2. TrainConsole: C# .NET Core console appplication for training a regression model to predict the price of a car.
  3. Web: ASP.NET Core Razor Pages app that uses the model to predict car prices
  4. ImageTrainConsole: C# .NET Core console application for training a deep learning model to classify images of car damage.
  5. ONNXConsole: C# .NET Core console application to build a pipeline that uses an ONNX model from Azure Custom Vision to detect car damage.
  6. DataTests: .NET Core MSTest application to run data validation tests.
  7. ModelTests: .NET Core MSTest application to run ML.NET model validation tests.

Getting Started

Go ahead and clone this repo to your machine, then dive in and get started!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].