Data normalization in nonstationary data classification with Learn++.NSE based on MLP The 2019 Stack Overflow Developer Survey Results Are InWhen to use (He or Glorot) normal initialization over uniform init? And what are its effects with Batch Normalization?Standardization/Normalization test data in RExplanation for MLP classification probabilityRecommendations for Motif Based Classification of Time Series with PythonAudio Spectrum Normalization for NeuralNetwork ClassificationNeural Networks with out normalizationFeature selection with many Time stamp data and Model classificationClassification/Prediction based on Multivariate Time SeriesNormalization set dataFinancial Time Series data normalization
How to Override Magento 2 vendor files
Flying Bloodthirsty Lampshades
Inflated grade on resume at previous job, might former employer tell new employer?
Return to UK after being refused entry years previously
Is this food a bread or a loaf?
Does the shape of a dice affect the probability of a number being rolled?
What do hard-Brexiteers want with respect to the Irish border?
Did Section 31 appear in Star Trek: The Next Generation?
Is flight data recorder erased after every flight?
How long do I have to send my income tax payment to the IRS?
How to notate time signature switching consistently every measure
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
Loose spokes after only a few rides
Does a dangling wire really electrocute me if I'm standing in water?
Are USB sockets on wall outlets live all the time, even when the switch is off?
Can the Protection from Evil and Good spell be used on the caster?
What is the most effective way of iterating a std::vector and why?
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
A poker game description that does not feel gimmicky
Patience, young "Padovan"
On the insanity of kings as an argument against monarchy
Apparent duplicates between Haynes service instructions and MOT
I see my dog run
Data normalization in nonstationary data classification with Learn++.NSE based on MLP
The 2019 Stack Overflow Developer Survey Results Are InWhen to use (He or Glorot) normal initialization over uniform init? And what are its effects with Batch Normalization?Standardization/Normalization test data in RExplanation for MLP classification probabilityRecommendations for Motif Based Classification of Time Series with PythonAudio Spectrum Normalization for NeuralNetwork ClassificationNeural Networks with out normalizationFeature selection with many Time stamp data and Model classificationClassification/Prediction based on Multivariate Time SeriesNormalization set dataFinancial Time Series data normalization
$begingroup$
I need to predict technical aggregate condition using vibration monitoring data. We consider this data to be nonstationary i.e. distribution parameters and descriptive statistics are not constant. I found that one of the best algorithms for such tasks in Learn++.NSE and we us it with MLP as a base classifier.
As I know, it's necessary no normalize data for operations with ANN. We decided to normalize using mean, stdev and sigmoidal function. We train networks of ensemble with sets with different values distribution parameters.
So, my questions are the following
- How to normalize new trainig set during previous networks evaluation? Problem is in description statistics change
- How to normalize input data while ensemble usage? Current statistics differ from the previous ones.
neural-network time-series normalization
$endgroup$
add a comment |
$begingroup$
I need to predict technical aggregate condition using vibration monitoring data. We consider this data to be nonstationary i.e. distribution parameters and descriptive statistics are not constant. I found that one of the best algorithms for such tasks in Learn++.NSE and we us it with MLP as a base classifier.
As I know, it's necessary no normalize data for operations with ANN. We decided to normalize using mean, stdev and sigmoidal function. We train networks of ensemble with sets with different values distribution parameters.
So, my questions are the following
- How to normalize new trainig set during previous networks evaluation? Problem is in description statistics change
- How to normalize input data while ensemble usage? Current statistics differ from the previous ones.
neural-network time-series normalization
$endgroup$
add a comment |
$begingroup$
I need to predict technical aggregate condition using vibration monitoring data. We consider this data to be nonstationary i.e. distribution parameters and descriptive statistics are not constant. I found that one of the best algorithms for such tasks in Learn++.NSE and we us it with MLP as a base classifier.
As I know, it's necessary no normalize data for operations with ANN. We decided to normalize using mean, stdev and sigmoidal function. We train networks of ensemble with sets with different values distribution parameters.
So, my questions are the following
- How to normalize new trainig set during previous networks evaluation? Problem is in description statistics change
- How to normalize input data while ensemble usage? Current statistics differ from the previous ones.
neural-network time-series normalization
$endgroup$
I need to predict technical aggregate condition using vibration monitoring data. We consider this data to be nonstationary i.e. distribution parameters and descriptive statistics are not constant. I found that one of the best algorithms for such tasks in Learn++.NSE and we us it with MLP as a base classifier.
As I know, it's necessary no normalize data for operations with ANN. We decided to normalize using mean, stdev and sigmoidal function. We train networks of ensemble with sets with different values distribution parameters.
So, my questions are the following
- How to normalize new trainig set during previous networks evaluation? Problem is in description statistics change
- How to normalize input data while ensemble usage? Current statistics differ from the previous ones.
neural-network time-series normalization
neural-network time-series normalization
asked Dec 25 '17 at 10:37
Alexander OkunevAlexander Okunev
202
202
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Batch normalization is critical technique for fast learning
speed and generalization [8]. In this paper, batch temporal
normalization layer is proposed for stationarity of input
time series.
https://arxiv.org/pdf/1708.02635.pdf
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f25985%2fdata-normalization-in-nonstationary-data-classification-with-learn-nse-based-o%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Batch normalization is critical technique for fast learning
speed and generalization [8]. In this paper, batch temporal
normalization layer is proposed for stationarity of input
time series.
https://arxiv.org/pdf/1708.02635.pdf
$endgroup$
add a comment |
$begingroup$
Batch normalization is critical technique for fast learning
speed and generalization [8]. In this paper, batch temporal
normalization layer is proposed for stationarity of input
time series.
https://arxiv.org/pdf/1708.02635.pdf
$endgroup$
add a comment |
$begingroup$
Batch normalization is critical technique for fast learning
speed and generalization [8]. In this paper, batch temporal
normalization layer is proposed for stationarity of input
time series.
https://arxiv.org/pdf/1708.02635.pdf
$endgroup$
Batch normalization is critical technique for fast learning
speed and generalization [8]. In this paper, batch temporal
normalization layer is proposed for stationarity of input
time series.
https://arxiv.org/pdf/1708.02635.pdf
answered Feb 27 at 9:59
Dong-Hyun KwakDong-Hyun Kwak
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f25985%2fdata-normalization-in-nonstationary-data-classification-with-learn-nse-based-o%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown