For questions related to the design of AI agents, algorithms, or models. If your question is about designing neural networks, reward functions, or fitness functions, you can use the associated more specific tags "neural-network-design", "reward-design" and "fitness-design", respectively.
Questions tagged [ai-design]
292 questions
6
votes
1 answer
How important is true randomness in AI designs?
How important is true (non-pseudo) randomness in Artificial Intelligence designs? Is there any chance that pseudo-randomness could be a barrier to more successful designs?

dynrepsys
- 1,363
- 11
- 22
5
votes
1 answer
State of the art and possible development of judging AIs in laws field
I'd like a general explanation of that in AIs that were to mimic judges, prosecutors or lawyers, on very general terms they would act on this way for each case:
A judge AI would give a verdict, having the following input:
All sources of law that…

Jesús Gómez
- 161
- 2
5
votes
2 answers
Feasibility of an AI assistant to expedite game development?
Basically, an AI that can create, rig, and texture 3d models and game environments (by extrapolating from collections of reference models, according to user input), and that can set up physics and mechanics (assuming that the AI has access to a 3d…

Sebastian Hahn
- 119
- 2
4
votes
2 answers
What model to use for fully unbalanced data?
I am working on an anti-fraud project. In the project, we are trying to predict the fraud user in the out time data set. But the fraud user has a very low ratio, only 3%. We expect a model with a precision more than 15%.
I tried Logistic Regression,…

BerSerK
- 141
- 2
3
votes
2 answers
Is "emotion" ever used in AI?
Is "emotion" ever used in AI?
Psychologists have a lot to say about emotion and it's functional utility for survival - but I've never seen any AI research that uses something resembling "emotion" inside an algorithm. (Yes, there's some work done on…

Steven Sagona
- 221
- 3
- 9
3
votes
1 answer
What are the (general) sizes of AlphaGo and Deep Blue?
I'm trying to get a gauge on just how big the programs and databases are these automata. I understand that this is a changing number, particularly in regard to Machine Learning.
Q: How large was Deep Blue when it beat Gary Kasparov?
Q: How big was…

DukeZhou
- 6,227
- 5
- 25
- 53
3
votes
2 answers
How to make a bot to learn from previous games
How to train a bot, given a series of games in which he did (initially random) actions, to improve its behavior based on previous experiences?
The bot has some actions: e.g. shoot, wait, move, etc. It's a turn based "game" in which, for know, I'm…

hhaamm
- 143
- 3
3
votes
0 answers
What can model everything?
I've been thinking about what "mathematical model" can be used to model every possible thing (including itself).
Examples: a simple neuron network models a function but doesn't model an algorithm. A list of instructions models an algorithm but…

RationalFragile
- 31
- 3
3
votes
1 answer
How to handle multiple types of decisions?
In lots of games there are multiple phases or decision points that are not similar yet seem to have a dependency on one another when taking the perspective of the overall strategy of the player. A couple examples I thought up:
In a simple draw…

paul_roland
- 31
- 3
2
votes
1 answer
How is creativity generated in a currently rule based neural network?
I recently became interested in how creativity is generated in NN. My understanding of NNs is that the output always known, given that it they are trained with target values, but how does one train a network to be creative, I mean in such cases…

Carlton Banks
- 131
- 4
1
vote
0 answers
How to approach abstract art image AI captioning
I tried sachin/vit2distilgpt2 to caption an abstract image I have, and it seemed to output a blank string for the caption. I'm new to this, but my goal is to caption some of my abstract artwork - for instance describe the colors, sharpness,…

I like to code
- 111
- 1
1
vote
3 answers
Can a program that requires feedback be considered an AI?
If I create a program which takes an input, gives an output and then requires a response to let it know whether the answer it gave was any good does it count as AI?
If not, what is the process of AI? Does it not always need specific parameters? For…

Alanay
- 21
- 2
1
vote
1 answer
Excel in multiple formats
I want to use AI to extract data from spreadsheets in different format.
Example
Shop Name Product 1. Product 2. Product 3.
Shop Name
Product 1.
Product 2.
Product 3.
We will teach the algorithm the name of the profits and shops but it needs to…

Glenn Channon
- 11
- 1
1
vote
0 answers
Can an AI simulate someone that is diagnosed as "Special Needs"?
Do you think it would be possible to train an AI in such a way as to mimic/simulate someone that is diagnosed as "Special Needs"?
Why? Most diagnosis and treatments for people today are subjective, sure it's what a group of like-minded…

Alz
- 11
- 1
1
vote
0 answers
Has any research been done to solve word searches with AI?
A simple word search seems too simple to solve with a computer AI. But what I'm interested is how human's solve it. They build up strategies over the course of solving the puzzle. For example:
1) first just look to see if any words "jump out".
2)…

zooby
- 2,206
- 1
- 13
- 22