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
- Host: GitHub
- URL: https://github.com/reiiyuki/ml-activity-naive-bayes
- Owner: ReiiYuki
- License: mit
- Created: 2017-02-23T14:08:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T03:08:19.000Z (over 8 years ago)
- Last Synced: 2025-02-03T21:56:57.366Z (5 months ago)
- Topics: bayesian-network, machine-learning, ml, naive-bayes-algorithm, naive-bayes-classifier, nlp, nlp-machine-learning
- Language: Python
- Homepage:
- Size: 22 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)