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

                    Is there a general name for the setup in which payoffs are not known exactly but players try to influence each other's perception of the payoffs?Osborne, Nash equilibria and the correctness of beliefsIs there a name for this family of games (Binomial games?)?Perfect Bayesian EquilibriumCalculating mixed strategy equilibrium in battle of sexesPure Strategy SPNEIs there a commitment mechanism which allows players to achieve pareto optimal solutions?Extensive Form GamesAn $n$-player prisoner's dilemma where a coalition of 2 players is better off defectingTit-For-Stat Strategy Best RepliesPotential solutions of the $n$-player Prisoner's Dilemma

                    Is flight data recorder erased after every flight?When are black boxes used?What protects the location beacon (pinger) of a flight data recorder?Is there anywhere I can pick up raw flight data recorder information?Who legally owns the Flight Data Recorder?Constructing flight recorder dataWhy are FDRs and CVRs still two separate physical devices?What are the data elements shown on the GE235 flight data recorder (FDR) plot?Are CVR and FDR reset after every flight?What is the format of data stored by a Flight Data Recorder?How much data is stored in the flight data recorder per hour in a typical flight of an A380?Is a smart flight data recorder possible?

                    Rank groups within a grouped sequence of TRUE/FALSE and NAGrouping functions (tapply, by, aggregate) and the *apply familyCharacters counting and subletting specific patternsWhat is the purpose of setting a key in data.table?data.table vs dplyr: can one do something well the other can't or does poorly?how to make a bar plot for a list of dataframes?How to group by unique values in a list in RPandas - Alternative to rank() function that gives unique ordinal ranks for a columnRank within group in for loop in RData transformation: from dyadic to observational data in RGetting map from purrr to work with paste0