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 questions from the last 365 days
2
votes
1
answer
60
views
What is the difference between well-defined problems and constraint satisfaction problems in AI?
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 ...
1
vote
2
answers
143
views
What is the exact difference between a fully RNN and an Elman Network?
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-...