And a very interesting application of NNMF, didn't know it took so long to process the data (but then again, Matlab is usually slow)
Decomposing the Human Palate with Matrix Factorization
11–20 of 21 posts
Re: Decomposing the Human Palate with Matrix Factorization
#12I find this deeply depressing: "the most heavily studied problem in computer science: how to get people to buy more things".
Re: Decomposing the Human Palate with Matrix Factorization
#13Still, great walk through, it was frank and I loved it!
Re: Decomposing the Human Palate with Matrix Factorization
#14I find this deeply depressing: "the most heavily studied problem in computer science: how to get people to buy more things".
I don't find it depressing at all. I find it empowering. It's the vehicle we use to drive technological progress. We've figured out ways to have people voluntarily give us money to drive technological progress, and so far this has been phenomenally successful. I was just thinking this morning about NASA's use of AWS to crunch data. That was driven by Amazon's ability to get people to buy more things.
Re: Decomposing the Human Palate with Matrix Factorization
#15[1] www.Gastrograph.com [2] JasonCEC [at] ^above url
Re: Decomposing the Human Palate with Matrix Factorization
#16> In other words, matrix factorization is the real deal. It’s the stuff that separates true data scientists from charlatans — the data alchemists, data phrenologists, and data astrologers of the world I certainly hope this is sarcasm. Matrix factorization is, like, the go-to tool for people that don't know anything about what they are studying (i.e. it's the phrenologist's favorite weapon). Factor a matrix, throw the…
That would probably be the second thing people learn right after learning how to do some basic regression analysis.
Re: Decomposing the Human Palate with Matrix Factorization
#17> In other words, matrix factorization is the real deal. It’s the stuff that separates true data scientists from charlatans — the data alchemists, data phrenologists, and data astrologers of the world I certainly hope this is sarcasm. Matrix factorization is, like, the go-to tool for people that don't know anything about what they are studying (i.e. it's the phrenologist's favorite weapon). Factor a matrix, throw the…
I have a running joke with my machine learning friends that I will write a Data Science/ML book titled "A Thousand Ways to Say 'Singular Value Decomposition'". The number of papers and techniques out there that are SVD with a few minor tweaks and a unique philosophical interpretation of SVD is hilarious. Here are some examples: Principal Component Analysis - SVD does dimensionality reduction where some n% of variance…
Re: Decomposing the Human Palate with Matrix Factorization
#18Earlier quoted context omitted.
I have a running joke with my machine learning friends that I will write a Data Science/ML book titled "A Thousand Ways to Say 'Singular Value Decomposition'". The number of papers and techniques out there that are SVD with a few minor tweaks and a unique philosophical interpretation of SVD is hilarious. Here are some examples: Principal Component Analysis - SVD does dimensionality reduction where some n% of variance…
> One layer Autoencoder - SVD done by a neural network Not necessarily. Any serious user of autoencoders would apply some kind of L1 regularization or other sparsity constraint to the coefficients learned, so that the autoencoder does not learn the principal components of the data but instead learns an analogous sparse decomposition of the data (with the assumption that sparse representations have better generalizati…
Neural word embeddings are one of the most fun things I work with. Both word2vec as well as glove and paragraph vectors.
There's also the ability to learn varying length windows of phrases via recursive or convolutional methods.
Re: Decomposing the Human Palate with Matrix Factorization
#19Re: Decomposing the Human Palate with Matrix Factorization
#20> In other words, matrix factorization is the real deal. It’s the stuff that separates true data scientists from charlatans — the data alchemists, data phrenologists, and data astrologers of the world I certainly hope this is sarcasm. Matrix factorization is, like, the go-to tool for people that don't know anything about what they are studying (i.e. it's the phrenologist's favorite weapon). Factor a matrix, throw the…
I have a running joke with my machine learning friends that I will write a Data Science/ML book titled "A Thousand Ways to Say 'Singular Value Decomposition'". The number of papers and techniques out there that are SVD with a few minor tweaks and a unique philosophical interpretation of SVD is hilarious. Here are some examples: Principal Component Analysis - SVD does dimensionality reduction where some n% of variance…