Predible Health
NN as a Brain analogy
Image as an Array
A brief idea of how a CNN works
Here are the components of a CNN model
Layer 1 and 2 (the initial ones)
Layer 3 (the intermediate ones)
Layer 4 and 5 (the last ones)
Inception: The lifeline of Google (model A, the general features)
A model with specific features (model B, the intermediate)
Model C, very specific to our Dataset
B3B – the first 3 layers are copied from baseB and frozen. The remaining five higher layers are initialized randomly.
A3B – the first 3 layers are copied from baseA and frozen. The remaining five layers are initialized randomly
B3B+, like B3B but the first three layers are subsequently fine-tuned during training.
A3B+, like A3B but the first three layers are subsequently fine-tuned during training.
Architecture