Connectionist Modeling Techniques
Psychology 387
Winter Quarter, 2000




Here are some C programs that may be helpful. On cortex, to compile such a program, use gcc, e.g.:

gcc plr.c -lm -o plr

This takes the C program in plr.c, uses the math library (-lm), and produces as output an executable called plr. You may then simply type:

plr

to run the program.

If you need X for windows, look here.
If you want a bp simulator other than xtlearn, look here.