TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

BayesDB: A probabilistic programming platform

222 pointsby erwanalmost 8 years ago

8 comments

afpxalmost 8 years ago
Anyone doing probabilistic programming with big data? I started experimenting with probabilistic programming frameworks several years ago, but couldn&#x27;t get it to scale to the level of data I&#x27;m working with (~6 dimensions ~100 trillion vectors), or even a small fraction of that. But, I&#x27;m sure it&#x27;s being done in scientific circles somewhere.<p>Are there communities to collaborate on probabilistic programming? It seems like he domain knowledge is obscure enough that all the good information is locked up in the big corporations and academics.
评论 #14730243 未加载
评论 #14731578 未加载
3pt14159almost 8 years ago
Welcome to the project I&#x27;ve been waiting for <i>years</i> to get out of alpha. It&#x27;s frustrating. If I had a hundred million dollars I&#x27;d burn a couple million getting this funded. It seems like it will be useful to humanity.
评论 #14730420 未加载
mayneackalmost 8 years ago
previous discussions:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6864339" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6864339</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10750900" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10750900</a>
jarymalmost 8 years ago
I can imagine this could be really great wrapped up as a Postgres extension
stanfordkidalmost 8 years ago
This sounds kind of similar to the stuff this startup called &quot;Prior Knowledge&quot; was working on prior to being acquired by Salesforce: <a href="https:&#x2F;&#x2F;www.crunchbase.com&#x2F;organization&#x2F;prior-knowledge#&#x2F;entity" rel="nofollow">https:&#x2F;&#x2F;www.crunchbase.com&#x2F;organization&#x2F;prior-knowledge#&#x2F;ent...</a>
indescions_2017almost 8 years ago
Glad to see this is out as well! Using probabilistic frameworks has the potential to eliminate a lot of the human error which can easily enter a large simulation. It&#x27;s fair to say in the future probabilistic modules will become part of every standard library in every programming language, and distribution sampling functions will be as common as trig functions in a math library.<p>I am curious though how I would build up large queries in the BQL (SQL-like query language) or MML (meta-modeling language). For the orbital example, we conceivably only have a relatively low dimensional space. But what about a Bayes net for investigating genetic variants in a large genomic population? Doesn&#x27;t this quickly become intractable?
评论 #14729548 未加载
kensaialmost 8 years ago
Is there a comparison of its accuracy against traditional methods? Admittedly, this machine assisted modeling sounds really interesting.
elvinyungalmost 8 years ago
They really missed out on an opportunity to call it <i>DataBayes</i>.