neural network - python code does not generate any output -


i tried run code in http://sourceforge.net/projects/triangleinequal/files/machine%20learning/nn.py/download

it run without error.. not generate output. how can output graph? please help

the code not meant produce "output" text. prepares plot never shows it.

add end of test_regression:

plt.show() 

and execute test_regression uncommented


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -