thushv89 / AdaCNN

AdaCNN algorithm. Clean implementation
0 stars 0 forks source link

A new training mechanism as opposed to naively training all the weights of CNN #18

Open thushv89 opened 7 years ago

thushv89 commented 7 years ago

Say we got the following binned data distribution 0.2 0.2 0.2 0.2 0.2 0.0 0.0 0.0 0.0 0.0 divide by max 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 use (1 - this) as the dropout vector to drop cnn filters