Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog: New Text Mining Tutorial #94

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions public/blog/2024-04-new-image-tutorial/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
author: "Erika Funa"
date: "2024-04-15"
draft: false
title: So Sweet and So Fresh … New Text Mining Tutorial is Out
url: "new-image-tutorial"
thumbImage: "2024-04-12-word-classification.png"
frontPageImage: "2024-04-12-word-classification.png"
blog: ["image", "tutorials"]
shortExcerpt: "A step-by-step guide on how to
build a classifier to predict food types. Getting the know the widgets
Test and Score, Logistic Regression, Confusion Matrix, Predictions."
longExcerpt: "New Text Mining Tutorial: a step-by-step guide on how to
build a classifier to predict food types. Evaluating model accuracy, looking at
misclassifications, and extending predictions to new foods. Getting the know
the widgets Test and Score, Logistic Regression, Confusion Matrix, and Predictions."
---

In our Text Mining Series on Youtube, you can find [a new tutorial video](https://www.youtube.com/watch?v=kLoe8oV9mxw&list=PLmNPvQr9Tf-bxmjlFRg0AGjMzzd1y8_kB&index=10), this time inspired by food.

In the video, we look at word classification and show you step-by-step how to build a classifier to predict food types. We then evaluate model accuracy, look at misclassifications, and extend predictions to new foods. You will get to know the following Orange widgets: Test and Score, Logistic Regression, Confusion Matrix, and Predictions.

You can [download the data file](https://file.biolab.si/files/words-food.xlsx), or load this data using the Dataset widget, where the Target Variable is already set to Category.

The Text Mining series takes you into the world of machine learning, visual analytics, and interactive analysis of text documents with Orange. Its development has been supported by grants from the Slovenian Research Agency (including P2-0209, V2-2274, and L2-3170), Slovenian Ministry of Digital Transformation, the European Union (including xAIM and ARISA), and Google.org/Tides foundation.

If you want to dive further into classification-related content, you can check out our [Intro to Data Science series](https://www.youtube.com/watch?v=7I3d0HdUjsk&list=PLmNPvQr9Tf-b_SuBdoRsuNhTmaHJ0eKab&index=30) and if you like our content, you are very welcome to join our community by subscribing to [our Youtube channel](https://www.youtube.com/orangedatamining) or following us on [LinkedIn](https://si.linkedin.com/company/orange-data-mining) or [Facebook](https://www.facebook.com/orangedatamining/).

Looking forward to hearing how you liked our spring menu!
Loading