“人工智能”的版本间的差异
来自CloudWiki
(→TensorFlow基础概念) |
|||
第31行: | 第31行: | ||
*[[tensorflow变量]] | *[[tensorflow变量]] | ||
*[[tensorflow fetch和feed]] | *[[tensorflow fetch和feed]] | ||
+ | *[[tensorflow 基础类型定义及操作函数]] | ||
*[[tensorflow 单个神经元]] | *[[tensorflow 单个神经元]] | ||
*[[tensorflow 全连接神经网络]] | *[[tensorflow 全连接神经网络]] |
2019年7月20日 (六) 08:42的版本
目录
网址收藏
经典机器学习算法
TensorFlow与深度学习
背景知识
TensorFlow简介
- TensorFlow简介
- CentOS7利用pip快速安装TensorFlow
- CentOS7利用docker安装TensorFlow
- Ubuntu利用virtualenv安装TensorFlow
- TensorFlow基本用法
TensorFlow基础概念
- tensorflow基本使用
- tensorflow张量
- tensorflow会话
- tensorflow变量
- tensorflow fetch和feed
- tensorflow 基础类型定义及操作函数
- tensorflow 单个神经元
- tensorflow 全连接神经网络
- tensorflow 卷积神经网络
TensorFlow与安卓
第一个TensorFlow小程序
第一个TensorFlow 小程序
TensorFlow - 相关 API
深入 MINST 案例
TensorFlow - 算法学习
TensorFlow - 应用
机器学习与图像识别
- Image Recognition
- How to Retrain an Image Classifier for New Categories
- Advanced Convolutional Neural Networks TensorFlow
实验环境
- Linux基础: https://cloud.tencent.com/developer/labs/lab/10000
- 搭建Docker环境:https://cloud.tencent.com/developer/labs/lab/10054
- 搭建Python开发环境:https://cloud.tencent.com/developer/labs/lab/10036
- 基于 Windows 搭建 Python 开发环境:https://cloud.tencent.com/developer/labs/lab/10215
- TensorFlow系列实验:https://cloud.tencent.com/developer/labs/series/10000
返回 首页