machine-learning
After reducing the dimensionality of a dataset, I am getting negative feature values
I used a Dimensionality Reduction method (discussion here: Random projection algorithm pseudo code) on a large dataset.[详细]
2023-04-06 14:46 分类:问答Random projection algorithm pseudo code
I am trying to apply Random Projections method on a very sparse dataset. I found papers and tutorials about Johnson Lindenstrauss method, but every one of them is full of equations which makes no mean[详细]
2023-04-06 10:55 分类:问答Architecture & Essential Components of StumbleUpon's Recommendation Engine
I would like to know how stumbleupon recommends articles for its users?. Is it using a neural network or some sort of machine-learning algorithms or is it actually recommending articles based on wha[详细]
2023-04-06 08:51 分类:问答Is there any K-NN implementation that uses Johnson Lindenstrauss Lemma?
I wonde开发者_StackOverflow社区r if there is a K-NN implementation uses this method. Python or Ruby will be more than great.[详细]
2023-04-05 21:48 分类:问答Java-R integration?
I have a Java app which needs to perform partial least squares regression. It would appear there are no Java implementations of PLSR out there. Weka might have had something like it at some point, but[详细]
2023-04-05 17:11 分类:问答How to calculate distance when we have sparse dataset in K nearest neighbour
I am implementing K nearest neighbour algorithm for a very sparse data. I want to calculate the distance between a test instance and each sample in the training set, but I am confused.[详细]
2023-04-05 13:45 分类:问答Matlab debugging - beginner level
I am a total beginner in Matlab and trying to write some Machine Learning Algorithms in Matlab. I would really appreciate it if someone can help me in debugging this code.[详细]
2023-04-05 06:41 分类:问答Sparse coding in Python [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-05 05:15 分类:问答Hundreds of RegEx on one string
In followup to my previous question Hundreds of RegEx on one string I ended up with a regex like following[详细]
2023-04-04 13:23 分类:问答When would we extract verb phrases from a text?
I have come across plenty of material on extracting noun phrases from text. Noun phrases were defined as adjacent NN/NNS/NNP/NNPS modified by an optional JJ. It is easy to note that noun phrases are e[详细]
2023-04-04 13:00 分类:问答