artificial-intelligence
Approach to coding a lot of different AI's?
I\'m currently working on a game. There will be quite a few different AI\'s, one for every enemy. How do I go about implementing this? Do I make a base class, from which I derive开发者_高级运维 a cla[详细]
2023-03-18 12:15 分类:问答What's the point of the threshold in a perceptron?
I\'m having trouble seeing what the threshold actually does in a single-layer perceptron. The data is usually separated no matter what the value of the threshold is. It seems a lower thre开发者_运维问[详细]
2023-03-17 00:45 分类:问答How can modle search in a matrix with bee algorithm?
I am trying to use Bee algorithm for searching in a matrix. for example we have an matrix with 100*100 size.[详细]
2023-03-16 07:07 分类:问答iOS Gesture recognition utilizing accelerometer (and gyroscope)
I would like to detect gestures on an iOS device using the accelerometer and perhaps the gyroscope. The Application should detect movements like drawin开发者_如何学JAVAg a circle or a rectangle in the[详细]
2023-03-15 23:52 分类:问答How to fix premature convergence in simple GA (Python)?
Yesterday i started exploring the genetic algorithms, and when i ended up with some basic theory, i tried to write simple GA on Python, that solves Diophantine equation. I\'m new to Python and GAs, so[详细]
2023-03-15 20:41 分类:问答How to understand where robot is in the space by 2 images
I try to teach my robot to walk in a confined space that it doesn\'t know.The robot has some sensors.It must to go to some point in the space and find the way to return to the start position.[详细]
2023-03-15 18:22 分类:问答How to implement AIML in Prolog?
AIML files: http://www.alicebot.org/aiml/aaa/ I want to make these AIML files the knowledge base of my Prolog program.[详细]
2023-03-15 16:51 分类:问答Getting occupancy bit masks for bitboards
I\'m playing with bitboards to represent a chess board and check for legal moves. The thing that I\'m stuck with is calculation of occupancy between the source and destination squares in sliding piece[详细]
2023-03-15 15:05 分类:问答To which weight is the correction added in a perceptron?
I\'m experimenting with single-layer perceptrons, and I think I understand (mostly) everything. However, what I don\'t unders开发者_Python百科tand is to which weights the correction (learning rate*err[详细]
2023-03-15 05:14 分类:问答Querying an IEnumerable for objects with like attributes and within a certain time threshold
I have an IEnumerable full of objects that we are using to represent user actions. This is for the ultimate goal of displaying a list of the most recent actions taken in the system. This list can get[详细]
2023-03-13 18:11 分类:问答