TensorFlow.js is supporting different types of models and different types of layers. A TensorFlow model is a neural network with one or more layers. |
TensorFlow.js A JavaScript Library for Training and Deploying Machine Learning Models in the Browser |
|
|
Y = 1.2X + 5Then you could calculate any
y
value with the JavaScript formula:
y = 1.2 * x + 5; |
Y
values based on X
inputs.
The TensorFlow model does not know the function.
As anyone who has experienced a hurricane knows, Mother Nature (the natural world) can be a frightening force. |