taskGNU Astronomy Utilities - Tasks: task #16402, define an option to determine a...

 
 

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

task #16402: define an option to determine a percentage of input values

Submitter:  Faezeh Bidjarchian <fbidjarchian>
Submitted:  Thu 20 Jul 2023 09:27:14 PM UTC
   
 
Should Start On:  Thu 20 Jul 2023 12:00:00 AM UTC Should be Finished on:  Thu 20 Jul 2023 12:00:00 AM UTC
Category:  Libraries Priority:  5 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Percent Complete:  0% Open/Closed:  Open
Effort:  0.00

Thu 20 Jul 2023 09:27:14 PM UTC, original submission:  

In some cases, we need to select a percentage of the input for the output. For instance, in CNNs, if we want to use every single neuron, the complexity of the network increases, leading to an overfitting problem.
To address this, we may use dropout layer techniques to randomly delete some neurons.

Similarly, in other programs, we may need to choose some number of inputs. We can define an option, such as --rowperrandom=0.2, to determine the percentage of values that we want to keep or delete.
For example, if we set this option to 0.2, it will keep 80% of the original values and delete the remaining 20%.

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