Skip to content

Instantly share code, notes, and snippets.

View Krutoy242's full-sized avatar

Krutoy242

View GitHub Profile
@Krutoy242
Krutoy242 / NeuralNetwork.lua
Last active June 5, 2019 10:25 — forked from cassiozen/NeuralNetwork.lua
Lua Neural Network
--********************************************************
-- By Krutoy242
--
-- Based on
-- https://gist.github.com/cassiozen/de0dff87eb7ed599b5d0
--********************************************************
-- Redefine globals to locals for perfomance
local exp = math.exp
local ceil = math.ceil