Most Popular
1500 questions
15
votes
2 answers
What is the difference between artificial intelligence and computational intelligence?
Having analyzed and reviewed a certain amount of articles and questions, apparently, the expression computational intelligence (CI) is not used consistently and it is still unclear the relationship between CI and artificial intelligence…

quintumnia
- 1,183
- 1
- 10
- 34
15
votes
3 answers
What is a "trajectory" in reinforcement learning?
I'm now learning about reinforcement learning, but I just found the word "trajectory" in this answer.
However, I'm not sure what it means. I read a few books on the Reinforcement Learning but none of them mentioned it. Usually these introductionary…

Blaszard
- 1,027
- 2
- 11
- 25
15
votes
1 answer
What is the fringe in the context of search algorithms?
What is the fringe in the context of search algorithms?

tahasozgen
- 287
- 1
- 2
- 7
15
votes
1 answer
Who first coined the term Artificial Intelligence?
Who first coined the term Artificial Intelligence? Is there a published research paper that first used that term?

WilliamKF
- 2,493
- 1
- 24
- 31
15
votes
3 answers
How much energy consumption is involved in Chat GPT responses being generated?
I note this question was deemed off-topic, so I'm trying to clearly frame this question in terms of scope of response I'm interested in, namely ethics and sustainability issues associated with the soon-to-be proliferation of OpenAI Chat GPT types of…

wide_eyed_pupil
- 251
- 1
- 1
- 5
15
votes
1 answer
What language is the GPT-3 engine written in?
I know that the API is python based, but what's the gpt-3 engine written in mostly? C? C++? I'm having some trouble finding this info.

Otherness
- 275
- 1
- 2
- 6
15
votes
3 answers
What kind of word embedding is used in the original transformer?
I am currently trying to understand transformers.
To start, I read Attention Is All You Need and also this tutorial.
What makes me wonder is the word embedding used in the model. Is word2vec or GloVe being used? Are the word embeddings trained from…

Bert Gayus
- 545
- 3
- 12
15
votes
4 answers
Why do activation functions need to be differentiable in the context of neural networks?
Why should an activation function of a neural network be differentiable? Is it strictly necessary or is it just advantageous?
user3642
15
votes
2 answers
What is the difference between active learning and online learning?
The definitions for these two appear to be very similar, and frankly, I've been only using the term "active learning" the past couple of years. What is the actual difference between the two? Is one a subset of the other?

David
- 293
- 2
- 5
15
votes
5 answers
What is the idea called involving an AI that will eventually rule humanity?
It's an idea I heard a while back but couldn't remember the name of. It involves the existence and development of an AI that will eventually rule the world and that if you don't fund or progress the AI then it will see you as "hostile" and kill you.…

Displaza
- 153
- 1
- 5
15
votes
4 answers
Why did machine learning only become viable after Nvidia's chips were available?
I listened to a talk by a panel consisting of two influential Chinese scientists: Wang Gang and Yu Kai and others.
When being asked about the biggest bottleneck of the development of artificial intelligence in the near future (3 to 5 years), Yu Kai,…

Lerner Zhang
- 877
- 1
- 7
- 19
15
votes
2 answers
Why is it called Latent Vector?
I just learned about GAN and I'm a little bit confused about the naming of Latent Vector.
First, In my understanding, a definition of a latent variable is a random variable that can't be measured directly (we needs some calculation from other…

malioboro
- 2,729
- 3
- 20
- 46
14
votes
3 answers
What are the differences between A* and greedy best-first search?
What are the differences between the A* algorithm and the greedy best-first search algorithm? Which one should I use? Which algorithm is the better one, and why?

Marosh Fatima
- 375
- 1
- 3
- 10
14
votes
3 answers
What are the specific requirements of the Turing test?
What are the specific requirements of the Turing test?
What requirements if any must the evaluator fulfill in order to be qualified to give the test?
Must there always be two participants in the conversation (one human and one computer) or can…

Luke
- 253
- 1
- 6
14
votes
2 answers
Is there any scientific/mathematical argument that prevents deep learning from ever producing strong AI?
I read Judea Pearl's The Book of Why, in which he mentions that deep learning is just a glorified curve fitting technology, and will not be able to produce human-like intelligence.
From his book there is this diagram that illustrates the three…

Graviton
- 261
- 3
- 7