ubsuny / g2-coral

MIT License
0 stars 1 forks source link

CNN model #36

Closed CarlatBuffalo closed 3 years ago

CarlatBuffalo commented 3 years ago

related to #8 ~Currently it could only classify really 'dog-like dogs' and 'cat-like cats'.~ ~If the source is mixed or close to the border between two classes the accuracy is pretty bad~

CarlatBuffalo commented 3 years ago
  1. use lam1 to reverse
  2. batchnomarlization does not work well
  3. dont need a 2nd max pooling
  4. use sigmoid instead of relu for activation for the dense layer
  5. can add a 2nd layer
  6. can add a relu after the 2nd dense layer
CarlatBuffalo commented 3 years ago

fixed by #37