Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions README.HTML

This file was deleted.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
The bfstdp_demo.hoc (which runs on Auto-launch) runs the learning procedure for 10000 s (about 3 hours) and displays the weight matrix from Input to Output layers together with the time-evolution of three of the weights.

The simulation takes 20 minutes or so, but you should be able to see the weight patterns begin to form, as in Figure 2 of the *J. Neurosci.* paper, before this time.

Data files are produced in a subdirectory called Data, and may be plotted using Matlab, Gnuplot (use pm3d in map view), etc. A sample graphing program, bfstdp_many.gnu, is provided but must be modified by globally changing the date and time from 20071217_1201 to the time recorded in the filenames in the Data directory. When you run the file in linux with the command

```
gnuplot bfstdp_many.gnu
```

it will then produce a postscript file that looks similar to:

![jpg version of defaultG_sin-0.0_20060601_1413.weights.ps](gnuplotoutput.jpg)

---

2025-05-27 – Standardized to Markdown.