Plain and Simple Estimators Flashcards

1
Q

Training and Evaluation

A

import tensorflow as tf
import numpy as np
print(tf.__version__)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Classification between same species of flowers

A

Iris
We have dataset of height and width of the flower
for Sepal and Petal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Load dataset in tensorflow

A

using load_csv_with_header function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly