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

Svm recipe classifier #223

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shagunroperia
Copy link

Adding Recipe Classifier example using LIBSVM

This PR adds a new example demonstrating the use of LIBSVM for text classification using SVM:

  • Implements a RecipeClassifier to categorize recipes as Italian or Mexican cuisine
  • Showcases preprocessing of text data into feature vectors
  • Demonstrates training and prediction using LIBSVM's SVM implementation
  • Includes a test suite to validate the classifier's functionality
  • Adds documentation on usage and implementation details

This example serves as a practical demonstration of applying SVM to text classification tasks using LIBSVM. It can help users understand how to preprocess text data, train an SVM model, and make predictions on new data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants