0
votes
1answer
6 views
AIML pattern matching - howto?
Hello.
I'm having a problem trying to understand how does AIML pattern matching works.
What's the difference between _ and *? And how I should use them to get the best match?
I have this document …
0
votes
2answers
77 views
Can Dancing Links be applied to this CSP?
Can the Dancing Links implementation of Knuth's Algorithm X be used to solve this CSP? In this game the first and last number are always already in the board and I belive there's only one solution to …
0
votes
4answers
132 views
Data Mining, Statistics, Collective Intelligence and AI Algorithms Books and Programming Resources
In my effort to continuously improve myself, I decided to learn about Data Mining, Statistics, Collective Intelligence and AI Algorithms, and well, that sort of stuff.
What are the free ebooks, and …
0
votes
1answer
15 views
QLearning and never-ending episodes
Let's imagine we have an (x,y) plane where a robot can move. Now we define the middle of our world as the goal state, which means that we are going to give a reward of 100 to our robot once it reaches …
0
votes
4answers
88 views
Random Decision Algorithm
I am making a simple AI and I am really new to this realm. What I need is an algorithm to make some sort of decisions based on some parameters; but with a little bit of randomness. What I have been …
5
votes
2answers
56 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?
8
votes
5answers
790 views
Neural Network example in .NET
Hi.
Any good tutorial with source that will demonstrate how to develop neural network (step bay step for dummies ;-))
3
votes
2answers
46 views
How can I apply multithreading to the backpropagation neural network training?
For my university project I am creating a neural network that can classify the likelihood that a credit card transaction is fraudulent or not. I am training with backpropagation. I am writing this …
1
vote
4answers
62 views
Limiting Thread Execution Processor Cycles in Java
Hey,
I'm writing an AI-testing Framework for a competition. Participants submit a Bot class which matches a given Interface. Then all the bots play a turn-based game. On every turn, I want to do …
4
votes
7answers
663 views
How to code an artificial neural network (Tic-tac-toe)?
Hello!
I want to play Tic-tac-toe using an artificial neural network. My configuration for the network is as follows:
For each of the 9 fields, I use 2 input neuron. So I have 18 input neurons, of …
2
votes
3answers
46 views
Continuous output in Neural Networks
How can I set Neural Networks so they accept and output a continuous range of values instead of a discrete ones?
From what I recall from doing a Neural Network class a couple of years ago, the …
1
vote
4answers
80 views
Applications of Unification?
What are (practical) applications of
Unification ? Where it is been
used in real world?
I couldn't get the whole idea of what it is really about and why its considered as a part of Artificial …
5
votes
7answers
144 views
How to recognize rectangles in this image?
Hi,
I have a image with horizontal and vertical lines. In fact, this image is the BBC website converted to horizontal and vertical lines.
My problem is that I want to be able to find all the …
4
votes
5answers
197 views
An algorithm for a drawing and painting robot - any tips?
Algorithm for a drawing and painting robot -
Hello
I want to write a piece of software which analyses an image, and then produces an image which captures what a human eye perceives in the original …
1
vote
3answers
107 views
Any python Support Vector Machine library around that allows online learning?
I do know there are some libraries that allow to use Support vector Machines from python code, but I am looking specifically for libraries that allow one to teach it online (this is, without having to …
