Re: [Computer-go] Fwd: mental imagery in Go

2015-08-02 Thread folkert
It is a collection of evaluations. They are applied to each cross. Then
the cross with the highest evaluation sum is chosen.

On Sat, Aug 01, 2015 at 09:11:29PM -0700, Igor Polyakov wrote:
> I'm very curious about your bot because I haven't seen how exactly it works.
> What algorithm does it use to generate moves?
> 
> On 2015-08-01 7:08, folkert wrote:
> >Hi,
> >
> >You can take a look at https://youtu.be/c3wbE1V4bTc
> >It shows the thought proces of my Go program called Stop:
> >http://www.vanheusden.com/stop/
> >
> >Note that it is, to say the leat, rather weak.
> >
> >
> >On Sat, Aug 01, 2015 at 02:46:49PM +1000, djhbrown . wrote:
> >>i'm looking for people with expertise in
> >>???art, ???
> >>computer graphics
> >>???,???
> >>and/or AI software to help me make a video series about mental imagery in
> >>Go, partly with a view to expressing mental images in the form of heuristic
> >>rules that a program could use to generate and evaluate candidate moves.
> >>
> >>any takers?
> >>
> >>https://www.youtube.com/watch?v=Om_CVAevU8o
> >>
> >>-- 
> >>???personal website 
> >>___
> >>Computer-go mailing list
> >>Computer-go@computer-go.org
> >>http://computer-go.org/mailman/listinfo/computer-go
> >
> >
> >Folkert van Heusden
> >
> 
> ___
> Computer-go mailing list
> Computer-go@computer-go.org
> http://computer-go.org/mailman/listinfo/computer-go


Folkert van Heusden

-- 
You've probably gotten really fed up with never winning in the Mega-
Millions lottery. Well, weep no longer: www.smartwinning.info tells
you everything that might help you deciding what numbers to choose.
With nice graphs and pretty animations!
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Fwd: mental imagery in Go

2015-08-01 Thread Ingo Althöfer

Hello,
 

> Not sure how deep down the rabbit hole you want to go, but you might 
> want to take a look at ...


perhaps also the following is interesting for you:

Visualisation of Candidate Moves
http://www.althofer.de/k-best-visualisations.html

Or you may like the following art work by Tanja Esser
http://www.althofer.de/aesthetics-beyond/go--tanja-esser.jpg
(The rights on these paintings are with me.)

Ingo.
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Fwd: mental imagery in Go

2015-08-01 Thread Igor Polyakov
I'm very curious about your bot because I haven't seen how exactly it 
works. What algorithm does it use to generate moves?


On 2015-08-01 7:08, folkert wrote:

Hi,

You can take a look at https://youtu.be/c3wbE1V4bTc
It shows the thought proces of my Go program called Stop:
http://www.vanheusden.com/stop/

Note that it is, to say the leat, rather weak.


On Sat, Aug 01, 2015 at 02:46:49PM +1000, djhbrown . wrote:

i'm looking for people with expertise in
???art, ???
computer graphics
???,???
and/or AI software to help me make a video series about mental imagery in
Go, partly with a view to expressing mental images in the form of heuristic
rules that a program could use to generate and evaluate candidate moves.

any takers?

https://www.youtube.com/watch?v=Om_CVAevU8o

--
???personal website 
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go



Folkert van Heusden



___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Fwd: mental imagery in Go

2015-08-01 Thread Steven Clark
Not sure how deep down the rabbit hole you want to go, but you might want
to take a look at convolutional neural networks and their applicability to
go, e.g.: http://arxiv.org/abs/1412.6564

They are used ubiquitously for image classification and object detection,
but people are looking at tying them to Go as well. They have some analogs
to biological image processing (gabor filters, etc.), but are not 1-to-1.
The tricky thing with respect to visualization, is that while
visualizations of lower-level layers in the network may make some sense,
higher-level layers don't visualize as nicely. Take a look at NVIDIA's
DIGITS project to see how they are visualizing.

On Sat, Aug 1, 2015 at 12:46 AM, djhbrown .  wrote:

> i'm looking for people with expertise in
> ​art, ​
> computer graphics
> ​,​
> and/or AI software to help me make a video series about mental imagery in
> Go, partly with a view to expressing mental images in the form of heuristic
> rules that a program could use to generate and evaluate candidate moves.
>
> any takers?
>
> https://www.youtube.com/watch?v=Om_CVAevU8o
>
> --
> ​personal website 
>
> ___
> Computer-go mailing list
> Computer-go@computer-go.org
> http://computer-go.org/mailman/listinfo/computer-go
>
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Fwd: mental imagery in Go

2015-08-01 Thread folkert
Hi,

You can take a look at https://youtu.be/c3wbE1V4bTc
It shows the thought proces of my Go program called Stop:
http://www.vanheusden.com/stop/

Note that it is, to say the leat, rather weak.


On Sat, Aug 01, 2015 at 02:46:49PM +1000, djhbrown . wrote:
> i'm looking for people with expertise in
> ???art, ???
> computer graphics
> ???,???
> and/or AI software to help me make a video series about mental imagery in
> Go, partly with a view to expressing mental images in the form of heuristic
> rules that a program could use to generate and evaluate candidate moves.
> 
> any takers?
> 
> https://www.youtube.com/watch?v=Om_CVAevU8o
> 
> -- 
> ???personal website 

> ___
> Computer-go mailing list
> Computer-go@computer-go.org
> http://computer-go.org/mailman/listinfo/computer-go



Folkert van Heusden

-- 
Want to finally win in the MegaMillions lottery? www.smartwinning.info
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

[Computer-go] Fwd: mental imagery in Go

2015-07-31 Thread djhbrown .
i'm looking for people with expertise in
​art, ​
computer graphics
​,​
and/or AI software to help me make a video series about mental imagery in
Go, partly with a view to expressing mental images in the form of heuristic
rules that a program could use to generate and evaluate candidate moves.

any takers?

https://www.youtube.com/watch?v=Om_CVAevU8o

-- 
​personal website 
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go