Skip to content

This project uses a traditional machine learning approach to answer this problem. Traditional ML classifiers are easy to understand and implement, fast and provide good explanations of the data and predictions. However, their performance is compromised when the data is high dimensional and large. We have analysed and compared ML algorithms, name…

Notifications You must be signed in to change notification settings

Madhura-deshpande/Image-Classification-using-Traditional-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Image-Classification-using-Traditional-Machine-Learning

Traditional ML classifiers are easy to understand and implement, fast and provide good explanations of the data and predictions. However, their performance is compromised when the data is high dimensional and large. We have analysed and compared ML algorithms, namely K Nearest Neighbours, Naïve Bayes, Random Forest and Support Vector Machine to classify different yoga pose images into appropriate asanas. We tried to improve the results by techniques like feature extraction and edge detection by using Gabor filters and Sobel kernels. The project describes the limitations of traditional ML classifiers and suggests the need for deep learning techniques to handle this problem more accurately.

Data set : https://www.kaggle.com/niharika41298/yoga-poses-dataset

About

This project uses a traditional machine learning approach to answer this problem. Traditional ML classifiers are easy to understand and implement, fast and provide good explanations of the data and predictions. However, their performance is compromised when the data is high dimensional and large. We have analysed and compared ML algorithms, name…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published