├── LICENSE ├── README.md ├── classifiers.py ├── data.txt ├── feature_extraction.py ├── find_root.py ├── naive.pkl ├── nn.pkl └── svm.pkl /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/README.md -------------------------------------------------------------------------------- /classifiers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/classifiers.py -------------------------------------------------------------------------------- /data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/data.txt -------------------------------------------------------------------------------- /feature_extraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/feature_extraction.py -------------------------------------------------------------------------------- /find_root.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/find_root.py -------------------------------------------------------------------------------- /naive.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/naive.pkl -------------------------------------------------------------------------------- /nn.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/nn.pkl -------------------------------------------------------------------------------- /svm.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anati89/wazen/HEAD/svm.pkl --------------------------------------------------------------------------------