Tedb0t

Results 39 comments of Tedb0t

Sure—however, that would mean two independent callbacks that are hard to collate. I get the `onChange` with a new `layout` but with no explicit info about how the layout changed,...

Strongly agree. I had also looked a bit into the possibilities of linking up the view with the web inspector (see http://reality.hk/2014/01/10/debugging-javascriptcore-using-safari-web-inspector/) but sadly don't have the time to get...

Do you mean import the trained data into the NN on an Arduino (or wherever)? In principal, sure; instead of using `randomizeWeights` to initialize the edge weights, you'd just write...

You have to implement a specific architecture to train XOR, it's not just fully-connected layer-by-layer: http://www.mind.ilstu.edu/curriculum/artificial_neural_net/xor_problem_and_solution.php Is there any reason you felt you needed to create a new library rather...

Sure, makes sense :)

I've been working on this for the past day. I am trying this: https://github.com/maxkferg/meteor-facebook-collections/issues/5, but still haven't gotten it to work. It's definitely a timing issue.

I've been trying the autorun approach (Meteor 1.0.2) but haven't been able to get it to work at all yet. For one thing, the autorun doesn't run again when the...

Seconding this, I'm getting `unable to resolve dependency tree` when trying to install on a new React project...

I'd really love to get an end-to-end tutorial... my understanding of both Lambda and OAuth is still rudimentary, and there are some important puzzle pieces I'm missing.