Cell Assemblies and Databases
- Associative Memories are essentially Databases
- CAs are not very good for simple Databases like an
XL spreadsheet.
- Typically, each row might be represented, and each possible XL cell
value would be represented, and a row would be associated with each
of its values.
- Though it could be done it would be open to errors, and wouldn't
be very efficient.
- However, more complex databases have more complex relationships, and
CAs might be good for these.
- Moreover Dataming is about finding interesting relationships.
CAs should be good for this.