Thanks for the update Jos. I'm surprised you had to massage nupic.core to build the library. The Wiki [1] and Readme.md [2] instructions describe the CMake step, with resulting solution and project files ready for Visual Studio 2015 (x64). Maybe you're using another compiler?
The only awkward aspect I'm aware of is the lack of debug external libraries missing from the repo. Did that play a part in stripping the source code back? Good to see you back on track. Regards, Richard. 1 https://github.com/numenta/nupic.core/wiki/Windows-Development 2 https://github.com/numenta/nupic.core/blob/master/external/windows64/README.md On Thu, Oct 15, 2015 at 3:24 PM, Jos Theelen <[email protected]> wrote: > Everybody thanks for the help. I didn't need to adapt those > maxSynapse-values. I just made the mistake that I did make the number of > columns bigger, but I forgot to adapt the number of active columns. When I > took the "normal" 2%, everything run without those exceptions. > > greetings: Jos Theelen > > > On 2015-10-14 20:41, Chetan Surpur wrote: > >> Hi Jos, >> >> You can set the `Connections` initialization parameter >> `maxSynapsesPerSegment` to a higher value, if you need more synapses per >> segment in your application. >> >> - Chetan >> >> On Oct 14, 2015, at 8:53 AM, Jos Theelen <[email protected]> wrote: >>> >>> My temporal memory (or better the connections in it) throws an >>> exception: cannot create synapse: segment has reached maximum number of >>> synapses. I looked around if anybody else has had this problem, but found >>> nothing. I work with a 32 bit C++ program, made from the nupic.core >>> sources. The parameters I used are the same as for the hotgym-example, that >>> gave no problems. >>> >>> I am now trying different parameters for the temporal memory, but I have >>> no idea which ones I should change. Can somebody say what could be the >>> reason for this exception? >>> >>> >> >> >> >> ----- >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2015.0.6140 / Virus Database: 4447/10821 - Release Date: 10/14/15 >> >> >> >> >> > >
