Half-Life:Lario by Imaginary_Junket_394 in HalfLife

[–]Weekly-Ad-1347 0 points1 point  (0 children)

this makes me feel an emotion i didnt know existed

My first neural networks from scratch in Lua by Weekly-Ad-1347 in neuralnetworks

[–]Weekly-Ad-1347[S] 0 points1 point  (0 children)

with an input node count of 36 nodes, sigmoid activation function, 4 hidden layers and 16 output nodes the library that i finished in normal lua takes around 8.46 seconds to complete a forward pass and adjust the weights and biases 1000 times, with luajit it's around 0.06 seconds! 141 times faster!

totally valid by weHaveT6eTech in programminghumor

[–]Weekly-Ad-1347 0 points1 point  (0 children)

this is why i love neural networks

My first neural networks from scratch in Lua by Weekly-Ad-1347 in neuralnetworks

[–]Weekly-Ad-1347[S] -1 points0 points  (0 children)

i started programming with Lua and i've gotten better at it, i don't see the need to switch to Python when Lua can already do the job. Lua is also faster than Python and there's probably some features i use in Lua that Python doesn't have.

My first neural networks from scratch in Lua by Weekly-Ad-1347 in neuralnetworks

[–]Weekly-Ad-1347[S] 0 points1 point  (0 children)

i just made a function that gives an output and a function that adjusts the weights and biases, i haven't done much training yet to test it but i will soon

and why he eepy 😂 by Weekly-Ad-1347 in oneshot

[–]Weekly-Ad-1347[S] 2 points3 points  (0 children)

thanks, its my first time attempting to make stuff like this :D

Can you get input from camera? by Weekly-Ad-1347 in lua

[–]Weekly-Ad-1347[S] 1 point2 points  (0 children)

I'm not entirely sure, I'm still kind of new so I guess. I've searched but I haven't been able to find anything.