[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] AI decision making systems
Subject: [computer-go] AI decision making systems
> Sometimes ago someone mentioned that besides the neural networks there are
> other AI systems to incorporate knowledge into a decesion making system.
Could
> someone elabrate on the subject? How are these systems implemented in
software?
MoyoGo uses patterns to store knowledge.
This only works when millions of patterns are stored that have
"cross-correlated" values. Those patterns again are used to reduce the input
space for a neural network.
I explain it here with some examples:
http://www.moyogo.com/patterns.htm
Instead of inputting a 9x9 matrix into a NN, you put only one real value
between 0..1 into it. That value is the "correlated pattern weight". This
value is the result of a few weeks of number crunching, which is still quite
good, considering the fact that millions of patterns are involved.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/