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

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

Awesome Lists containing this project

README

        

# knn-with-cross-validation
Ahmad Arsyel

Task 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_compiler

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