What are the important steps of tensorflow architecture?
Answer Posted / Anubhav Sharma
The important steps of TensorFlow architecture are: 1. Preprocessing the data (if necessary), 2. Defining the model structure, 3. Compiling the model (defining loss function and optimizer), 4. Training the model on a dataset, and 5. Evaluating the model.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers