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

Fruit Classification using PCA and Various Classifiers #875

Merged
merged 3 commits into from
Nov 10, 2024

Conversation

Varunshiyam
Copy link
Contributor

Related Issues or bug

The project aims to address the challenges associated with high-dimensional data in image classification, such as:

  • High Computational Cost: Processing large image datasets can be computationally intensive.
  • Feature Redundancy: High-dimensional data often includes redundant features that do not contribute to model accuracy.
  • Model Overfitting: Increased complexity can lead to overfitting, where the model performs well on training data but poorly on unseen data.

Fixes: #872

Proposed Changes

This project is centered around the classification of different types of fruit images using Principal Component Analysis (PCA) for dimensionality reduction and applying various machine learning algorithms for classification, such as:

  • Support Vector Machine (SVM)
  • k-Nearest Neighbors (KNN)
  • Decision Tree Classifier

Copy link

vercel bot commented Nov 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ml-nexus ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 10, 2024 11:02am

Copy link

👋 Thank you for opening this pull request! We appreciate your contribution to improving this project. Your PR is under review, and we'll get back to you shortly.
Don't forget to mention the issue you solved!

@UppuluriKalyani UppuluriKalyani merged commit c7b7a00 into UppuluriKalyani:main Nov 10, 2024
3 checks passed
Copy link

🎉🎉 Thank you for your contribution! Your PR #875 has been merged! 🎉🎉

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

Successfully merging this pull request may close these issues.

Fruit Classification using PCA and Various Classifiers
2 participants