Predicted values for test data

33 views
Skip to first unread message

jl_lykon

unread,
Jun 10, 2014, 11:21:51 AM6/10/14
to py-ne...@googlegroups.com
Hello all,

I'm uncertain of how to proceed with this: after training a neural network (feed forward), how could I obtain the corresponding output values for a given test set? Is this explicitly stated in the documentation? If so, I have been unable to find it.

Evgeny Zuev

unread,
Jun 10, 2014, 11:37:41 AM6/10/14
to py-ne...@googlegroups.com
After train:
error = net.train(inp, tar, epochs=500, show=100, goal=0.02)

You may simulated network
out = net.sim(inp)
See examples: https://pythonhosted.org/neurolab/ex_newff.html
Reply all
Reply to author
Forward
0 new messages