Classify the images using some methods
Thanks for the dataset we use here is from https://www.kaggle.com/saurabh00007/diabetescsv
raw_to_csv.py is to write the raw data into csv
linear_separable.py is to visualizing the linear separable dataset
Classifying image using HOG - GLCM features with SVM, Naive Bayes, KNN models and PCA for reducing feature dimension
Python
Thanks for the dataset we use here is from https://www.kaggle.com/saurabh00007/diabetescsv
raw_to_csv.py is to write the raw data into csv
linear_separable.py is to visualizing the linear separable dataset