Giter Club home page Giter Club logo

cortipy's People

Contributors

akhilaananthram avatar boltzmannbrain avatar oxtopus avatar rhyolight avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cortipy's Issues

handle very sparse fingerprints

The REST API sometimes returns very sparse fingerprints -- for very uncommon terms, but also some more frequent terms, e.g. "after". Theses sparsities are ~0.1%, where the target for the API is 1.0%. Some viable solutions to increase the sparsity are:

  1. randomly generate a fingerprint, as we do when the API gives a null response
  2. preserving the few returned bits, fill out the sparsity w/ random generation
  3. preserving the few returned bits, fill out the sparsity by returning the bits in closest (spatial) proximity to the returned bits

@subutai @scottpurdy what do you think?

Note: the previous HTTP API client, pycept, would scrap the returned bits and generate a new, random SDR at the target sparsity.

Suppress logging info

The Cortical.io API now includes a logger at level INFO, printing out [INFO] Starting new HTTP connection (1): api.cortical.io for every query. We would like to suppress this info from printing to the console.

Classification example

Add text classification example/tutorial, specifically using the NuPIC kNN classifier.

  • also gives NuPIC a much-needed classification demo
  • iPython walkthrough would be good

Cache specific retinas

Caching of data returned from queries to Cortical.io API should be specific to the retina.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.