Solution Review: Mine vs. Rock Classifier
Learn to classify mine and rock with the patterns obtained by bouncing a sonar signal off of a mine or a rock.
We'll cover the following...
Solution
Specify the model architecture
- Initialize the model using the
SequentialAPI.
model = Sequential()
- Add Dense layers: