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 in the documentstion.
Procedure
  1. Obtain source code from GitHub (https://github.com/plaurent/mcpstdp)