Skip to content

yousef-ysph/information-science-assigment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

information-science-assigment-1

Data link

This project shows a comparision between 3 machine learning models on a picked sample of the data above. The project is written in Matlab and python. The python scripts are used to collect the data into one file.

Cleaning data

To collect the data to xlsx file run this command in the terminal:-

python3 sign_data_converter.py [main directory path] [new xlsx files path]

To collect the xlsx files to one file run this command :-

python3 collecter.py [xlsx files directory path] [new xlsx file path/name]

Matlab scripts

app :- gets the data and modifies it to be processable

knnapp:- trains the KNN model on the dataset and gets the loss rate and the confusion matrix

treeApp:- trains the decision tree model on the dataset and gets the loss rate and the confusion matrix

nbApp:- trains the naive bayes model on the dataset and gets the loss rate and the confusion matrix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages