[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PDP++ css define/train/test example help needed
apiszcz@mitre.org writes:
> 1] css (ONLY) no GUI,
> define network description, 3 layers, units, connections
> stop criteria, learning rate, etc.
If you follow the tutorial in the manual and record the script, then
you'll have script code for setting up the network. you just need to
stick in appropriate variables, etc.
> 2] train network based on an input file of events
> (callable from the command line with training options)
check out css/include/startup.css for this code
> 3] save system with weights
add a SaveNetProc or SaveWeightsProc in the final_procs of your
training process hierarchy
> 4] present test patterns can get result value(s)
> from output layer.
setup a monitor stat.
- Randy