Thanh-Binh
Thanh-Binh
By building the current version with VS2015 I have found the following problems: 1. in SparseMatrix, SparseBinaryMatrix please do NOT use using Serializable::write; using Serializable::read; I remember, I have discussed...
Does anyone use tiny-cnn for training/recognising the human face, like DeepFace with Caffe? Thanks
Hi, I am interested in use tiny_dnn for 1D data. Can I set the height to 1 and the width to the length of my 1D-data? Thanks
Hi Erik I try today to install the lastest version of OgmaNeo2 and then PyOgmaNeo2 python3 setup.py install --user if I compiled OgmaNeo2 in share mode, I got the error:...
BigInt header only does not work with hexdigit string like std::string hexStr = "123456789abcdef123456789abcdef"; It is very kind of you to extend it. Best thanks
Hi Martin, this week I have time to look at your codes, and found somethings in "GridCell2d.hpp" that seem to be not-correct (sorry, if I am wrong!): 1. The transformation...
Dear all, I am using 2 versions of ApicalTiebreakTemporalMemory 1. very old C++ version in htmresearch.core of Numenta (very complicate codes) 2. very new Python version in advanced folder of...
Hi all, while Build in release mode runs perfectly, there is a bug by building in debug mode (do last step for unit testes). ```C make[2]: *** No rule to...
I think for higher prediction and robuster anomaly detection, we need something like a chain of 10 TMs for 10 steps prediction: TM0->TM1->TM2->...-->TM9, where the predicted cells of the previous...
this function does not work well and has the following error like: terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at because the index presynapticCell is bigger than the...