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.
Press +  to interact
model = Sequential()
- Add Dense layers:
- 
Add the first hidden layer with 30 nodes and ... 
 
- 
 Ask