neural-network
Has anyone tried to compile code into neural network and evolve it?
Do you know if anyone has tried to compile high level programming languages (java, c#, etc\') into a recurrent neural network and then evolve them?[详细]
2023-02-13 14:08 分类:问答Multi-layer neural network won't predict negative values
I have implemented a multilayer perceptron to predict the sin of input vectors. The vectors consist of four -1,0,1\'s chosen at random and a bias set to 1. The network should predict the sin of sum of[详细]
2023-02-13 08:54 分类:问答Giving a neural network "pain"
I\'ve programmed 开发者_如何学Pythona non-directional neural network. So kind of like the brain, all neurons are updated at the same time, and there are no explicit layers.[详细]
2023-02-12 06:44 分类:问答HTML text analysis
I have a crawler that gathers articles from the web and stores the title and the body to a database. Until now the programmer has to come up with a set of rules per sour开发者_JAVA百科ce (usually XPat[详细]
2023-02-11 06:01 分类:问答Delphi: EInvalidOp in neural network class (TD-lambda)
I have the followi开发者_运维技巧ng draft for a neural network class. This neural network should learn with TD-lambda. It is started by calling the getRating() function.[详细]
2023-02-11 05:09 分类:问答Using genetic algorithms for neural networks
Currently I am working on a project that would use genetic algorithms to optimize neural networks.I do realize this is probably not the best way to optimize them, but I\'m new to both so I just wanted[详细]
2023-02-11 04:57 分类:问答Neural networks in Lisp - advice
Can anybody suggest a good tutorial or book for neural networks in Lisp, or a blog, or share some code sample?[详细]
2023-02-09 23:25 分类:问答Neural networks in Haskell - advice
Can anybody suggest me tutorial, book, blog or share code sample for neural networks in Hask开发者_JS百科ell ? I have experience in neural networks in imperative languages, but I want try that in Hask[详细]
2023-02-09 23:23 分类:问答How can I learn more about solving real life problems using multilayer perceptron? [closed]
Closed. This question needs to be more focused. It is not currently a开发者_JAVA百科ccepting answers.[详细]
2023-02-09 15:03 分类:问答How use ANN in Weka?
When I run Weka and I see all classifiers, I don\'t see neural networks classifiers. Wh开发者_如何学Goy?I found it in Functions->MultilayerPerception[详细]
2023-02-09 05:33 分类:问答