https://github.com/reydvires/ensemble-learning
Bagging with Naive Bayes, Machine Learning
https://github.com/reydvires/ensemble-learning
algorithms bagging gaussian-processes lua lua-script machine-learning naive-bayes-algorithm naive-bayes-classifier telkom-university zerobrane-studio
Last synced: about 2 months ago
JSON representation
Bagging with Naive Bayes, Machine Learning
- Host: GitHub
- URL: https://github.com/reydvires/ensemble-learning
- Owner: ReydVires
- Created: 2019-05-04T13:38:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T14:16:26.000Z (over 6 years ago)
- Last Synced: 2024-12-27T08:44:22.147Z (12 months ago)
- Topics: algorithms, bagging, gaussian-processes, lua, lua-script, machine-learning, naive-bayes-algorithm, naive-bayes-classifier, telkom-university, zerobrane-studio
- Language: Lua
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ensemble-learning
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) !!!
- 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