Movie classifier by genre that is implemented using a version of the KNN algorithm based on fuzzy logic
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
* Extracted a class for holding the strings, used as labels + handled a
00037a2View on GitHub* The UI for classification is fully working now. Refactoring is needed,
4c5cc6aView on GitHub* Computing the belonging of new movies to the respective classes
6a4a637View on GitHub* Taking all the model fields into account. Actually getting the closest K neighbours, instead of just the closest one
8036691View on GitHub