Hello all,
I'm talking about THIS.
Is this possible in lua?
[artificial neural network - ANN] - Is it posible to do ot in CClua?
Started by H4X0RZ, Jun 21 2013 05:45 PM
6 replies to this topic
#1
Posted 21 June 2013 - 05:45 PM
#2
Posted 21 June 2013 - 05:56 PM
Of course it is. Neural networks are merely a mathematical model. It should be able to implement this in practically every programming language.
#3
Posted 21 June 2013 - 05:56 PM
I don't see why not...
And I see you posted this on a mobile. You should make the link the desktop version.
Edit: Ninja'd :L
And I see you posted this on a mobile. You should make the link the desktop version.
Edit: Ninja'd :L
#4
Posted 21 June 2013 - 06:01 PM
Edited the link.
I've downloaded a php implementation.
Now I hve to understand it and translate it into lua.
Then there is a working ANN for lua
I've downloaded a php implementation.
Now I hve to understand it and translate it into lua.
Then there is a working ANN for lua
#5
Posted 22 June 2013 - 07:24 AM
#6
Posted 23 June 2013 - 03:15 AM
You can do it but I fail to see the point. Neural Networks are best for dealing with trainable or fuzzy data and there just isn't much of that in the discrete world minecraft and computercraft work in. If you were performing feature detection, classification on images or trying to classify complex or multi-dimensional data it'd make sense. But there's not a lot of that in CC- most information you work with is either user input or environmental information, both of which are on a general scale discrete and unambiguous.
Making the framework for one is however a nice exercise if you're interested in machine learning or neurocomputation. I'm just not sure what you'd do with it
Making the framework for one is however a nice exercise if you're interested in machine learning or neurocomputation. I'm just not sure what you'd do with it
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












