Google News
logo
TensorFlow.js - Interview Questions
Describe the common steps to most TensorFlow algorithms?
* Import data, generate data, or setting a data-pipeline through placeholders.
* Feed the data through the computational graph.
* Evaluate output on the loss function.
* Use backpropagation to modify the variables.
* Repeat until stopping condition.
Advertisement