For questions about applications of Artificial Intelligence (and Machine Learning) algorithms.
Questions tagged [applications]
184 questions
56
votes
11 answers
What are some well-known problems where neural networks don't do very well?
Background: It's well-known that neural networks offer great performance across a large number of tasks, and this is largely a consequence of their universal approximation capabilities. However, in this post I'm curious about the…

ABIM
- 535
- 1
- 6
- 15
35
votes
6 answers
Is it possible to train the neural network to solve math equations?
I'm aware that neural networks are probably not designed to do that, however asking hypothetically, is it possible to train the deep neural network (or similar) to solve math equations?
So given the 3 inputs: 1st number, operator sign represented by…

kenorb
- 10,423
- 3
- 43
- 91
18
votes
3 answers
How do I choose the best algorithm for a board game like checkers?
How do I choose the best algorithm for a board game like checkers?
So far, I have considered only three algorithms, namely, minimax, alpha-beta pruning, and Monte Carlo tree search (MCTS). Apparently, both the alpha-beta pruning and MCTS are…

JoeyB
- 467
- 1
- 5
- 15
18
votes
5 answers
What exactly are genetic algorithms and what sort of problems are they good for?
I've noticed that a few questions on this site mention genetic algorithms and it made me realize that I don't really know much about those.
I have heard the term before, but it's not something I've ever used, so I don't have much idea about how they…

Disenchanted Lurker
- 833
- 9
- 18
17
votes
2 answers
When is deep learning overkill?
For example, for classifying emails as spam, is it worthwhile - from a time/accuracy perspective - to apply deep learning (if possible) instead of another machine learning algorithm? Will deep learning make other machine learning algorithms like…

Alexander
- 293
- 1
- 8
16
votes
3 answers
Are there any applications of reinforcement learning other than games?
Is there a way to teach reinforcement learning in applications other than games?
The only examples I can find on the Internet are of game agents. I understand that VNC's control the input to the games via the reinforcement network. Is it possible…

Mark Markrowave Charlton
- 357
- 2
- 9
14
votes
1 answer
How could I use reinforcement learning to solve a chess-like board game?
I invented a chess-like board game. I built an engine so that it can play autonomously. The engine is basically a decision tree. It's composed by:
A search function that at each node finds all possible legal moves
An evaluation function that…

Pigna
- 295
- 2
- 6
12
votes
1 answer
What are the fundamental differences between VAE and GAN for image generation?
Starting from my own understanding, and scoped to the purpose of image generation, I'm well aware of the major architectural differences:
A GAN's generator samples from a relatively low dimensional random variable and produces an image. Then the…

Alexander Soare
- 1,319
- 2
- 11
- 26
12
votes
1 answer
What are all the different kinds of neural networks used for?
I found the following neural network cheat sheet (Cheat Sheets for AI, Neural Networks, Machine Learning, Deep Learning & Big Data).
What are all these different kinds of neural networks used for? For example, which neural networks can be used for…

Dee
- 1,283
- 1
- 11
- 35
11
votes
3 answers
How is Bayes' Theorem used in artificial intelligence and machine learning?
How is Bayes' Theorem used in artificial intelligence and machine learning?
As a high school student, I will be writing an essay about it, and I want to be able to explain Bayes' Theorem, its general use, and how it is used in AI or ML.

Murat Kaan Meral
- 111
- 1
- 4
10
votes
4 answers
Can an AI be trained to generate the outline of a story?
I know that one of the recent fads right now is to train a neural network to generate screenplays and new episodes of e.g. the Friends or The Simpsons, and that's fine: it's interesting and might be the necessary first steps toward making programs…

bsideswiped
- 211
- 1
- 4
10
votes
4 answers
Is AI programming useful in everyday programs?
I'm curious about Artificial Intelligence. In my regular job, I develop standard applications, like websites with basic functionalities, like user subscription, file upload, or forms saved in a database.
I mainly know of AI being used in games or…

tomahim
- 203
- 1
- 6
9
votes
2 answers
What are the biggest barriers to get RL in production?
I am studying the state of the art of Reinforcement Learning, and my point is that we see so many applications in the real world using Supervised and Unsupervised learning algorithms in production, but I don't see the same thing with Reinforcement…

Alexandre Krul
- 103
- 5
9
votes
2 answers
Could there be existential threats to humanity due to AI?
We are doing research, spending hours figuring out how we can make real AI software (intelligent agents) to work better. We are also trying to implement some applications e.g. in business, health and education, using the AI technology.
Nonetheless,…

quintumnia
- 1,183
- 1
- 10
- 34
9
votes
2 answers
Is the expert system still in use today?
In my country, the Expert System class is mandatory, if you want to take the AI specialization in most universities. In class, I learned how to make a rule-based system, forward chaining, backward chaining, Prolog, etc.
However, I have read…

malioboro
- 2,729
- 3
- 20
- 46