The basic steps TensorFlow development

The basic steps TensorFlow development

(1) Definition TensorFlow input node.

(2) the definition of "learning parameter" variable.

(3) the definition of "operator."

(4) the optimization function, optimization goals.

(5) to initialize all variables.

(6) parameters iterative update to the optimal solution.

(7) test model.

(8) using the model.

Guess you like

Origin www.cnblogs.com/sybil-hxl/p/12596143.html