Skip to main content

Questions tagged [feature-scaling]

The tag has no usage guidance.

0 votes
0 answers
9 views

Feature scaling for recurrent auto encoder network

I have 5 dimensional input to my model. The model in question is recurrent autoencoder there were are talking about unsupervised learning. Those features are physical variables, and for my purposes it ...
klobaska soslaninou's user avatar
0 votes
0 answers
19 views

How should uncertainties be treated when scaling data for optimisation

I have a large dataset for which I am using Bayesian statistics for parameter estimation and model selection (using MultiNest for more detail). This involves setting a prior over which the nested ...
shram's user avatar
  • 33
0 votes
0 answers
11 views

Do we need to scale the encoded data also? [duplicate]

I have a dataset with both categorical and numerical values. First I encoded the categorical data using one-hot encoding. Then the next step is to feature scaling. For that, I am going to use ...
Riyaji Samasundara's user avatar
0 votes
0 answers
66 views

Data scaling for hidden Markov models?

I understand that scaling data is important for certain machine learning algorithms, and the idea makes sense. I've found this great description of the processes here https://ourcodingclub.github.io/...
Jcarroll's user avatar
3 votes
2 answers
99 views

Obtain one single growth curve from various replicates in a growth experiment

I am performing a yeast growth experiment measuring areas of growth across a time interval, therefore having area (%) as my dependent variable and time (min) as my independent variable. I have three ...
Paolo Vallejo Janeta's user avatar
0 votes
0 answers
43 views

What to do after fitting regression model on scaled data? [duplicate]

I have created a multiple-linear regression model on some data. The different explanatory variables were all in different units, so it seemed appropriate to scale the data. I've fitted a model and the ...
Ewan McGregor's user avatar
0 votes
0 answers
83 views

Understanding the Normalization/Standardization of geospatial coordinates

I'm building a neural network to predict future [latitude,longitude,altitude], and am having trouble dealing with the features. I've reviewed the answers to the ...
LivelyECDSA's user avatar
0 votes
1 answer
43 views

Dealing with 0's in loglog regression by using indicator functions I(x > 0)?

Assume we want to estimate the following model $y = e^{\beta_0} * x_1^{\beta_1} * x_2{\beta_3}$ which we can linearize into $\log(y) = \beta_0 + \beta_1 * \log x_1 + \beta_2 * \log x_2$ Assume that ...
richard baws's user avatar
0 votes
0 answers
30 views

loglog regression with 0's in IV's

Assume we have 2 predictors $X_1$ and $X_2$ and an outcome $Y$ that we wish to model with the following function $y = e^{\beta_0} * X_1 ^{\beta_1} * X_2^{\beta_2}$ Also assume that we have some priors ...
richard baws's user avatar
0 votes
0 answers
38 views

Interpretation of parameters in loglog-regression with scaled variables

Consider e.g the model $y = e^{\text{trend} + \text{seasonality}} \cdot \prod_{k \in \text{channels}} x_k^{b_k}$ where $i$ constrained $0 < b_k < 1$ (to capture diminishing marginal returns) ...
pete lewis's user avatar
0 votes
0 answers
117 views

Do we need to scale our features before applying ICA, like in PCA?

I am reasonably certain that we don't need to scale data before applying ICA, like we do for the PCA. In PCA we do this because it assumes normal distribution of the features, and in ICA we don't ...
Emile Zäkiev's user avatar
4 votes
1 answer
1k views

Why feature scaling does not affect prediction output in regression?

I was modelling a linear regression (OLS) and tried using scaling techniques on the predictor variables. I could see the range of the variables change, however the prediction results remain the same. ...
Patrick Priyadharshan's user avatar
1 vote
1 answer
96 views

Do you lose information when you encode numerical columns with two values?

Sometimes I have numerical columns that are composed of two unique values. For example, a value from the set $\{0.1, 5.4\}$ in every cell, or $\{-1, 0\}$ in every cell. I typically scale these columns ...
Connor's user avatar
  • 655
0 votes
1 answer
30 views

Scaling by percentage - is this appropriate given this situation?

Let's say I have a range of formulations, and each formulation contains a different starting rate of water "x", and I want to test how fast the formula dries out over time (ie. loss of water ...
dustedcat's user avatar
2 votes
1 answer
540 views

Do we lose information when we normalize an image? [closed]

Before training a machine learning algorithms, it is advisable to perform feature scaling. Suppose we have a "toy" dataset where each image is composed of two pixels $x_0$ and $x_1$. Lets ...
ado sar's user avatar
  • 477

15 30 50 per page
1
2 3 4 5
11