
Tensorflow
肥宅不死
这个作者很懒,什么都没留下…
展开
-
TensorFlow:计算、数据、运行模型
TensorFlow 概述TensorFlow 是一个编程系统, 使用图(graph)来表示计算任务. 图中的节点被称之为 op (operation 的缩写). 一个 op 获得 0 个或多个 Tensor, 执行计算, 产生 0 个或多个 Tensor. 每个 Tensor 是一个类型化的多维数组. 例如, 你可以将一小组图像集表示为一个四维浮点数数组, 这四个维度分别是 [batch, h...原创 2020-02-15 14:34:59 · 738 阅读 · 0 评论 -
TensorFlow:Ubuntu下环境搭建及其安装
TensorFlow安装环境系统:Ubuntu 18.0.3Python版本:3.6.7(默认安装)安装方式:pip + virtualenv检查配置环境$ python3 --version$ pip3 --version$ virtualenv --version如果已安装这些软件包则可以开始安装TensorFlow,否则安装工具包$ sudo apt update$...原创 2020-02-15 13:27:40 · 328 阅读 · 0 评论 -
人工智能、机器学习与深度学习相关基本知识
人工智能、机器学习与深度学习A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P if its performance at tasks in T, as measured by P, improves with ...原创 2020-02-15 13:23:24 · 521 阅读 · 0 评论