Input 0 of layer "sequential" is incompatible with the layer
I try to test a neural network for a game but always when i run the script i get this error:ValueError: Input 0 of layer "sequential" is incompatible with the layer: expected shape=(None, 24), found...
View Articlehow to use neat's feed forward network by itself?
I want to use NEAT's neural network by itself so I can control how the selection of the fittest(training) is done along with other things, but the source code for NEAT's feed forward network can't be...
View ArticleAccessing the index in my neural network 'for' list
I have a problem with my neural network.It's not getting the best R2 for my model. It is taking the last position of my list_tf variable.How can I fix this so that my network model gets the best result...
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View ArticleNetwork weights no longer updating
`Hi,I have to run some tensorflow v.1.8 code in a v.2 environment. I have made all the necessary changes (I believe). I have tried everything I can think of, but after I start the training the weights...
View Article