For general questions about the field of AI. Academic, industry, etc.
Questions tagged [ai-field]
19 questions
103
votes
9 answers
What is the difference between artificial intelligence and machine learning?
These two terms seem to be related, especially in their application in computer science and software engineering.
Is one a subset of another?
Is one a tool used to build a system for the other?
What are their differences and why are they…

intcreator
- 1,325
- 2
- 10
- 15
24
votes
8 answers
What is artificial intelligence?
What is the definition of artificial intelligence?

Rana Wasif
- 369
- 1
- 6
11
votes
1 answer
When did Artificial Intelligence research first start?
When did research into Artificial Intelligence first begin? Was it called Artificial Intelligence then or was there another name?

WilliamKF
- 2,493
- 1
- 24
- 31
11
votes
3 answers
Why spend so much time and money to build AIs to play games?
I was reading about John McCarthy and his orthodox vision of Artificial Intelligence. To me, it seems like he was not very much in favour of resources (like time and money) being used to make AIs play games like Chess. Instead, he wanted more to…

Suraj Shah
- 155
- 11
9
votes
2 answers
Why is depth-first search an artificial intelligence algorithm?
I'm new to the artificial intelligence field. In our first chapters, there is one topic called "problem-solving by searching". After searching for it on the internet, I found the depth-first search algorithm. The algorithm is easy to understand, but…

himari
- 93
- 5
4
votes
1 answer
Is AI just a bunch of library functions?
Recently, I began reading more about AI and took a few basic courses to learn the basics of how it works. I also started a few projects involving AI, but get bored very quickly. To me, it feels like creating an AI project just feels like finding a…

FluffyGhost8
- 43
- 3
4
votes
1 answer
Is case-based reasoning a machine learning technique?
A few years ago when I was in university, I had implemented (for my final year project) an Itinerary Planning System, which incorporates an AI technique called "case-based reasoning".
Is case-based reasoning a machine learning technique or an AI…

John Joe
- 143
- 4
3
votes
1 answer
If expert systems are a bunch of if-then-else statements, then how are they termed as AI?
An artificial intelligence (AI) is often defined as something that can learn over time and can imitate human behaviors.
If an Expert system (e.g. MYCIN) that only involves if-then-else statements qualifies to be an AI, then every program we write in…

Himanshuman
- 139
- 5
3
votes
3 answers
What is the name of an AI system that learns by trial and error?
Imagine a system that controls dampers in a complex vent system that has an objective to perfectly equalize the output from each vent. The system has sensors for damper position, flow at various locations and at each vent. The system is initially…

SchroedingersCat
- 205
- 2
- 5
3
votes
4 answers
How can one distinguish between an AI and a "sufficiently advanced algorithm"?
Any sufficiently advanced algorithm is indistinguishable from AI.---Michael Paulukonis
According to What are the minimum requirements to call something AI?, there are certain requirements that a program must meet to be called AI.
However,…

Left SE On 10_6_19
- 1,660
- 9
- 23
3
votes
1 answer
Which fields of AI are actively researching consciousness?
Max Tegmark discusses the topic of consciousness in his book Life 3.0 and comes to the conclusion, that consciousness is substrate independent. If his analysis is correct, it should be possible to create artificial consciousness. The integrated…

Demento
- 1,684
- 1
- 7
- 26
1
vote
1 answer
Does rule-based image processing count as AI?
I'm quite new to the field of AI and I currently find it hard to precisely inclose the broad field of AI. Especially the aspect of image processing isn't quite clear to me.
So far I've done rule-based approaches with image processing, e.g. things…

konrad1795
- 13
- 3
1
vote
3 answers
How much statistics is involved in AI?
I am a 3rd-year math major, who is interested in computer science, particularly algorithms and competitive programming (did some olympiads in high school, ACM ICPC in university, etc.), and I have been meaning to get into AI.
I have all the…

cppcoder
- 119
- 3
0
votes
1 answer
What noteworthy contributions have Chinese AI researchers made in the field of artificial intelligence?
In recent years, China has made rapid progress in manufacturing and scientific research, as evidenced by their successful teleportation of a single quantum entangled photon to a satellite in orbit.
My question is, what major contributions have…

Seth Simba
- 1,176
- 1
- 11
- 29
0
votes
1 answer
What other Machine Learning techniques other than Neural Networks are there?
I know that there are three types of machine learning algorithms, supervised, unsupervised, and reinforcement learning, and that often neural networks are used to implement them. However, neural networks is said to be a subfield of machine learning,…

akastack
- 3
- 3