taskGNU Astronomy Utilities - Tasks: task #16388, define the stride and the type of...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #16388: define the stride and the type of padding in Gnuastro

Submitter:  Faezeh Bidjarchian <fbidjarchian>
Submitted:  Sat 08 Jul 2023 03:18:31 PM UTC
   
 
Should Start On:  Sat 08 Jul 2023 12:00:00 AM UTC Should be Finished on:  Sat 08 Jul 2023 12:00:00 AM UTC
Category:  Libraries Priority:  5 - Normal
Item Group:  New feature Status:  None
Privacy:  Public Assigned to:  None
Percent Complete:  0% Open/Closed:  Open
Effort:  0.00

Sat 08 Jul 2023 03:18:31 PM UTC, original submission:  

For implementing the CNN in Gnuastro, we need so many functions. Fortunately, many of these functions are available in Gnuastro. But there are some options in some operations like Convolution that have not been considered in Gnuastro.
In machine learning, There are three main types of padding: same padding, valid padding, and causal padding.
Also, We can determine the stride of the kernels that scroll over the whole of the input. Therefore, If I used the same padding and the stride of 2, we have to determine 2 layers of zero beside the row and column of the input.

In Gnuastro, there is no way to specify the stride and the type of padding in the convolution operation. So we must add these options so that the user of machine learning can select every desired option.

Faezeh Bidjarchian <fbidjarchian>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by fbidjarchian (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code