https://github.com/reydvires/fuzzy-logic-lua
Artificial Intelligence Task
https://github.com/reydvires/fuzzy-logic-lua
ai artificial-intelligence family fuzzy fuzzy-logic logic lua luajit telkomuniversity
Last synced: 8 months ago
JSON representation
Artificial Intelligence Task
- Host: GitHub
- URL: https://github.com/reydvires/fuzzy-logic-lua
- Owner: ReydVires
- Created: 2018-10-08T04:49:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T12:25:17.000Z (almost 7 years ago)
- Last Synced: 2024-12-27T08:44:19.821Z (9 months ago)
- Topics: ai, artificial-intelligence, family, fuzzy, fuzzy-logic, logic, lua, luajit, telkomuniversity
- Language: Lua
- Homepage:
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fuzzy-logic
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 (Baca keterangan method)
- Tekan F5 2x untuk Running hasil Fuzzy Logic
> 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