188
votes
25answers
6k views
What is the best Battleship AI?
Battleship!
Back in 2003, (when I was 17,) I competed in a Battleship AI coding competition. Even though I lost that tournament, I had a lot of fun and learned a lot from it.
Now, I would like to …
2
votes
0answers
28 views
Higher-order unification
I'm working on a higher-order theorem prover, of which unification seems to be the most difficult subproblem.
If Huet's algorithm is still considered state-of-the-art, does anyone have any links to …
6
votes
1answer
138 views
Homework: Information Gain and Entropy
I recently read this question regarding information gain and entropy. I think I have a semi-decent grasp on the main idea, but I'm curious as what to do with situations such as follows:
If we have a …
2
votes
8answers
217 views
How to pick a language for Artificial Intelligence Programming?
Hi, what is the best programming language for artificial intelligence purposes? Mind that using suggested language I must be able to employ any AI technique (or at least most of them).
Thanks.
6
votes
3answers
157 views
Face Recognition for classifying digital photos?
I like to mess around with AI and wanted to try my hand at face recognition the first step is to find the faces in the photographs. How is this usually done? Do you use convolution of a sample …
1
vote
3answers
59 views
Application of Artificial Intelligence in Semantic Web
Hello,
I need to write an essay or a research for the subject Artificial Intelligence. There are many possible topics I can choose from plus we are also allowed to write about any other topic of …
1
vote
3answers
38 views
Training Hidden Markov Models without Tagged Corpus Data
For a linguistics course we implemented Part of Speech (POS) tagging using a hidden markov model, where the hidden variables were the parts of speech. We trained the system on some tagged data, and …
1
vote
2answers
66 views
XOR problem solvable with 2x2x1 neural network without bias?
Is a Neural network with 2 input nodes, 2 hidden nodes and an output supposed to be able to solve the XOR problem provided there is no bias? Or can it get stuck?
2
votes
2answers
50 views
Backpropagation issues
I have a couple of questions about how to code the backpropagation algorithm of neural networks:
The topology of my networks is an input layer, hidden layer and output layer. Both the hidden layer …
-3
votes
4answers
175 views
Game Development & Artificial Intelligence With PHP
Hello All,
A friend of mine told me that it is possible to even create games with PHP.
Is that really possible?
Can we implement artificial intelligence using PHP?
Looking for your ideas.
…
5
votes
4answers
77 views
How to determine for which value artificial neuron will fire?
I'm trying to determine for the articial neuron shown below the values (0 or 1)
for the inputs i1, i2, and i3 for which it will fire (i0 is the input for the
bias weight and will always be -1).
The …
40
votes
15answers
1k views
What problems have you solved using artificial neural networks?
I'd like to know about specific problems you - the SO reader - have solved using artificial neural network techniques and what libraries/frameworks you used if you didn't roll your own.
Questions:
…
1
vote
3answers
100 views
How to implement AI for Puyo Puyo game?
Can someone give me some pointers on how I should implement the artificial intelligence (human vs. computer gameplay) for a Puyo Puyo game? Is this project even worth pursuing?
The point of the game …
3
votes
3answers
106 views
Genetics algorithms theoretical question
Hi All!
I'm currently reading "Artificial Intelligence: A Modern Approach" (Russell+Norvig) and "Machine Learning" (Mitchell) - and trying to learn basics of AINN.
In order to understand few basic …
6
votes
5answers
144 views
What is the difference between supervised learning and unsupervised learning?
In terms of artificial intelligence and machine learning.
Can you provide a basic, easy explanation with an example?
