Replies: 1 comment
-
|
x is a tensor that contains many values. In PyTorch, mathematical operations on tensors are applied to all values at once. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in the linear regression section the X values where tensore ut in python it was an array how were each value accessed to be used in the formula y = mx + c without each value being indexed
Beta Was this translation helpful? Give feedback.
All reactions