If the input data is scalar, there is already an encoder within the NuPIC codebase that converts these values into SDRs. Scott's video [1] shows in detail how this encoder works. Can you tell us a little more about your data? At one point in time, how many dimensions does it have? How fast does it move? What are the data types (ints, floats, strings)?
[1] http://www.youtube.com/watch?v=BCwOgbSSDM4 --------- Matt Taylor OS Community Flag-Bearer Numenta On Mon, Jan 11, 2016 at 7:45 AM, Kumari Shalini <[email protected]> wrote: > Hi, > > I have gone through the links and video and understand what is numenta and > what is the use. So, I want to know to how to write code for encoding data. > For example- I have huge amount of data and a category to which the data > belongs. > Now, I have some some more data coming and now I have to predict to which > category the data belongs, Then how to do this? Please help me in > understanding . > > What Im understanding is I have to convert the category and data to SDR > and then convert the coming data to SDR then I have to match with all the > category SDR, to which itmatches more the data belongs to that category. Am > i right? > If I'm not correct then please correct me. > > Now, I want to know Is there any documentation to how to write code to > encode data. > I have to write code in python. > > Please help me. > > -- > Kumari Shalini >
