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
Sequential
API.
Press + to interact
model = Sequential()
- Add Dense layers:
Access this course and 1400+ top-rated courses and projects.