Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# naive-bayes-classification
Ahmad Arsyel

Task 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/download

Komentar 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