Live data from Hacker News

Generating Magic cards using deep, recursive neural networks

mtgsalvation.com

1–10 of 69 posts

Re: Generating Magic cards using deep, recursive neural networks

#4
post #3

> 3: add 2 to your mana pool Another card nerfed by the removal of mana burn! ( http://archive.wizards.com/magic/magazine/article.aspx?x=mtg... section 3, "Mana Pools and Mana Burn")

Combos with Power Artifact.

This thing is really cool. Also, he's using mtgjson.com, which I've used in the past and it's really awesome.

Re: Generating Magic cards using deep, recursive neural networks

#7
post #6

If I'm interested in Neural Networks, and I've mainly been working in web development (I know Java, C, and Python). Where would be a good place for me to start so that I can eventually make something like this project?

Andrej Karpathy's blog is excellent as a first introduction. Start with http://karpathy.github.io/neuralnets/

He also has a fantastic article specifically about recurrent neural networks here: http://karpathy.github.io/2015/05/21/rnn-effectiveness/

Re: Generating Magic cards using deep, recursive neural networks

#9
post #6

If I'm interested in Neural Networks, and I've mainly been working in web development (I know Java, C, and Python). Where would be a good place for me to start so that I can eventually make something like this project?

Matlab has a neural network toolbox that you can use to train small recurrent networks.

There is a book that I can link if you are interested.

Re: Generating Magic cards using deep, recursive neural networks

#10
post #6

If I'm interested in Neural Networks, and I've mainly been working in web development (I know Java, C, and Python). Where would be a good place for me to start so that I can eventually make something like this project?

Matlab has a neural network toolbox that you can use to train small recurrent networks. There is a book that I can link if you are interested.

I am interested :)
Post reply on HN