Recurrent McCulloch-Pitts Network

Patryk Laurent (pakl.net)

This code simulates a recurrent McCulloch-Pitts neural network like those used by Chip Levy to model hippocampal region CA3.

Notes:

  • The program Simulation.java runs a random network without any learning.
  • The program SimulationLearning.java trains and tests a network on a sequence specified by a "levy.prop" file.
  • Examples of "levy.prop" files are contained at the top of the source code in SimulationLearning.java.
Procedure
  1. Download the Java source code (PaklLevy.tar.gz or PaklLevy.zip), compile, and run.