当前位置:网站首页>TensorFlow中的Tensor是什么?
TensorFlow中的Tensor是什么?
2020-11-06 20:53:00 【Alili丶前端大爆炸】
Tensor(张量)
“张量”一词最初由威廉·罗恩·哈密顿在1846年引入。对,就是那个发明四元数的哈密顿:
-
Tensor实际上就是一个多维数组(multidimensional array)
-
Tensor的目的是能够创造更高维度的矩阵、向量。
色彩的例子
彩色图像文件(RGB)一般都会处理成3-d tensor,每个2d array中的element表示一个像素,R代表Red,G代表Green,B代表Blue
多维数组
把三维张量画成一个立方体:
更高维的张量:
初始化一个向量
0维
tf.tensor(1).print();
1维
tf.tensor([1, 2, 3, 4]).print();
// or
tf.tensor1d([1, 2, 3]).print();
2维
tf.tensor([[1, 2], [3, 4]]).print();
// or
tf.tensor2d([[1, 2], [3, 4]]).print();
3维
tf.tensor([[[1], [2]], [[3], [4]]]).print();
// or
tf.tensor3d([[[1], [2]], [[3], [4]]]).print();
4维
tf.tensor([[[[1], [2]], [[3], [4]]]]).print();
// or
tf.tensor4d([[[[1], [2]], [[3], [4]]]]).print();
5维
tf.tensor([[[[[1], [2]], [[3], [4]]]]]).print();
// or
tf.tensor5d([[[[[1], [2]], [[3], [4]]]]]).print();
6维
tf.tensor([[[[[[1],[2]],[[3],[4]]],[[[5],[6]],[[7],[8]]]]]]).print();
// or
tf.tensor6d([[[[[[1],[2]],[[3],[4]]],[[[5],[6]],[[7],[8]]]]]]).print();
更多文章请关注我的博客 Alili丶前端大爆炸 订阅号:
Alili丶前端大爆炸
版权声明
本文为[Alili丶前端大爆炸]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4000748/blog/4667574
边栏推荐
- 小程序入门到精通(二):了解小程序开发4个重要文件
- 华为云“四个可靠”的方法论
- 使用 Iceberg on Kubernetes 打造新一代云原生数据湖
- Let the front-end siege division develop independently from the back-end: Mock.js
- 熬夜总结了报表自动化、数据可视化和挖掘的要点,和你想的不一样
- Using consult to realize service discovery: instance ID customization
- Filecoin主网上线以来Filecoin矿机扇区密封到底是什么意思
- Summary of common algorithms of linked list
- Use of vuepress
- What to do if you are squeezed by old programmers? I don't want to quit
猜你喜欢
Using Es5 to realize the class of ES6
小程序入门到精通(二):了解小程序开发4个重要文件
PHP应用对接Justswap专用开发包【JustSwap.PHP】
In order to save money, I learned PHP in one day!
Examples of unconventional aggregation
一篇文章带你了解CSS 分页实例
100元扫货阿里云是怎样的体验?
[JMeter] two ways to realize interface Association: regular representation extractor and JSON extractor
Not long after graduation, he earned 20000 yuan from private work!
数字城市响应相关国家政策大力发展数字孪生平台的建设
随机推荐
Do not understand UML class diagram? Take a look at this edition of rural love class diagram, a learn!
熬夜总结了报表自动化、数据可视化和挖掘的要点,和你想的不一样
Synchronous configuration from git to consult with git 2consul
CCR炒币机器人:“比特币”数字货币的大佬,你不得不了解的知识
[actual combat of flutter] pubspec.yaml Configuration file details
Natural language processing - wrong word recognition (based on Python) kenlm, pycorrector
Wiremock: a powerful tool for API testing
Solve the problem of database insert data garbled in PL / SQL developer
一篇文章带你了解CSS对齐方式
H5 makes its own video player (JS Part 2)
华为云“四个可靠”的方法论
If PPT is drawn like this, can the defense of work report be passed?
Python Jieba segmentation (stuttering segmentation), extracting words, loading words, modifying word frequency, defining thesaurus
每个前端工程师都应该懂的前端性能优化总结:
一篇文章带你了解CSS 渐变知识
小程序入门到精通(二):了解小程序开发4个重要文件
Python3 e-learning case 4: writing web proxy
The data of pandas was scrambled and the training machine and testing machine set were selected
Filecoin主网上线以来Filecoin矿机扇区密封到底是什么意思
Swagger 3.0 天天刷屏,真的香嗎?