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++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - Selecting distinct values from a column in Peewee -