Do you know if anyone tried to compile high-level programming languages (java, C #, etc.) into a recurrent neural network and then develop them?
I mean that the whole process, including the use of memory, is stored in the graphics of the neural network, and I'm talking about complex programs (thinking about the problems of processing a natural language).
When I say “neural network”, I mean oriented weighted graphs that propagate activation, and nodes are the functions of their inputs (linear, sigmoid and multiplicative, to simplify it).
Also, what do people mean in genetic programming, or is there a difference?
source
share