machinelearning-samples icon indicating copy to clipboard operation
machinelearning-samples copied to clipboard

[Request for the Community] Add your ML.NET sample to the Community-samples page

Open CESARDELATORRE opened this issue 5 years ago • 32 comments

Do you have any interesting ML.NET sample that you'd like to share with the community? If so, you can respond to this issue with info about your ML.NET samples.

Eventually, when reviewed, it'll be showcased in the COMMUNITY-SAMPLES page:

Thanks for your contribution! :)

CESARDELATORRE avatar Oct 29 '18 22:10 CESARDELATORRE

@jwood803 - I'm guessing you might have any sample you'd like us to point to from the new COMMUNITY-SAMPLES page? :)

https://github.com/dotnet/machinelearning-samples/blob/master/docs/COMMUNITY-SAMPLES.md

CESARDELATORRE avatar Oct 30 '18 01:10 CESARDELATORRE

@CESARDELATORRE I have a recent, small sample that goes over the new API for a regression task. Would that be applicable to put in the doc?

jwood803 avatar Oct 30 '18 01:10 jwood803

@jwood803 - Sure! You might just want to "dress" it on a little bit? - I mean, like a short description of the problem and a specific name instead "NewApiExample". :)

Ping me when you think it is in a "shareable" state and I'll point to it, ok?

Eventually, if you have more/better samples, feel free to ask me to update it or add additional samples. Thanks for your contribution! 👍

CESARDELATORRE avatar Oct 30 '18 01:10 CESARDELATORRE

@CESARDELATORRE I dressed it up a bit in another repository. If it needs more info, I'll be glad to update it. 😄

jwood803 avatar Nov 09 '18 03:11 jwood803

@jwood803 Cool! - I just added it to the Community-Samples page

However, when you have the time, you'll need to migrate it to the dynamic API in v07, as we have our samples, please. 👍

CESARDELATORRE avatar Nov 09 '18 04:11 CESARDELATORRE

@CESARDELATORRE Thanks! I didn't realize 0.7 had already been released. 😄 I just updated the sample to it.

jwood803 avatar Nov 10 '18 15:11 jwood803

@CESARDELATORRE Not sure if this counts when I borrowed some from a similar sample in this repository, but I made a sample that uses a Goodreads data set to make recommendations based off book ratings.

jwood803 avatar Dec 31 '18 19:12 jwood803

Last night in response to a question I built a fully-worked custom mapping sample: https://github.com/endintiers/Unearth.Demo.MLCustomTransform - is this of any interest?

endintiers avatar Jan 21 '19 00:01 endintiers

endintiers, it is just what I needed. I would love to see many more transform examples.

SuperDaveWhite avatar Jan 22 '19 16:01 SuperDaveWhite

@endintiers - Sure! I'll point to it from the Community page. 👍

CESARDELATORRE avatar Jan 22 '19 17:01 CESARDELATORRE

I build a fully working WPF app that can search photos based on classification. The WPF interface with ONNX model that was build using Keras and later exported. I showed both how to build the model using python and how to interface the ONNX model using ML.net.

https://github.com/Tak-Au/Photo-Search -is this of any interest?

Tak-Au avatar Jan 25 '19 03:01 Tak-Au

@Tak-Au - Of course! That WPF sample sounds great! I just added to the COMMUNITY SAMPLES page here:

https://github.com/dotnet/machinelearning-samples/blob/master/docs/COMMUNITY-SAMPLES.md

Btw, it would be great if you add any screenshot of the WPF app in your README.MD in your repo. The more you can explain in the README.MD, the more engaging it'll be! 👍

CESARDELATORRE avatar Jan 25 '19 23:01 CESARDELATORRE

Cool, I updated the readme.md file per your recommendations. 😃

Tak-Au avatar Jan 26 '19 02:01 Tak-Au

Just mentioning that the UWP sample app was upgraded from v0.6 to v0.11 - thanks to your team.

XamlBrewer avatar Mar 07 '19 07:03 XamlBrewer

@XamlBrewer - Updated here: https://github.com/dotnet/machinelearning-samples/blob/master/docs/COMMUNITY-SAMPLES.md

Thanks for the heads-up!

Feel free to submit a PR for changes in the .MDs at any time! 👍

CESARDELATORRE avatar Mar 08 '19 06:03 CESARDELATORRE

I have posted few tutorials for ML.NET 1.0.0-preview version, check out on https://github.com/sthakuri/ML.NET-1.0.0-preview

sthakuri avatar Apr 12 '19 21:04 sthakuri

How to build an example of blog recommendation, through user ID, blog ID, interest score.

freefer avatar May 17 '19 03:05 freefer

@freefer There are different approaches mentioned in ReadMe file for different kinds of features in our Movie Recommender sample https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/end-to-end-apps/Recommendation-MovieRecommender

Probably, you can try Matrix Factorization algorithm option based on the features user ID, blog ID, interest score.

Please try once and let me know if you need more details

prathyusha12345 avatar May 17 '19 17:05 prathyusha12345

@sthakuri - Great! We'll add that sample (https://github.com/sthakuri/ML.NET-1.0.0-preview) to the COMMUNITY SAMPLES page! 👍

CESARDELATORRE avatar May 17 '19 22:05 CESARDELATORRE

@sthakuri As per the link https://github.com/sthakuri/ML.NET-1.0.0-preview the samples for sentiment analysis and Taxifare look same as our Machine learning samples. Is there anything different than our samples to add to community samples? If you have any new sample other than our Machine Learning samples, then we can add it to community sample.

Adding @CESARDELATORRE for reference.

prathyusha12345 avatar May 24 '19 23:05 prathyusha12345

There is a working sample of feeding LoadFromEnumerable from a database with ML.NET 1.2.0 and EF Core 3.0 preview 3 (doesn't work in EF Core 2.x because of threading issues) at: https://github.com/endintiers/Unearth.Demo.ML.FromDB

endintiers avatar Jul 19 '19 00:07 endintiers

I updated the code for https://github.com/endintiers/Unearth.Demo.MLCustomTransform to ML.NET 1.2.0 and simplified the code (which is now possible).

endintiers avatar Jul 19 '19 03:07 endintiers

I have created a small working sample for a classification problem in ML.Net v 1.3.1. Would it be applicable to add to the community samples? https://github.com/deepak21188/Mushroom-Classification-using-C-Sharp-and-ML.Net

deepak21188 avatar Sep 16 '19 19:09 deepak21188

@deepak21188 - Sure! I just added it to the ML.NET Community Samples page here: https://github.com/dotnet/machinelearning-samples/blob/master/docs/COMMUNITY-SAMPLES.md

Thanks! 👍

CESARDELATORRE avatar Sep 17 '19 02:09 CESARDELATORRE

Hey everyone, does any project implements Image classification with the Bitmap as input value. I knew how to predict with filepath as input, but i dont know how to call predict with System.Drawing.Bitmap :(

huy-lv avatar Mar 14 '20 15:03 huy-lv

I just did data analysis on COVID-19 dataset shared by Johns Hopkinton university using .Net DataFrame API in C#. Github: https://github.com/praveenraghuvanshi1512/covid-19 @CESARDELATORRE Please have a look at it and see if it could be part of community-samples.

praveenraghuvanshi1512 avatar Apr 27 '20 03:04 praveenraghuvanshi1512

I've created a sample that analyzes the sentiment of movie reviews. Is it suitable for the community samples?

https://github.com/samattwood9/MovieReviewSentiment

samattwood9 avatar Sep 21 '20 08:09 samattwood9

I have a workshop that includes how to build a movie a movie recommendation engine with ML.NET's Matrix factorization. Would it be applicable to add to the community samples?

Here are the workshop materials, including the code in ML.NET: https://github.com/Ellyster/STW2020-MovieWars

Ellyster avatar Sep 29 '20 14:09 Ellyster

I've created samples using 2 different YOLO V3 (ONNX) models for object detection, using Bitmap as input value (also answers https://github.com/dotnet/machinelearning-samples/issues/86#issuecomment-599081678)

https://github.com/BobLd/YOLOv3MLNet

Related to #575?

EDIT: YOLO V4 available here

BobLd avatar Oct 22 '20 19:10 BobLd

I have created a sample that uses the cat/dog image classifier created from this Keras example.

Might be useful for #779

https://github.com/phiduck/Keras-Cat-Dog

phiduck avatar Dec 20 '20 21:12 phiduck