Kumari, I think your problem/usecase here is that of classification. Lookup classification methods in data science/AI to help your case. You would use Nupic if your data has a temporal [time dependent] pattern in it, For example notes of a song, temperature during a day etc.
If you pattern is not temporal. and is represented fully by the data present at a point of time then you can use standard classification methods. Regards Chandan Regards Chandan 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 > -- Regards Chandan Maruthi
