# BackPropRun.nsl nsl create display_frame .result nsl create display_window .result.in -width 400 -height 200 -graph area_level_graph \ -layer BackPropModel.layers.input -wymin -1 -wymax 1 -grid NSL_ON -x_axis NSL_OFF nsl create display_window .result.out -width 400 -height 200 -graph area_level_graph \ -layer BackPropModel.layers.output -wymin -1 -wymax 1 -grid NSL_ON -x_axis NSL_OFF #nsl set BackPropModel.layers.input 0 1 nsl set BackPropModel.train.dInput 0 1 nsl run