| |
| | [No title] |
 | | A number of parameters for the boltzmann machine is under user control, such as: number of nodes, learning rate, choice of training algorithm, choice of training patterns, termination criterion etc. The details are given with the description of the file formats. |
 | | The function readinputs() reads the machine parameters (#layers, #nodes in each layer, and internal connections of each layer), calls functions from the common module to generate the machine structure, and then reads in the weights of the machine (which were presumably calculated by the boltztrain program). |
 | | The anneal_style() function initializes the state of the machine to a random state, copies the inputs to the input nodes, clamps the input layer, sets the start temperature, the end temperature and the beta parameter to 20.0, 0.1 and 0.95 respectively, and calls the annealing function from the common module (anneal()). |
| www.cis.syr.edu /~mohan/html/Bookfiles/README-for-boltz (3687 words) |
|