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 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 represent properly the DAG.
>
> I need to map every child of every node, or I just need to know the
> (non-)descendants of every node ? Why ?
>
> Do you have any useful link that I can use ?
>
> Thank you guys anyway.
>
> PS: This is still me
> http://stackoverflow.com/questions/11482474/clojure-dag-bayesian-network#comment15165499_11482474
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en




-- 
Alexsandro Santos Soares, Prof. Dr.
Faculdade de Computação
Universidade Federal de Uberlândia - UFU - Sala 1B123
+55 (0xx34) 3239-4478

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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 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,
> 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 represent properly the DAG.
> 
> I need to map every child of every node, or I just need to know the 
> (non-)descendants of every node ? Why ?
> 
> Do you have any useful link that I can use ? 
> 
> Thank you guys anyway.
> 
> PS: This is still me 
> http://stackoverflow.com/questions/11482474/clojure-dag-bayesian-network#comment15165499_11482474
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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-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,
>> 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 represent properly the DAG.
>>
>> I need to map every child of every node, or I just need to know the 
>> (non-)descendants of every node ? Why ?
>>
>> Do you have any useful link that I can use ? 
>>
>> Thank you guys anyway.
>>
>> PS: This is still me 
>> http://stackoverflow.com/questions/11482474/clojure-dag-bayesian-network#comment15165499_11482474
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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,
> 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 represent properly the DAG.
>
> I need to map every child of every node, or I just need to know the 
> (non-)descendants of every node ? Why ?
>
> Do you have any useful link that I can use ? 
>
> Thank you guys anyway.
>
> PS: This is still me 
> http://stackoverflow.com/questions/11482474/clojure-dag-bayesian-network#comment15165499_11482474
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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 represent properly the DAG.

I need to map every child of every node, or I just need to know the 
(non-)descendants of every node ? Why ?

Do you have any useful link that I can use ? 

Thank you guys anyway.

PS: This is still me 
http://stackoverflow.com/questions/11482474/clojure-dag-bayesian-network#comment15165499_11482474

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en