K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
1–10 of 19 posts
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#2I'd encourage you to add some examples here, even if they're dumbed down. Without that, the article is not telling me what's been achieved through the process.
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#3> I just didn’t want to mix my M:tG findings with this tutorial so that readers who are into Data Science but not into the game won’t be bored. I'd encourage you to add some examples here, even if they're dumbed down. Without that, the article is not telling me what's been achieved through the process.
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#4> I just didn’t want to mix my M:tG findings with this tutorial so that readers who are into Data Science but not into the game won’t be bored. I'd encourage you to add some examples here, even if they're dumbed down. Without that, the article is not telling me what's been achieved through the process.
It's visible on the notebook, but I will add them to the article if more people insist. I'm still kinda new to writing, and wasn't sure if it would make the article better or worse. As a summary, I can tel you one of the clusters learned all about elves and green cards, there was a cluster that played Tron, and so on.
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#5> I just didn’t want to mix my M:tG findings with this tutorial so that readers who are into Data Science but not into the game won’t be bored. I'd encourage you to add some examples here, even if they're dumbed down. Without that, the article is not telling me what's been achieved through the process.
It's visible on the notebook, but I will add them to the article if more people insist. I'm still kinda new to writing, and wasn't sure if it would make the article better or worse. As a summary, I can tel you one of the clusters learned all about elves and green cards, there was a cluster that played Tron, and so on.
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#6Earlier quoted context omitted.
It's visible on the notebook, but I will add them to the article if more people insist. I'm still kinda new to writing, and wasn't sure if it would make the article better or worse. As a summary, I can tel you one of the clusters learned all about elves and green cards, there was a cluster that played Tron, and so on.
a picture says a thousand words, I was hoping to see the clusters with discussion of your findings.
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#7> I just didn’t want to mix my M:tG findings with this tutorial so that readers who are into Data Science but not into the game won’t be bored. I'd encourage you to add some examples here, even if they're dumbed down. Without that, the article is not telling me what's been achieved through the process.
It's visible on the notebook, but I will add them to the article if more people insist. I'm still kinda new to writing, and wasn't sure if it would make the article better or worse. As a summary, I can tel you one of the clusters learned all about elves and green cards, there was a cluster that played Tron, and so on.
I want to see what happened next, but working through an ipython notebook is a big ask, heh
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#8> I just didn’t want to mix my M:tG findings with this tutorial so that readers who are into Data Science but not into the game won’t be bored. I'd encourage you to add some examples here, even if they're dumbed down. Without that, the article is not telling me what's been achieved through the process.
It's visible on the notebook, but I will add them to the article if more people insist. I'm still kinda new to writing, and wasn't sure if it would make the article better or worse. As a summary, I can tel you one of the clusters learned all about elves and green cards, there was a cluster that played Tron, and so on.
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#9Earlier quoted context omitted.
It's visible on the notebook, but I will add them to the article if more people insist. I'm still kinda new to writing, and wasn't sure if it would make the article better or worse. As a summary, I can tel you one of the clusters learned all about elves and green cards, there was a cluster that played Tron, and so on.
Unless I'm blind, I don't actually see the notebook checked into the GitHub repo.
Re: K-Means Clustering: Unsupervised Learning Applied on Magic:The Gathering
#10[1] https://pdfs.semanticscholar.org/d42b/b5ad2d03be6d8fefa63d25...
Edit: Thinking about it more, you could treat the cards in each deck as a bag of words and run LDA on it. Alternatively create an embedding (just keep in mind skip-grams aren't meaningful for decks of cards) and cluster those.