why is my variable returning as Nonetype even though when print it just before it is all ok?
I have encountered this problem in a TICTACTOE Neural Network in python. Just a simple AI in the making
It ocurrs after I return the last value from feed forward(the output) . I am kind of a beginner btw