I just started looking at the cortical.io api. I have a question. The classification endpoint looks promising. But I don't really know what to do with it from the api docs? Can anyone point me to any examples of what to do with the filter once it is created?
- /classification/create_category_filter Thanks, Carin On Tue, Oct 20, 2015 at 8:19 PM, Carin Meier <[email protected]> wrote: > I just finished up some explorations with clojure/ stanford CoreNLP/ Weka > classification of Speech Acts. > blog post - > http://gigasquidsoftware.com/blog/2015/10/20/speech-act-classification-for-text-with-clojure/ > repo - https://github.com/gigasquid/speech-acts-classifier. > > I was planning on trying out using HTM.java next to see the difference. > Are there any resources/ papers already that compare tradeoffs between > using HTM vs standard Machine Learning Classification like Naive Bayes, > J48, Random Forest? > > - Carin > > > On Sat, Oct 17, 2015 at 11:36 AM, Matthew Taylor <[email protected]> wrote: > >> This would be a worthy HTM Challenge submission! I don't have time to >> work on it, so... free idea! >> >> --------- >> Matt Taylor >> OS Community Flag-Bearer >> Numenta >> >> On Fri, Oct 16, 2015 at 1:27 PM, cogmission (David Ray) < >> [email protected]> wrote: >> >>> For anyone interested in HTM.java, I am available as a resource for >>> ideas or questions. I normally hang out in the Gitter chat room (a chat >>> available by web browser and is used for a lot of Numenta communities.). >>> Here's the link: https://gitter.im/numenta/htm.java there is a general >>> chat room for NuPIC which is here: https://gitter.im/numenta/public >>> which is very active. >>> >>> Please feel free to avail yourself of all the different resources for >>> learning about HTM technology. I also have a blog which I just started but >>> has a ton of good links which are helpful to beginners here: >>> http://cogmission.ai (see the menu) >>> >>> Cheers, >>> David >>> >>> On Fri, Oct 16, 2015 at 2:37 PM, Carin Meier <[email protected]> >>> wrote: >>> >>>> Wow. I didn't realize there was HTM.Java. That makes my Clojure >>>> interop very happy. I will have to investigate and explore. >>>> >>>> Thanks! >>>> >>>> On Fri, Oct 16, 2015 at 3:33 PM, Matthew Taylor <[email protected]> >>>> wrote: >>>> >>>>> On Fri, Oct 16, 2015 at 12:14 PM, Carsten Schnober >>>>> <[email protected]> wrote: >>>>> > >>>>> > A way out of the Python world here might be to store the data after >>>>> > pre-processing in a simple text file >>>>> >>>>> >>>>> Or you can use HTM.Java! >>>>> >>>>> https://github.com/numenta/htm.java >>>>> >>>>> --------- >>>>> Matt Taylor >>>>> OS Community Flag-Bearer >>>>> Numenta >>>>> >>>>> >>>> >>> >>> >>> -- >>> *With kind regards,* >>> >>> David Ray >>> Java Solutions Architect >>> >>> *Cortical.io <http://cortical.io/>* >>> Sponsor of: HTM.java <https://github.com/numenta/htm.java> >>> >>> [email protected] >>> http://cortical.io >>> >> >> >
