Skip to content

Commit a32d2a6

Browse files
committed
TF_NumDims
1 parent 11377d6 commit a32d2a6

14 files changed

Lines changed: 105 additions & 47 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 第一章: Tensor
2+
3+
### Represents one of the outputs of an Operation
4+
5+
### 表示一个操作的输出
6+

The Definitive Guide to Tensorflow.NET/CH_2 Constant.md

Whitespace-only changes.

The Definitive Guide to Tensorflow.NET/CH_3 Operation.md

Whitespace-only changes.

The Definitive Guide to Tensorflow.NET/CH_4 Variable.md

Whitespace-only changes.

The Definitive Guide to Tensorflow.NET/CH_5 Session.md

Whitespace-only changes.

The Definitive Guide to Tensorflow.NET/CH_6 Graph.md

Whitespace-only changes.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
Why do I start the Tensorflow.NET project?
16+
17+
我为什么会写Tensorflow.NET?
18+
19+
再过几天就是2018年圣诞节,看着孩子一天天长大并懂事,感慨时间过得太快。IT技术更新换代比以往任何时候都更快,各种前后端技术纷纷涌现。大数据,人工智能和区块链,容器技术和微服务,分布式计算和无服务器技术,让人眼花缭乱。Amazon AI服务接口宣称不需要具有任何机器学习经验的工程师就能使用,让像我这样刚静下心来学习了两年并打算将来转行做AI架构的想法泼了一桶凉水。
20+
21+
TensorFlow is an open source project for machine learning especially for deep learning. It's used for both research and production at Google company. It's designed according to dataflow programming pattern across a range of tasks.
22+
23+
24+
25+
为了避免混淆,本书中对TensorFlow中定义的特有类不进行翻译,比如Tensor, Graph, Shape这些词都会保留英文名称。
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# The Definitive Guide to Tensorflow.NET
2+
# Tensorflow.NET 权威指南
3+
4+
5+
6+
7+
### The CSharp binding for Google's TensorFlow - An Open Source Machine Learning Framework for Everyone
8+
### 谷歌TensorFlow的C#封装库,开源机器学习框架。
9+
10+
11+
12+
13+
14+
15+
16+
<p style='float:right;'>
17+
Haiping Chen & Christian Kahr<br/>
18+
Christmas, 2018<br/>
19+
陈海平 & 克里斯汀 卡尔<br/>
20+
2018年圣诞节
21+
</p>
22+
23+
24+
25+
26+

docs/README.md

Whitespace-only changes.

src/TensorFlowNET.Core/Tensor/TF_Tensor.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)