Break Into Tensor
When I was looking through some fantastic articles by data scientist columnists, I came across into the concept of tensor and I tell myself, it is the time to look under the hood and figure it out
What is this ‘tensor’?
1 |
|
I quote this code snippet from this blog by Aayush Agrawal.
So we know tensor flow is a great library from google. What does it solve exactly and here what does this reduce_mean
mean at all?
The reduce_mean
function here gives the average of the elements of a tensor object in a fixed dimension.
How is it relevant to Machine Learning and Deep Learning?
Break Into Tensor
http://example.com/2022/07/15/Break-Into-Tensor/