We all know That yolol codes are executed 0.2s per line, executing a complex program would take forever. and in most cases, the latency would make the program meaningless. How ever, what if we build a neural network with individual yolol chips function as a neuron? Would that make complicated programs possible?
I don't know much about deep learning but as far as I know, in a neural network, a neuron only calculates the activation function of ((bias) plus the sum of ((value of neuron in the previous layer) times ( weight of the neuron in the previous layer))).
Can we construct a relay of yolol chips with layers and make them run simple addition and multiplications simultaneously? Each neuron would take only one line to calculate its function, and a 5 layer network will only take 1 second to complete a task that would take minutes even hours to run if written in a traditional form.
As for the training of the neural network, we can do it somewhere else outside the game and enters the bias and weights by hand into the memory chips.
It will not be feasible for small ships or maybe only works for big stations running by factions with loads of work force, but is it really possible in-game?
I don't know much about deep learning but as far as I know, in a neural network, a neuron only calculates the activation function of ((bias) plus the sum of ((value of neuron in the previous layer) times ( weight of the neuron in the previous layer))).
Can we construct a relay of yolol chips with layers and make them run simple addition and multiplications simultaneously? Each neuron would take only one line to calculate its function, and a 5 layer network will only take 1 second to complete a task that would take minutes even hours to run if written in a traditional form.
As for the training of the neural network, we can do it somewhere else outside the game and enters the bias and weights by hand into the memory chips.
It will not be feasible for small ships or maybe only works for big stations running by factions with loads of work force, but is it really possible in-game?