An open API service indexing awesome lists of open source software.

https://github.com/reiiyuki/ml-activity-naive-bayes

Text Classification by Naive Bayes
https://github.com/reiiyuki/ml-activity-naive-bayes

bayesian-network machine-learning ml naive-bayes-algorithm naive-bayes-classifier nlp nlp-machine-learning

Last synced: 3 months ago
JSON representation

Text Classification by Naive Bayes

Awesome Lists containing this project

README

        

# Naives Bayes Machine Learning

Practice on Machine Learning Exercise of Machine Learning Course of Software and Knowledge Engineering Program at Kasetsart University

# How to run ?

```
py compute.py
```

*You can change input in compute.py*

## Split Data Set Tools

[CoreNLP](https://github.com/veer66/corenlptut) from [veer66](https://github.com/veer66)