artificial-intelligence
Artificial neural networks
I want to know whether Artificial Neural Networks can be applied to discrete values inputs? I know they can be applied to continuous valued inputs, but can they be applied to discrete valued ones? Als[详细]
2023-04-06 02:23 分类:问答Looking for a way to optimize this algorithm for parsing a very large string
The following class parses through a very large string (an entire novel of text) and breaks it into consecutive 4-character strings that are stored as a Tuple. Then each tuple can be assigned a probab[详细]
2023-04-05 14:39 分类:问答Reason for the development of First Order Logic and PDDL
This might be a naive question, but i am really interested to know why logic was developed to be used in AI. In particular, what was the need to develop first order logic and PDDL in AI, 开发者_Go百科[详细]
2023-04-05 04:24 分类:问答English to babel-lang
Recently I was checking up on some AI possibilities and found out about babel-lang, which seems to be an interesti开发者_如何学运维ng concept.[详细]
2023-04-04 13:42 分类:问答A* pathfinding guaranteed to find shortest path?
Is the A* path finding algorithm guaranteed to find the shortest path 100% or the time, if implemented correctly?[详细]
2023-04-04 07:37 分类:问答Rational agents
In the book \"Artificial Intelligence: A Modern Approach\", Norvig and Russell define a rational agent as follows:[详细]
2023-04-04 01:19 分类:问答How to make the application intelligent to grade answers?
I am adding a feature to an application in which the students answer questions that are more descriptive in nature. I am curious to know if there\'s a way to make the system \"smart\" enough to grade[详细]
2023-04-03 22:54 分类:问答How do I define a fitness function?
I\'m working on a project which will have a select开发者_运维技巧ed set of data and each data will have different attributes. I will need to use a fitness function to choose the data that best matches[详细]
2023-04-03 08:48 分类:问答Separation and pattern matching techniques
I am new to Artificial Neural Networks. I am interested in an application like this: I have a significantly large set of objects. Each object has six properties, denoted by P1–P6.Each proper[详细]
2023-04-03 05:04 分类:问答Logic programming in C
I am trying to implement some AI planning algorithms in C, but got stuck with the basic concept :) Before jumping to the main problem, I tried implementing some small framework that would support prop[详细]
2023-04-02 15:15 分类:问答