One-Dimensional Convolutional Neural NetworkShould the depth on convolutional layers be set to a figure divisible by 2?How to input & pre-process images for a Deep Convolutional Neural Network?CNN'S are what?Understand the shape of this Convolutional Neural NetworkBackpropagation of convolutional neural network - confusionDo the filters in deconvolution layer same as filters in convolution?Examples for multi-input Convolutional Neural NetworkMulti-input Convolutional Neural Network for Images ClassificationComparison between addition and multiplication function in deep neural network?How do I send the results of a convolutional layer and non-deep-learning features into a dense layer in Keras?

Probably overheated black color SMD pads

Light propagating through a sound wave

What is the English word for a graduation award?

Can you move over difficult terrain with only 5 feet of movement?

Hausdorff dimension of the boundary of fibres of Lipschitz maps

What does Deadpool mean by "left the house in that shirt"?

Maths symbols and unicode-math input inside siunitx commands

Do US professors/group leaders only get a salary, but no group budget?

Calculate the frequency of characters in a string

How are passwords stolen from companies if they only store hashes?

Do I need to be arrogant to get ahead?

In what cases must I use 了 and in what cases not?

Can other pieces capture a threatening piece and prevent a checkmate?

What does "Four-F." mean?

Do native speakers use "ultima" and "proxima" frequently in spoken English?

Turning a hard to access nut?

Knife as defense against stray dogs

How can an organ that provides biological immortality be unable to regenerate?

PTIJ What is the inyan of the Konami code in Uncle Moishy's song?

Help rendering a complicated sum/product formula

Suggestions on how to spend Shaabath (constructively) alone

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

What is the significance behind "40 days" that often appears in the Bible?

What should I install to correct "ld: cannot find -lgbm and -linput" so that I can compile a Rust program?



One-Dimensional Convolutional Neural Network


Should the depth on convolutional layers be set to a figure divisible by 2?How to input & pre-process images for a Deep Convolutional Neural Network?CNN'S are what?Understand the shape of this Convolutional Neural NetworkBackpropagation of convolutional neural network - confusionDo the filters in deconvolution layer same as filters in convolution?Examples for multi-input Convolutional Neural NetworkMulti-input Convolutional Neural Network for Images ClassificationComparison between addition and multiplication function in deep neural network?How do I send the results of a convolutional layer and non-deep-learning features into a dense layer in Keras?













1












$begingroup$


Can someone explain how 'One-Dimensional Convolutional Neural Network' works. I do understand the 2-D for image but for 1-D how is the filer created. is it fixed 1-D filter within a specific time interval or the operation is the same as we convolve a signal with a filter in signal processing y = f*x










share|improve this question







New contributor




Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$
















    1












    $begingroup$


    Can someone explain how 'One-Dimensional Convolutional Neural Network' works. I do understand the 2-D for image but for 1-D how is the filer created. is it fixed 1-D filter within a specific time interval or the operation is the same as we convolve a signal with a filter in signal processing y = f*x










    share|improve this question







    New contributor




    Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.







    $endgroup$














      1












      1








      1





      $begingroup$


      Can someone explain how 'One-Dimensional Convolutional Neural Network' works. I do understand the 2-D for image but for 1-D how is the filer created. is it fixed 1-D filter within a specific time interval or the operation is the same as we convolve a signal with a filter in signal processing y = f*x










      share|improve this question







      New contributor




      Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.







      $endgroup$




      Can someone explain how 'One-Dimensional Convolutional Neural Network' works. I do understand the 2-D for image but for 1-D how is the filer created. is it fixed 1-D filter within a specific time interval or the operation is the same as we convolve a signal with a filter in signal processing y = f*x







      deep-learning time-series convolution






      share|improve this question







      New contributor




      Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      Am KiAm Ki

      82




      82




      New contributor




      Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Am Ki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$


          is it fixed 1-D filter within a specific time interval?




          Yes. The same as filters in 2D. Adjacent filters may even have no overlap with each other.



          1D CNN is almost the same as 2D CNN both mathematically and visually by setting the second dimension (either the horizontal or vertical one in visualizations) to 1. This way, 1D filters are placed (possibly with some overlap) in one dimension instead of 2D filters being spread in two dimensions.



          The below image shows a filter set with shared parameter $W$ covering the overlapping regions of the input.





          By shared parameter we mean $f_i=mboxReLU(mboxsum(W odot mboxregion_i))$, where $odot$ is a point-wise product between a region of input and $W$.






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



            );






            Am Ki is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47421%2fone-dimensional-convolutional-neural-network%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$


            is it fixed 1-D filter within a specific time interval?




            Yes. The same as filters in 2D. Adjacent filters may even have no overlap with each other.



            1D CNN is almost the same as 2D CNN both mathematically and visually by setting the second dimension (either the horizontal or vertical one in visualizations) to 1. This way, 1D filters are placed (possibly with some overlap) in one dimension instead of 2D filters being spread in two dimensions.



            The below image shows a filter set with shared parameter $W$ covering the overlapping regions of the input.





            By shared parameter we mean $f_i=mboxReLU(mboxsum(W odot mboxregion_i))$, where $odot$ is a point-wise product between a region of input and $W$.






            share|improve this answer











            $endgroup$

















              0












              $begingroup$


              is it fixed 1-D filter within a specific time interval?




              Yes. The same as filters in 2D. Adjacent filters may even have no overlap with each other.



              1D CNN is almost the same as 2D CNN both mathematically and visually by setting the second dimension (either the horizontal or vertical one in visualizations) to 1. This way, 1D filters are placed (possibly with some overlap) in one dimension instead of 2D filters being spread in two dimensions.



              The below image shows a filter set with shared parameter $W$ covering the overlapping regions of the input.





              By shared parameter we mean $f_i=mboxReLU(mboxsum(W odot mboxregion_i))$, where $odot$ is a point-wise product between a region of input and $W$.






              share|improve this answer











              $endgroup$















                0












                0








                0





                $begingroup$


                is it fixed 1-D filter within a specific time interval?




                Yes. The same as filters in 2D. Adjacent filters may even have no overlap with each other.



                1D CNN is almost the same as 2D CNN both mathematically and visually by setting the second dimension (either the horizontal or vertical one in visualizations) to 1. This way, 1D filters are placed (possibly with some overlap) in one dimension instead of 2D filters being spread in two dimensions.



                The below image shows a filter set with shared parameter $W$ covering the overlapping regions of the input.





                By shared parameter we mean $f_i=mboxReLU(mboxsum(W odot mboxregion_i))$, where $odot$ is a point-wise product between a region of input and $W$.






                share|improve this answer











                $endgroup$




                is it fixed 1-D filter within a specific time interval?




                Yes. The same as filters in 2D. Adjacent filters may even have no overlap with each other.



                1D CNN is almost the same as 2D CNN both mathematically and visually by setting the second dimension (either the horizontal or vertical one in visualizations) to 1. This way, 1D filters are placed (possibly with some overlap) in one dimension instead of 2D filters being spread in two dimensions.



                The below image shows a filter set with shared parameter $W$ covering the overlapping regions of the input.





                By shared parameter we mean $f_i=mboxReLU(mboxsum(W odot mboxregion_i))$, where $odot$ is a point-wise product between a region of input and $W$.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 19 hours ago

























                answered yesterday









                EsmailianEsmailian

                1,346113




                1,346113




















                    Am Ki is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Am Ki is a new contributor. Be nice, and check out our Code of Conduct.












                    Am Ki is a new contributor. Be nice, and check out our Code of Conduct.











                    Am Ki is a new contributor. Be nice, and check out our Code of Conduct.














                    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%2f47421%2fone-dimensional-convolutional-neural-network%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