Most Popular

1500 questions
9
votes
1 answer

What causes a model to require a low learning rate?

I've pondered this for a while without developing an intuition for the math behind the cause of this. So what causes a model to need a low learning rate?
9
votes
2 answers

What are the main advantages of using declarative programming languages for building AI?

What specific advantages of declarative languages make them more applicable to AI than imperative languages? What can declarative languages do easily that other languages styles find difficult for this kind of problem?
intcreator
  • 1,305
  • 2
  • 10
  • 15
9
votes
2 answers

What is the difference between search and planning?

I'm reading the book Artificial Intelligence: A Modern Approach (by Stuart Russell and Peter Norvig). However, I don't understand the difference between search and planning. I was more confused when I saw that some search problems can be determined…
8
votes
1 answer

Any interesting ways to combine Monte Carlo tree search with the minimax algorithm?

I've been working on a game-playing engine for about half a year now, and it uses the well known algorithms. These include minimax with alpha-beta pruning, iterative deepening, transposition tables, etc. I'm now looking for a way to include Monte…
8
votes
1 answer

Which problems in AI are not machine learning?

Which problems in AI are not machine learning? Which problems involve both AI and machine learning?
Adil Mustafa
  • 163
  • 1
  • 4
8
votes
2 answers

How to create a good fitness function?

In genetic algorithms, a function called "fitness" (or "evaluation") function is used to determine the "fitness" of the chromosomes. Creating a good fitness function is one of the challenging tasks in genetic algorithms. How would you create a good…
8
votes
1 answer

Which algorithm is used in the robot Sophia to understand and answers the questions?

Which algorithm is used in the robot Sophia to understand and answer the questions?
dua fatima
  • 323
  • 1
  • 3
  • 11
8
votes
1 answer

What are the current trends/open questions in logics for knowledge representation?

What are the future prospects in near future from a theoretical investigation of description logics, and modal logics in the context of artificial intelligence research?
mfioah
  • 81
  • 1
8
votes
4 answers

What are some examples of Statistical AI applications?

I believe that statistical AI uses inductive thought processes. For example, deducing a trend from a pattern, after training. What are some examples of successfully applied Statistical AI to real-world problems?
WilliamKF
  • 2,533
  • 1
  • 26
  • 31
8
votes
1 answer

Is Experience Replay like dreaming?

Drawing parallels between Machine Learning techniques and a human brain is a dangerous operation. When it is done successfully, it can be a powerful tool for vulgarisation, but when it is done with no precaution, it can lead to major…
16Aghnar
  • 601
  • 3
  • 11
8
votes
0 answers

Is there a difference in the architecture of deep reinforcement learning when multiple actions are performed instead of a single action?

I've built a deep deterministic policy gradient reinforcement learning agent to be able to handle any games/tasks that have only one action. However, the agent seems to fail horribly when there are two or more actions. I tried to look online for…
Rui Nian
  • 433
  • 4
  • 13
8
votes
3 answers

What is the difference between hypothesis space and representational capacity?

I am reading Goodfellow et al Deeplearning Book. I found it difficult to understand the difference between the definition of the hypothesis space and representation capacity of a model. In Chapter 5, it is written about hypothesis space: One way…
8
votes
3 answers

What kinds of problems can AI solve without using a deep neural network?

A lot of questions on this site seem to be asking "can I use X to solve Y?", where X is usually a deep neural network, and Y is often something already addressed by other areas of AI that are less well known? I have some ideas about this, but am…
8
votes
2 answers

Can machine learning be used to pass the Turing test?

Can we say that the Turing test aims to develop machines or methods to reach human-level performance in all cognitive tasks and that machine learning is one of these methods that can pass the Turing test?
steve
  • 81
  • 1
8
votes
2 answers

In what ways is the term "topology" applied to Artificial Intelligence?

I have only a general understanding of General Topology, and want to understand the scope of the term "topology" in relation to the field of Artificial Intelligence. In what ways are topological structure and analysis applied in Artificial…
DukeZhou
  • 6,209
  • 5
  • 27
  • 54