Run the following
- features.py
There are 4 different models in the repository.
-- one_feat (with 1 feature space)
-- three_feat (with 3 feature space)
-- four_feat (with 4 feature space)
-- seven_feat (with 7 feature space)
--- one_feat
-- diff_score.py
--- three_feat
-- diff_score.py
--- four_feat
-- diff_score.py
--- seven_feat
-- diff_score.py
-
Select a Model and go into the directory
-
run diff_score.py
-
In the same folder after completion run norm.py (un-comment the required file)
-
In the same folder after completion run accuracy.py (un-comment the required file)
Done!!