PolymorphismPrince

PolymorphismPrince t1_iw5s7ba wrote

I really think there is no comparison between those in that AI art is far more important. GO is extremely complex, but working out a huge number of deeply complicated heuristics for playing is a difficult, but easy to envision process.

In the course of a year encoding so much of humanity's cultural output that one can generate original expressions of art that are just as complex and creative as what is made by humans? Surely that is on a completely different level?

I'm interested to see what you think though, and for example, what you think about the results in, say, starcraft, in comparison to GO.

19

PolymorphismPrince t1_ismncj6 wrote

For example, to find the entry in row 4 and column 3 of the matrix you get out of the product, you take all the entries in the fourth row of the first matrix, all the entries in the 3rd column of the second matrix, multiply those lists together in the way you were talking about in your comment, and then add up all those multiplications.

1