description

Project GHOST: Generating Hierarchically Organized Spatiotemporal representations

owner
sokbob
last change
Wed, 06 Aug 2008 22:02:06 -0400

To get a local copy of this repository, install Mercurial and run the following on the command line: hg clone http://freehg.org/u/sokbob/ghost/

changes

3 weeks agoScottThe bitworm experiment now achieves the same classification rate as default tip
3 weeks agoScottFixed zero vector reset logic and added it to TemporalAdjacency.
3 weeks agoScottGot the bitworm experiment working using the zero vector reset in
3 weeks agoBrian BlaisFixed inference in IncSeq, and the .pyx file for it.
3 weeks agoBrian Blaisignore_zero_vector on the spatial nodes does the "blink": emits zero on inference given a zero vector. turn this off for temporalsequence. for temporalsequence put reset_on_zero_vector to true to reset the history and return on a zero vector. if you tell temporal sequence to ignore zero vector, then it never sees the zero vector (the return is in the Node.py not in the IncrementalSequence.py). I have to check the .pyx files for any problems with this.
7 weeks agoBrian BlaisAdded automated unittest code. See example in nodes2/Node.py
7 weeks agoBrian Blaisjust added some notes on best practices and what is considered "done"
2 months agoBrian Blaisadded BCL to nodes2. Translated test_simple.py to nodes2. added function get_output_vector(nodes,input_vector) to Nodes.py
2 months agoBrian BlaisAdded update_array in cython (not tested).
2 months agoBrian BlaisAdded IncrementalSequence, TemporalAdjacency and updated bitwork example.
...

tags

...

branches

3 weeks ago125933f5cd55default
...