Tagged Questions
The dimensionality-reduction tag has no wiki summary.
1
vote
1answer
35 views
Scatter plot of handwritten digits
I want to create a scatter plot of handwritten digits of 0 and 1 (http://yann.lecun.com/exdb/mnist/). I took 4 samples ie two 0's and two 1's.
Each handwritten digits are having pixel values having ...
1
vote
1answer
54 views
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.
After reducing the dimension from 1000 to 50, I get my new dataset where each ...
1
vote
1answer
213 views
Non-Dimensionalization Mathematica
I have a set of coupled equations for the variables H, W, P, & T (below) that I need to non-dimensionalize. Is there a way of achieving this in Mathematica as doing it manually is proving ...
1
vote
2answers
152 views
Reducing Dimension For SVM in Sensor Network
I am looking for some suggestions on a problem that I am currently facing.
I have a set of sensor say S1-S100 which is triggered when some event E1-E20 is performed. Assume, normally E1 triggers ...
0
votes
3answers
72 views
Clustering: a training dataset of variable data dimensions
I have a dataset of n data, where each data is represented by a set of extracted features. Generally, the clustering algorithms need that all input data have the same dimensions (the same number of ...
0
votes
0answers
77 views
Dividing Query on Geospatial Index
I'm looking into storing geospatial information using a geohash-like index, perhaps using Hilbert curves. My question is regarding how best to split up area queries on such an index.
This article for ...
0
votes
0answers
12 views
Non linear Dimensionality Reduction using DRL
I am Working with DRL package for non linear dimensionality reduction. I want to move the main code with matlab to this code as it is written in C++. I would first like to compare the functionality. ...