Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trilokida/insect_classification
https://github.com/trilokida/insect_classification
image-classification knn-classification machine-learning python-3 scikit-learn svm-classifier
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trilokida/insect_classification
- Owner: TrilokiDA
- Created: 2018-10-26T02:28:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T05:52:24.000Z (over 5 years ago)
- Last Synced: 2023-08-16T20:51:26.956Z (over 1 year ago)
- Topics: image-classification, knn-classification, machine-learning, python-3, scikit-learn, svm-classifier
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Insect_Classification
Classify the insect classes by:
- Created a feature matrix by extracting color, shape and texture feature.
- Dataset: Insect classes dataset on UCI Machine Learning Repository.
- Trained by using machine learning technique KNN & SVM algorithm.