what is filter and kernel_size? [closed] Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsWhy do convolutional neural networks work?What are the pros and cons of zero padding in a convolution layer?Filter dimensionality in ConvNNsHow to check for dead relu neuronsCNN'S are what?TensorFlow: number of channels of conv1d filterSimple prediction with KerasValueError: Error when checking target: expected dense_2 to have shape (1,) but got array with shape (0,)Should I pad zero or mean value in a convolution neural network? What about reflective padding?Query regarding (.output_shape) parameters used in CNN modelNumpy Python deep learning framework

Why do we bend a book to keep it straight?

Why didn't this character "real die" when they blew their stack out in Altered Carbon?

Should I discuss the type of campaign with my players?

Why do people hide their license plates in the EU?

51k Euros annually for a family of 4 in Berlin: Is it enough?

How to react to hostile behavior from a senior developer?

Equal values attribute table

How much time will it take to get my passport back if I am applying for multiple Schengen visa countries?

How widely used is the term Treppenwitz? Is it something that most Germans know?

List of Python versions

Fundamental Solution of the Pell Equation

Extract all GPU name, model and GPU ram

A binary hook-length formula?

Tht Aain’t Right... #2

Is "Reachable Object" really an NP-complete problem?

Can a non-EU citizen with residency visa traveling with me come with me through the EU passport line, when entering Schengen area?

Where is the concept of Prapatti/Saranagati mentioned in the mukhya upanishads, as per the Sri Vaishnava interpretation?

The logistics of corpse disposal

3 doors, three guards, one stone

In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?

Is it true that "carbohydrates are of no use for the basal metabolic need"?

How to compare two different files line by line in unix?

Why did the US and UK choose different solutions to the problem of an undemocratic upper house?

How to tell that you are a giant?



what is filter and kernel_size? [closed]



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsWhy do convolutional neural networks work?What are the pros and cons of zero padding in a convolution layer?Filter dimensionality in ConvNNsHow to check for dead relu neuronsCNN'S are what?TensorFlow: number of channels of conv1d filterSimple prediction with KerasValueError: Error when checking target: expected dense_2 to have shape (1,) but got array with shape (0,)Should I pad zero or mean value in a convolution neural network? What about reflective padding?Query regarding (.output_shape) parameters used in CNN modelNumpy Python deep learning framework










0












$begingroup$


For below line of code



model.add(Conv2D(filters = 32, kernel_size = (5,5),padding = 'Same', 
activation ='relu', input_shape = (28,28,1)))


Here, what does 'filers' and 'kernel_size' mean? or what is filter and kernel_size ?










share|improve this question









$endgroup$



closed as too broad by thanatoz, Stephen Rauch, Ethan, Shamit Verma, oW_ Apr 3 at 15:35


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.

















  • $begingroup$
    Please refer older answers stackoverflow.com/questions/34831038/…
    $endgroup$
    – thanatoz
    Apr 3 at 13:14






  • 1




    $begingroup$
    Possible duplicate of Why do convolutional neural networks work?
    $endgroup$
    – thanatoz
    Apr 3 at 13:15















0












$begingroup$


For below line of code



model.add(Conv2D(filters = 32, kernel_size = (5,5),padding = 'Same', 
activation ='relu', input_shape = (28,28,1)))


Here, what does 'filers' and 'kernel_size' mean? or what is filter and kernel_size ?










share|improve this question









$endgroup$



closed as too broad by thanatoz, Stephen Rauch, Ethan, Shamit Verma, oW_ Apr 3 at 15:35


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.

















  • $begingroup$
    Please refer older answers stackoverflow.com/questions/34831038/…
    $endgroup$
    – thanatoz
    Apr 3 at 13:14






  • 1




    $begingroup$
    Possible duplicate of Why do convolutional neural networks work?
    $endgroup$
    – thanatoz
    Apr 3 at 13:15













0












0








0





$begingroup$


For below line of code



model.add(Conv2D(filters = 32, kernel_size = (5,5),padding = 'Same', 
activation ='relu', input_shape = (28,28,1)))


Here, what does 'filers' and 'kernel_size' mean? or what is filter and kernel_size ?










share|improve this question









$endgroup$




For below line of code



model.add(Conv2D(filters = 32, kernel_size = (5,5),padding = 'Same', 
activation ='relu', input_shape = (28,28,1)))


Here, what does 'filers' and 'kernel_size' mean? or what is filter and kernel_size ?







machine-learning neural-network keras






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 3 at 12:27









Vinay SharmaVinay Sharma

61




61




closed as too broad by thanatoz, Stephen Rauch, Ethan, Shamit Verma, oW_ Apr 3 at 15:35


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









closed as too broad by thanatoz, Stephen Rauch, Ethan, Shamit Verma, oW_ Apr 3 at 15:35


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.













  • $begingroup$
    Please refer older answers stackoverflow.com/questions/34831038/…
    $endgroup$
    – thanatoz
    Apr 3 at 13:14






  • 1




    $begingroup$
    Possible duplicate of Why do convolutional neural networks work?
    $endgroup$
    – thanatoz
    Apr 3 at 13:15
















  • $begingroup$
    Please refer older answers stackoverflow.com/questions/34831038/…
    $endgroup$
    – thanatoz
    Apr 3 at 13:14






  • 1




    $begingroup$
    Possible duplicate of Why do convolutional neural networks work?
    $endgroup$
    – thanatoz
    Apr 3 at 13:15















$begingroup$
Please refer older answers stackoverflow.com/questions/34831038/…
$endgroup$
– thanatoz
Apr 3 at 13:14




$begingroup$
Please refer older answers stackoverflow.com/questions/34831038/…
$endgroup$
– thanatoz
Apr 3 at 13:14




1




1




$begingroup$
Possible duplicate of Why do convolutional neural networks work?
$endgroup$
– thanatoz
Apr 3 at 13:15




$begingroup$
Possible duplicate of Why do convolutional neural networks work?
$endgroup$
– thanatoz
Apr 3 at 13:15










1 Answer
1






active

oldest

votes


















1












$begingroup$

Filters are used to extract features from images in the process of convolution.




filters: Integer, the dimensionality of the output space (i.e. the
number of output filters in the convolution).



kernel_size: An integer or tuple/list of 2 integers, specifying the
height and width of the 2D convolution window. Can be a single integer
to specify the same value for all spatial dimensions.




For detailed undestadning of filter and kernel_size, refer:
https://www.saama.com/blog/different-kinds-convolutional-filters/
https://keras.io/layers/convolutional/






share|improve this answer









$endgroup$



















    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1












    $begingroup$

    Filters are used to extract features from images in the process of convolution.




    filters: Integer, the dimensionality of the output space (i.e. the
    number of output filters in the convolution).



    kernel_size: An integer or tuple/list of 2 integers, specifying the
    height and width of the 2D convolution window. Can be a single integer
    to specify the same value for all spatial dimensions.




    For detailed undestadning of filter and kernel_size, refer:
    https://www.saama.com/blog/different-kinds-convolutional-filters/
    https://keras.io/layers/convolutional/






    share|improve this answer









    $endgroup$

















      1












      $begingroup$

      Filters are used to extract features from images in the process of convolution.




      filters: Integer, the dimensionality of the output space (i.e. the
      number of output filters in the convolution).



      kernel_size: An integer or tuple/list of 2 integers, specifying the
      height and width of the 2D convolution window. Can be a single integer
      to specify the same value for all spatial dimensions.




      For detailed undestadning of filter and kernel_size, refer:
      https://www.saama.com/blog/different-kinds-convolutional-filters/
      https://keras.io/layers/convolutional/






      share|improve this answer









      $endgroup$















        1












        1








        1





        $begingroup$

        Filters are used to extract features from images in the process of convolution.




        filters: Integer, the dimensionality of the output space (i.e. the
        number of output filters in the convolution).



        kernel_size: An integer or tuple/list of 2 integers, specifying the
        height and width of the 2D convolution window. Can be a single integer
        to specify the same value for all spatial dimensions.




        For detailed undestadning of filter and kernel_size, refer:
        https://www.saama.com/blog/different-kinds-convolutional-filters/
        https://keras.io/layers/convolutional/






        share|improve this answer









        $endgroup$



        Filters are used to extract features from images in the process of convolution.




        filters: Integer, the dimensionality of the output space (i.e. the
        number of output filters in the convolution).



        kernel_size: An integer or tuple/list of 2 integers, specifying the
        height and width of the 2D convolution window. Can be a single integer
        to specify the same value for all spatial dimensions.




        For detailed undestadning of filter and kernel_size, refer:
        https://www.saama.com/blog/different-kinds-convolutional-filters/
        https://keras.io/layers/convolutional/







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 3 at 13:12









        PreetPreet

        4585




        4585













            Popular posts from this blog

            Quoting Keynes in a lectureIs differentiated instruction permitted by universities?How to make students learn prerequisitesUnsatisfactory Instructor Evaluations: balancing of expectations of engineering studentsWhat is the difference between a “statistician”, “applied statistician”, and an academic applying advanced stats within their field?Listing in reference section, but not quotingHow to efficiently use time while preparing for a class?Graduate Admissions: Teaching Emphasisstrategies for sharing teaching information with universities I don't personally have contacts withIs there an efficient way to give a large class of students feedback about their assignments?Is it unreasonable to expect students to read the lecture notes before attending the first class?

            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

            Are all passive ability checks floors for active ability checks?Does passive perception supersede active perception?Which skills can be used passively?Active Opposition with Free-Form Professions in Fate5E Trap/Ambush/Stealth Mechanics VS Passive Perception ConfusionInteraction between perception and stealth in obscured conditionsHow does Keen Sight affect Passive Perception?Are all d20 rolls either attacks, saves or ability checks?Can players declare that they are making a specific ability check?Can I see a Hidden creature that is not obscured at all?Can a Stealth check ever be made passively?Is this alternate version of the Observant feat balanced?What is the minimum amount of skill points per HD?