Ian Danforth

Results 22 issues of Ian Danforth

This class needs to be ported and integrated.

Scott removed the initialize method from the python impl. We should be able to get away without it in the js as well.

The duty cycle and boosting logic are not yet implemented these should be ported from the python spatial pooler implementation.

The local inhibition path is not implemented. This should be ported from the python spatial pooler implementation.

The examples provided don't work out of the box when run from the command line. They do work when run as part of a notebook, this makes me suspect there...

documentation

Many apps will require their users to be authenticated. An example of how to add auth (e.g. google auth) to a rekit app would be an extremely useful addition to...

enhancement

``` js function* demo() { var res = yield 10; assert(res === 32); return 42; } var d = demo(); var resA = d.next(); // => {value: 10, done: false}...

Typos 'NvlexAllocBuffer' 'NvlexMap' Other issues NvFlexCreateSolver call has too few arguments n is not in scope Vec4 is not in scope. etc.