Re: DAG (Direct Acyclic Graph) and Bayesian Network help

2012-08-09 Thread Alexsandro Soares
Hi Simone, You can look at the code made ​​by Cory Giles at https://github.com/gilesc/factor-graph Good luck. Alexsandro 2012/7/14 Simone Mosciatti > Hi guys, > I'm trying to develop a Bayesian Network just "for fun" XD > > My first problem is to understand how represent the graph

Re: DAG (Direct Acyclic Graph) and Bayesian Network help

2012-08-08 Thread Chas Emerick
I just published an announcement regarding Raposo: https://github.com/cemerick/raposo/blob/master/README.md My apologies, - Chas -- http://cemerick.com [Clojure Programming from O'Reilly](http://www.clojurebook.com) On Jul 14, 2012, at 1:24 PM, Walter van der Laan wrote: > Chas Emerick did a

Re: DAG (Direct Acyclic Graph) and Bayesian Network help

2012-07-14 Thread Simone Mosciatti
Yes, I already saw that... But without code doesn't help so much... On Saturday, July 14, 2012 7:24:41 PM UTC+2, Walter van der Laan wrote: > > Chas Emerick did a presentation on this: > http://blip.tv/clojure/chas-emerick-modeling-the-world-probabilistically-using-bayesian-networks-in-clojure-59

Re: DAG (Direct Acyclic Graph) and Bayesian Network help

2012-07-14 Thread Walter van der Laan
Chas Emerick did a presentation on this: http://blip.tv/clojure/chas-emerick-modeling-the-world-probabilistically-using-bayesian-networks-in-clojure-5961126 But AFAIK the "raposo" library has not been published yet. On Saturday, July 14, 2012 4:20:17 PM UTC+2, Simone Mosciatti wrote: > > Hi guys

DAG (Direct Acyclic Graph) and Bayesian Network help

2012-07-14 Thread Simone Mosciatti
Hi guys, I'm trying to develop a Bayesian Network just "for fun" XD My first problem is to understand how represent the graph necessary a DAG. I come out with something : https://gist.github.com/3111539 (Very very first stage I just finish to write this code) But I have some question to how rep