Skip to main content

Questions tagged [tranformation]

0 votes
1 answer
60 views

Say we have the data as follows Input ...
Punreach Rany's user avatar
2 votes
2 answers
3k views

I have a sparse matrix beside my data. I think these data could be beneficial but because it is sparse in usual usage is useless. Is there any method to transform it? for example, PCA, do you have any ...
parvij's user avatar
  • 791
0 votes
2 answers
191 views

How I can transform my target variable(Y)? As it is list, I cann`t use it for fitting model, because I must use integers for fitting.
lemon's user avatar
  • 205
-1 votes
1 answer
342 views

Suppose that we have a dataset of 2 samples : [{1,2,0}, {2,0,0}, {3,1,1}, {4,0,1}, {5,1,1}] (the last element of each row is the class variable) If we want to ...
Anas EL KORCHI's user avatar
1 vote
1 answer
1k views

I am reading this paper. Convolutional Neural Networks define an exceptionally powerful class of models, but are still limited by the lack of ability to be spatially invariant to the input data ...
Green Falcon's user avatar
  • 14.4k