Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reydvires/naive-bayes-classification
The Naive Bayesian classifier
https://github.com/reydvires/naive-bayes-classification
algorithm artificial-intelligence lua lua-script luajit machine-learning naive-bayes-algorithm naive-bayes-classifier telkom-university zerobrane-studio
Last synced: 28 days ago
JSON representation
The Naive Bayesian classifier
- Host: GitHub
- URL: https://github.com/reydvires/naive-bayes-classification
- Owner: ReydVires
- Created: 2019-02-19T05:33:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T12:04:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T05:35:28.370Z (3 months ago)
- Topics: algorithm, artificial-intelligence, lua, lua-script, luajit, machine-learning, naive-bayes-algorithm, naive-bayes-classifier, telkom-university, zerobrane-studio
- Language: Lua
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# naive-bayes-classification
Ahmad ArsyelTask of Machine Learning
- Download ZeroBrane Studio (Lua compiler)
- Buka file [nama_file].lua pada ZeroBrane Studio
- Tentukan absolute path untuk me-load CSV file (Line 3, 4, 5)
- Tekan F6 untuk Running cepat hasil Naive Bayes
> ZeroBrane Studio link:
https://studio.zerobrane.com/downloadKomentar di Lua: --
> Alternative compile linux:
- Install luajit: sudo apt-get install luajit
- Cari file Lua: [nama_file].lua
- Buka terminal di direktori tersebut
- Jalankan perintah: luajit [nama_file].lua