[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: simple hopfield net
"Fiona M Richardson" <F.1.Richardson@herts.ac.uk> writes:
> we are new to PDP++ and I want to build a simple one layer
> = hopfield net doing simple hebbian learning but using a bipolar
> threshold function = (-1, +1) updating asynchonously. I have looked
> in the manual but it seems that there isn't = a simple way of doing
> this... am I wrong ?
this is all supported -- just use cs++ and the CsHebbConSpec and the
CsBoltzmannUnitSpec and then you can set async updating in the
CsSettle or CsCycle process.
- Randy