https://github.com/reydvires/knn-with-cross-validation
https://github.com/reydvires/knn-with-cross-validation
artificial-intelligence artificial-intelligence-algorithms cross-validation kfold-cross-validation knearest-neighbor-algorithm knearest-neighbor-classification knn lua luajit telkom-university telkomuniversity
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reydvires/knn-with-cross-validation
- Owner: ReydVires
- Created: 2018-11-24T05:11:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T17:03:14.000Z (over 6 years ago)
- Last Synced: 2024-12-27T08:44:20.632Z (5 months ago)
- Topics: artificial-intelligence, artificial-intelligence-algorithms, cross-validation, kfold-cross-validation, knearest-neighbor-algorithm, knearest-neighbor-classification, knn, lua, luajit, telkom-university, telkomuniversity
- Language: Lua
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knn-with-cross-validation
Ahmad ArsyelTask of Artificial Intelligence
- Download ZeroBrane Studio (Lua compiler)
- Buka file [nama_file].lua pada ZeroBrane
- Tentukan absolute path untuk me-load CSV file
- Tekan F6 untuk Running cepat hasil KNN
> ZeroBrane Studio link:
https://studio.zerobrane.com/download> Alternative compile online:
http://rextester.com/l/lua_online_compilerKomentar 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