Live data from Hacker News

Probability Chip

technologyreview.com

11–20 of 28 posts

Re: Probability Chip

#12
post #10

One step closer. http://en.wikipedia.org/wiki/Technology_in_The_Hitchhiker%27...

There's a single-quote missing in your link after Hitchhiker and before the letter s: http://en.wikipedia.org/wiki/Technology_in_The_Hitchhiker + ' + s_Guide_to_the_Galaxy (looks like HN comment filters it out)

Thanks!

Re: Probability Chip

#14
I'm curious how they deal with probabilities very close to 1 or 0. Usually when people are doing bayesian things with probabilities they work in logistic space so that the precision of values close to 1 or 0 is effectively unbounded. That seems like a hard thing to do with an analog circuit.

Re: Probability Chip

#19
Isn't this just the revenge of the analog computer?

Not saying it's a bad idea... I'm really for the idea of revisiting assumptions in computer design.

Re: Probability Chip

#20

I'm curious how they deal with probabilities very close to 1 or 0. Usually when people are doing bayesian things with probabilities they work in logistic space so that the precision of values close to 1 or 0 is effectively unbounded. That seems like a hard thing to do with an analog circuit.

The founder's thesis mentions that they use a linearizer in their analog circuit, but all that does is give the same precision over the entire logical value range from 0 to 1 (by that I mean the same amount of voltage swing equals the same amount of "logic value change" anywhere in the range).

I suppose they could use a "non-linearizer" to put more of the precision near 0 and 1, but it would come at the expense of precision in the middle. The less voltage swing is involved, the more susceptible you are to noise from various sources.

Post reply on HN