BackPropagation Through Time and arbitrary dynamic system

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












BackPropagation Through Time (BPTT) is well established tool for training Recursive Neural Networks (RNN). The RNN (from my point of view) is a non-linear dynamic system, as it includes internal states and the activation functions are non-linear.



Therefore, BPTT should be viable option of training/adjusting parameters of any non-linear dynamic system. The motivation to change RNN for dynamic system, is that dynamic system may have desired physical representation (e.g. Equivalent Circuit in electronics) while RNN has hyper-parameters (usually not physically representable).



I have searched my university library and internet, but havent found any literature addressing the use of BPTT for other purpose than RNN training.




QUESTIONs:



1) Is there any problem, why BPTT is not used for fitting dynamic systems to measured data ?



2) If it is suitable, can you share any literature/examples/experience regarding the use of BPTT for training arbitrary (non-linear) dynamic system $fracdxdt=f_(x,y,t)$ with time-series data?







share|cite|improve this question























    up vote
    0
    down vote

    favorite












    BackPropagation Through Time (BPTT) is well established tool for training Recursive Neural Networks (RNN). The RNN (from my point of view) is a non-linear dynamic system, as it includes internal states and the activation functions are non-linear.



    Therefore, BPTT should be viable option of training/adjusting parameters of any non-linear dynamic system. The motivation to change RNN for dynamic system, is that dynamic system may have desired physical representation (e.g. Equivalent Circuit in electronics) while RNN has hyper-parameters (usually not physically representable).



    I have searched my university library and internet, but havent found any literature addressing the use of BPTT for other purpose than RNN training.




    QUESTIONs:



    1) Is there any problem, why BPTT is not used for fitting dynamic systems to measured data ?



    2) If it is suitable, can you share any literature/examples/experience regarding the use of BPTT for training arbitrary (non-linear) dynamic system $fracdxdt=f_(x,y,t)$ with time-series data?







    share|cite|improve this question





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      BackPropagation Through Time (BPTT) is well established tool for training Recursive Neural Networks (RNN). The RNN (from my point of view) is a non-linear dynamic system, as it includes internal states and the activation functions are non-linear.



      Therefore, BPTT should be viable option of training/adjusting parameters of any non-linear dynamic system. The motivation to change RNN for dynamic system, is that dynamic system may have desired physical representation (e.g. Equivalent Circuit in electronics) while RNN has hyper-parameters (usually not physically representable).



      I have searched my university library and internet, but havent found any literature addressing the use of BPTT for other purpose than RNN training.




      QUESTIONs:



      1) Is there any problem, why BPTT is not used for fitting dynamic systems to measured data ?



      2) If it is suitable, can you share any literature/examples/experience regarding the use of BPTT for training arbitrary (non-linear) dynamic system $fracdxdt=f_(x,y,t)$ with time-series data?







      share|cite|improve this question











      BackPropagation Through Time (BPTT) is well established tool for training Recursive Neural Networks (RNN). The RNN (from my point of view) is a non-linear dynamic system, as it includes internal states and the activation functions are non-linear.



      Therefore, BPTT should be viable option of training/adjusting parameters of any non-linear dynamic system. The motivation to change RNN for dynamic system, is that dynamic system may have desired physical representation (e.g. Equivalent Circuit in electronics) while RNN has hyper-parameters (usually not physically representable).



      I have searched my university library and internet, but havent found any literature addressing the use of BPTT for other purpose than RNN training.




      QUESTIONs:



      1) Is there any problem, why BPTT is not used for fitting dynamic systems to measured data ?



      2) If it is suitable, can you share any literature/examples/experience regarding the use of BPTT for training arbitrary (non-linear) dynamic system $fracdxdt=f_(x,y,t)$ with time-series data?









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Aug 2 at 9:56









      Martin G

      377




      377

























          active

          oldest

          votes











          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: "69"
          ;
          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2869897%2fbackpropagation-through-time-and-arbitrary-dynamic-system%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2869897%2fbackpropagation-through-time-and-arbitrary-dynamic-system%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?

          What is the equation of a 3D cone with generalised tilt?