# BackPropRun.nsl nsl create display_frame .result nsl create display_window .result.in -width 400 -height 200 -graph area_level_graph \ -layer BackPropModel.bp.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.bp.output -wymin -1 -wymax 1 -grid NSL_ON -x_axis NSL_OFF nsl set BackPropModel.tf.dInput 0 1 nsl run nsl delay nsl set BackPropModel.tf.dInput 0 0 nsl run nsl delay nsl set BackPropModel.tf.dInput 1 0 nsl run nsl delay nsl set BackPropModel.tf.dInput 1 1 nsl run nsl delay