unsupervised-learning Questions
1
Background
I am trying to fit a topic model with the following data and specification documents=140 000, words = 3000, and topics = 15. I am using the package topicmodels in R (3.1.2) on a Windows ...
Fridge asked 26/1, 2015 at 16:52
2
I want my Restricted Boltzmann Machine to learn a new representation of real-valued data (see: Hinton - 2010 - A Practical Guide to Training RBMs). I'm struggling with an implementation of Gaussian...
Concoct asked 7/7, 2013 at 9:11
2
Solved
The wikipedia article on determining the number of clusters in a dataset indicated that I do not need to worry about such a problem when using hierarchical clustering. However when I tried to use s...
Byre asked 26/8, 2015 at 9:18
1
Solved
I constructed a couple of Hidden Markov Models using the Baum-Welch algorithm for an increasing number of states. I noticed that after 8 states, the validation score goes down for more than 8 state...
Lesseps asked 7/7, 2015 at 12:37
1
Solved
I would like to design a deep net with one (or more) convolutional layers (CNN) and one or more fully connected hidden layers on top.
For deep network with fully connected layers there are methods ...
Specs asked 15/7, 2014 at 7:47
2
Solved
I am using Convolutional Neural Networks (Unsupervised Feature learning to detect features + Softmax Regression Classifier) for image classification. I have gone through all the tutorials by Andrew...
Photodrama asked 1/7, 2014 at 12:9
3
My scenario is pretty straightforwrd: I have a bunch of news articles (~1k at the moment) for which I know that some cover the same story/topic. I now would like to group these articles based on sh...
Fritts asked 10/8, 2014 at 11:39
1
Solved
I have about a thousand potential survey items as a vector of strings that I want to reduce to a few hundred. Normally when we talk about data reduction, we have actual data. I administer the items...
Pederast asked 16/6, 2014 at 11:14
5
Solved
I'm having trouble with some of the concepts in machine learning through neural networks. One of them is backpropagation. In the weight updating equation,
delta_w = a*(t - y)*g'(h)*x
t is the "...
Telpher asked 20/3, 2013 at 3:12
7
I'm trying to program a k-means algorithm in Java. I have calculated a number of arrays, each of them containing a number of coefficients. I need to use a k-means algorithm in order to group all th...
Dislike asked 28/6, 2009 at 21:22
1
I already have a way of clustering my graph, so the process of clustering isn't the issue here. What I want to do is, once we have all the nodes clustered - to draw the clustered graph in Python, s...
Debenture asked 22/5, 2013 at 14:37
2
Solved
I'm looking for an overview of the state-of-the-art methods that
find temporal patterns (of arbitrary length) in temporal data
and are unsupervised (no labels).
In other words, given a steam/se...
Earthen asked 7/8, 2012 at 21:6
1
Solved
Can anyone explain what the major differences between the prcomp and princomp functions are?
Is there any particular reason why I should choose one over the other? In case this is relevant, the ty...
Sized asked 10/1, 2013 at 0:57
1
Solved
I have built a semi-supervised version of NLTK's Naive Bayes in Python based on the EM (expectation-maximization algorithm). However, in some iterations of EM I am getting negative log-likeli...
Billiebilling asked 23/10, 2012 at 13:55
2
Solved
First up, this is most certainly homework (so no full code samples please). That said...
I need to test an unsupervised algorithm next to a supervised algorithm, using the Neural Network toolbox i...
Recoup asked 9/10, 2012 at 3:46
© 2022 - 2024 — McMap. All rights reserved.