Plain and Simple Estimators Flashcards
1
Q
Training and Evaluation
A
import tensorflow as tf
import numpy as np
print(tf.__version__)
2
Q
Classification between same species of flowers
A
Iris
We have dataset of height and width of the flower
for Sepal and Petal
3
Q
Load dataset in tensorflow
A
using load_csv_with_header function