Steps in Tensorflow ML Program | ||
1 | Create Model | Create a Sequential model using Dense Layers or Convolutional Layers |
2 | Compile Model | Compile the model by specifying Optimizer and Loss function |
3 | Load the Dataset | |
4 | Train the model | Call model.fit by giving the training set. |
5 | Evaluate | Know the accuracy and loss |
6 | Predict | |
7 | Display Output |
No comments:
Post a Comment