Skip to main content

Questions tagged [comparison]

For questions that involve the comparison of two AI concepts, terms or expressions. An example of such a question is: how does machine learning compare to deep learning?

2 votes
1 answer
60 views

I’m studying basic concepts in Artificial Intelligence problem formulation, and I’m trying to understand the difference between a well-defined problem and a constraint satisfaction problem (CSP). I am ...
testdricer's user avatar
1 vote
2 answers
143 views

What is the exact difference between a fully RNN and an Elman Network? I have my lecture notes defining the Elman Network as \begin{align} \textbf{s}(t) &= \textbf{W} \textbf{x}(t) + \textbf{a}(t-...
mafe's user avatar
  • 11