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

            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