2
votes
1answer
151 views

What is the appropriate Machine Learning Algorithm for this scenario?

I am working on a Machine Learning problem which looks like this: Input Variables Categorical a b c d Continuous e Output Variables Discrete(Integers) v x y ...
0
votes
1answer
466 views

Bayesian network and fuzzy logic

Can anyone give me an example of a Bayesian network and fuzzy logic being used in intrusion detection? I'm struggling to figure out how it can be used. And any code on it? Thanks guys.
1
vote
3answers
191 views

References for Bayesian and Neural networks

What are the best tutorials you found so far about Neural and Bayesian networks? I don't need books but, instead, some basic introduction to understand and use related libraries.
1
vote
1answer
927 views

difference between artificial neural network and Bayesian network

I am a student working on an internship project where in we are using Bayesian networks to predict a possible outcome from a given set of discrete parent variables.We now intend to use artificial ...
6
votes
3answers
4k views

What is the relationship between bayesian and neural networks?

I'm looking for computationally heavy tasks to implement with CUDA and wonder if neural networks or bayesian networks might apply. This is not my question, though, but rather what the relation between ...