Can we implement classification in Tensorflow ? If Yes? What is function Name ?
Answer Posted / Surbhi Varma
Yes, TensorFlow supports classification tasks. The function used for this purpose is tf.keras.models.Sequential(). A Sequential model in TensorFlow is a linear stack of layers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers