“人工智能”的版本间的差异
来自CloudWiki
(→AI开放平台) |
|||
(未显示同一用户的2个中间版本) | |||
第77行: | 第77行: | ||
*[[卷积神经网络]] | *[[卷积神经网络]] | ||
*[[https://blog.csdn.net/lxt1994/article/details/72848572?locationNum=10&fps=1 Android端运行Tensorflow的demo去分类自己的数据集]] | *[[https://blog.csdn.net/lxt1994/article/details/72848572?locationNum=10&fps=1 Android端运行Tensorflow的demo去分类自己的数据集]] | ||
+ | |||
+ | ==TensorFlow与车牌识别== | ||
+ | *[[tensorflow案例:车牌识别绪论]] | ||
+ | *[[tensorflow案例:车牌定位与矫正]] | ||
+ | *[[tensorflow案例:车牌筛选]] | ||
+ | *[[tensorflow案例:车牌字符定位与切割]] | ||
+ | *[[tensorflow案例:车牌字符识别]] | ||
+ | *[[tensorflow案例:车牌识别代码内容与注释]] | ||
*[[Image Recognition]] | *[[Image Recognition]] | ||
第88行: | 第96行: | ||
*基于 Windows 搭建 Python 开发环境:https://cloud.tencent.com/developer/labs/lab/10215 | *基于 Windows 搭建 Python 开发环境:https://cloud.tencent.com/developer/labs/lab/10215 | ||
*TensorFlow系列实验:https://cloud.tencent.com/developer/labs/series/10000 | *TensorFlow系列实验:https://cloud.tencent.com/developer/labs/series/10000 | ||
+ | |||
+ | ==AI开放平台== | ||
+ | *[[百度车牌识别]] | ||
+ | *[http://ai.baidu.com/easydl/?track=cp:aipinzhuan|pf:pc|pp:AIpingtai|pu:right-pic||kw:10005820 EasyDL定制化训练和服务平台] | ||
返回 [[首页]] | 返回 [[首页]] |
2019年8月17日 (六) 07:31的最新版本
目录
网址收藏
经典机器学习算法
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 - 应用
机器学习与图像识别
TensorFlow与车牌识别
- tensorflow案例:车牌识别绪论
- tensorflow案例:车牌定位与矫正
- tensorflow案例:车牌筛选
- tensorflow案例:车牌字符定位与切割
- 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
AI开放平台
返回 首页