-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TM: cellsToColumns #397
TM: cellsToColumns #397
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4718b94 - Browse repository at this point
Copy the full SHA 4718b94View commit details -
TMRegion: add check for orColumnsOutput
that SDR.size matches TM.numberOfColumns
Configuration menu - View commit details
-
Copy full SHA for 8403abc - Browse repository at this point
Copy the full SHA 8403abcView commit details -
TM add method cellsToColumns()
which is a convenience wrapper for TM::columnForCell()
Configuration menu - View commit details
-
Copy full SHA for cfdc9ba - Browse repository at this point
Copy the full SHA cfdc9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b20c902 - Browse repository at this point
Copy the full SHA b20c902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c3306 - Browse repository at this point
Copy the full SHA 19c3306View commit details -
VectorHelpers: removed cellsToColumns and sparse variant,
these methods have been replaced by TM.cellsToColumns. Because the conversion method is only valid for TM's cells.
Configuration menu - View commit details
-
Copy full SHA for 4564a81 - Browse repository at this point
Copy the full SHA 4564a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f559e - Browse repository at this point
Copy the full SHA f0f559eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 340e4af - Browse repository at this point
Copy the full SHA 340e4afView commit details -
which represents TM's output as mini-columns, and is a union of active and predictive at the current time. Used by Hotgym example, and TMRegion
Configuration menu - View commit details
-
Copy full SHA for b88b5f0 - Browse repository at this point
Copy the full SHA b88b5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a24836 - Browse repository at this point
Copy the full SHA 3a24836View commit details
Commits on Apr 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cc8cd66 - Browse repository at this point
Copy the full SHA cc8cd66View commit details -
TM: removing getOutputColumns as not correct
it does not make sense to mix feed-forward (active) activations with contextual (predictive)
Configuration menu - View commit details
-
Copy full SHA for bf4b96e - Browse repository at this point
Copy the full SHA bf4b96eView commit details
Commits on Apr 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e1d6ccc - Browse repository at this point
Copy the full SHA e1d6cccView commit details -
TMRegion: rm option orColumnOutputs
as not supported, follows removal of TM::getColumnsOutput
Configuration menu - View commit details
-
Copy full SHA for ff036b8 - Browse repository at this point
Copy the full SHA ff036b8View commit details -
Revert "TMRegion: rm option orColumnOutputs"
This reverts commit ff036b8.
Configuration menu - View commit details
-
Copy full SHA for 69aa965 - Browse repository at this point
Copy the full SHA 69aa965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 468eaf7 - Browse repository at this point
Copy the full SHA 468eaf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134fded - Browse repository at this point
Copy the full SHA 134fdedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 428f135 - Browse repository at this point
Copy the full SHA 428f135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 127e385 - Browse repository at this point
Copy the full SHA 127e385View commit details -
Hotgym: implement deterministic checks for encoder, SP, TM
and anomaly. This ensures our algorithms can run deterministically given fixed seed. Used for validation of correct functionality.
Configuration menu - View commit details
-
Copy full SHA for a013bbe - Browse repository at this point
Copy the full SHA a013bbeView commit details -
TMRegion: bottomUpOutput returns predictive cells
removes the flawed logic of union active + predictive, also now possible to obtain predictive (both cells, cols) as bottomUpOutput
Configuration menu - View commit details
-
Copy full SHA for 820ed00 - Browse repository at this point
Copy the full SHA 820ed00View commit details -
VectorHelpers: remove unused unionOfVectors
this used to be for TMRegion, but removed there as flawed, so this functionality is unneeded.
Configuration menu - View commit details
-
Copy full SHA for 23aea7e - Browse repository at this point
Copy the full SHA 23aea7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b8f49 - Browse repository at this point
Copy the full SHA 57b8f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for def0fa6 - Browse repository at this point
Copy the full SHA def0fa6View commit details -
VectorHelpers: remove unused print_vector
use SDR and its << SDR instead. print_vector was never used.
Configuration menu - View commit details
-
Copy full SHA for a67de17 - Browse repository at this point
Copy the full SHA a67de17View commit details -
VectorHelpers: remove unused binaryToSparse
deprecated by SDR's functionality. use: SDR sdr; sdr.setDense({dense data}); auto sparse_data = sdr.getSparse();
Configuration menu - View commit details
-
Copy full SHA for 4a599d5 - Browse repository at this point
Copy the full SHA 4a599d5View commit details -
Hotgym: only run deterministic checks on expected number of epochs
as those values are hand-written for only 5000 epochs. Will not be run for debug (epochs=2) or custom (valgrind, epochs=5) builds.
Configuration menu - View commit details
-
Copy full SHA for 5d6995a - Browse repository at this point
Copy the full SHA 5d6995aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c4ee4 - Browse repository at this point
Copy the full SHA 57c4ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404c033 - Browse repository at this point
Copy the full SHA 404c033View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78a6a0 - Browse repository at this point
Copy the full SHA f78a6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6bc72f - Browse repository at this point
Copy the full SHA d6bc72fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa6d10e - Browse repository at this point
Copy the full SHA fa6d10eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d32a5 - Browse repository at this point
Copy the full SHA 30d32a5View commit details -
Hotgym: remove confused comment about Random
there's no bug in Random, we're ok!
Configuration menu - View commit details
-
Copy full SHA for 8e1ed03 - Browse repository at this point
Copy the full SHA 8e1ed03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c20daa - Browse repository at this point
Copy the full SHA 1c20daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4526a43 - Browse repository at this point
Copy the full SHA 4526a43View commit details
Commits on Apr 18, 2019
-
Hotgym: fix the example runtime
use seed for RDSE, SDR use addNoise instead of randomize
Configuration menu - View commit details
-
Copy full SHA for efaba05 - Browse repository at this point
Copy the full SHA efaba05View commit details
Commits on Apr 23, 2019
-
Hotgym: split SP local,globa output
to be used for deterministic check and output
Configuration menu - View commit details
-
Copy full SHA for c8889e1 - Browse repository at this point
Copy the full SHA c8889e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb4be4 - Browse repository at this point
Copy the full SHA 3eb4be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1121aaf - Browse repository at this point
Copy the full SHA 1121aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af9832 - Browse repository at this point
Copy the full SHA 5af9832View commit details -
outSP SDR has to be initialized with dimensions, even if later successfully assigned (outSP = outSPglobal)
Configuration menu - View commit details
-
Copy full SHA for 088d4a7 - Browse repository at this point
Copy the full SHA 088d4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb34890 - Browse repository at this point
Copy the full SHA cb34890View commit details -
for SP local, also remove the time check for Windows CI
Configuration menu - View commit details
-
Copy full SHA for d1b4395 - Browse repository at this point
Copy the full SHA d1b4395View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43b9c0 - Browse repository at this point
Copy the full SHA f43b9c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbf0e0 - Browse repository at this point
Copy the full SHA 7dbf0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5bffd - Browse repository at this point
Copy the full SHA 9e5bffdView commit details