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










1












$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



  1. How to normalize new trainig set during previous networks evaluation? Problem is in description statistics change

  2. How to normalize input data while ensemble usage? Current statistics differ from the previous ones.









share|improve this question









$endgroup$
















    1












    $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



    1. How to normalize new trainig set during previous networks evaluation? Problem is in description statistics change

    2. How to normalize input data while ensemble usage? Current statistics differ from the previous ones.









    share|improve this question









    $endgroup$














      1












      1








      1





      $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



      1. How to normalize new trainig set during previous networks evaluation? Problem is in description statistics change

      2. How to normalize input data while ensemble usage? Current statistics differ from the previous ones.









      share|improve this question









      $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



      1. How to normalize new trainig set during previous networks evaluation? Problem is in description statistics change

      2. How to normalize input data while ensemble usage? Current statistics differ from the previous ones.






      neural-network time-series normalization






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 25 '17 at 10:37









      Alexander OkunevAlexander Okunev

      202




      202




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $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






          share|improve this answer









          $endgroup$













            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
            );



            );













            draft saved

            draft discarded


















            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









            0












            $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






            share|improve this answer









            $endgroup$

















              0












              $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






              share|improve this answer









              $endgroup$















                0












                0








                0





                $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






                share|improve this answer









                $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







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 27 at 9:59









                Dong-Hyun KwakDong-Hyun Kwak

                1




                1



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

                    Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

                    Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High