[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interfacing through C++ program
"Josh Hursey" <hursejo@earlham.edu> writes:
> Is it possible to create an input, introduce it, and gather the results
> strictly through the bp++ CSS interface, with out the gui interface?
Yes -- just run bp++ -nogui to run w/out gui -- you'll get a prompt
from which you can do anything you could do in the gui.
bp++ -nogui -f script.css will automatically run the script -- see
startup.css in pdp++/css/include for an example.
Also, James Hammerton <james@tardis.ed.ac.uk> offered the following
comment to me regarding this situation:
> Why not simply dump the weights to a file to be read by the BP code in
> the embedded app? You could write a CSS script to dump the weights or
> write code to read, e.g. the weights from a saved PDP++ network or
> project.
> It's what I'd do. Indeed during my PhD I did the reverse... I had code
> for training a SRN and/or a SRAAM using conjugate gradient and when training
> was over I dumped the weights and then used a CSS script to load the
> weights into a network in PDP++, whereupon all the scripts I needed
> for driving the trained network were available...
> James
ps. are you from Earlham college? My grad student Seth Herd
(sethherd@psych.colorado.edu) is an alum from there..
- Randy