ZC:自己训练 的文章 貌似 能度娘出来很多,得 自己弄过才知道哪些个是坑 哪些个好用...(在CSDN文章的右侧 也有列出很多相关的文章链接)(貌似 度娘的关键字是"TensorFlow 自己训练")

1、完整实现利用tensorflow训练自己的图片数据集 - 故沉的博客 - CSDN博客.html(https://blog.csdn.net/jesmine_gu/article/details/81155787

  ZC:该作者 提供了 自己的代码(github)

2、猫狗

  用自己的图片数据做tensorflow深度学习 - baidu_23263735的博客 - CSDN博客.html(https://blog.csdn.net/baidu_23263735/article/details/74177831

  TensorFlow——训练自己的数据(一)数据处理 - xinyu3307的博客 - CSDN博客.html(https://blog.csdn.net/xinyu3307/article/details/74643019

  基于TensorFlow的Cats vs. Dogs(猫狗大战) - qq_20073741的博客 - CSDN博客.html(https://blog.csdn.net/qq_20073741/article/details/81286624

    ZC:提供了 墙内下载 猫狗图片的地址。原本的图片网址(https://www.kaggle.com/c/dogs-vs-cats) 由于注册时使用了google的技术 导致我现在注册不成功(现在没的f/q)

3、Tensorflow入门——自制数据集:将未经处理的图片制成npy格式的数据集 - umbrellalalalala的博客 - CSDN博客.html(https://blog.csdn.net/umbrellalalalala/article/details/86516928

  ZC:提到了一本书 <<Tensorflow实战Google深度学习框架(第2版)>>

4、

5、20190726 搜到的 视频 相关的资料

 5.1、可能是史上最全的Tensorflow学习资源汇总 - 简书.html(https://www.jianshu.com/p/37c9bdbe2390

 5.2、深度学习和TensorFlow学习资源(书籍、文档和视频) - 凌晨的博客 - CSDN博客.html(https://blog.csdn.net/lhh08hasee/article/details/80546919

 5.3、Tensorflow 教程系列 _ 莫烦Python.html(https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/

  ZC: 弹幕 提到 "吴恩达 深度学习" 可以看看

  ZC: bilibili中的地址:Tensorflow 搭建自己的神经网络 (莫烦 Python 教程)_哔哩哔哩 (゜-゜)つロ 干杯_-bilibili.html(https://www.bilibili.com/video/av16001891/?p=33

 5.4、【51CTO学院】实战微课-5分钟搞定Tensorflow简单小例子_原创_高清视频-PP视频-原PPTV聚力视频.html(http://v.pptv.com/page/CXFu5U2zI2HEQqo.html

6、

7、

8、

9、

10、

TensorFlow.训练_资料(有视频)的更多相关文章

  1. 『TensorFlow』分布式训练_其三_多机分布式

    本节中的代码大量使用『TensorFlow』分布式训练_其一_逻辑梳理中介绍的概念,是成熟的多机分布式训练样例 一.基本概念 Cluster.Job.task概念:三者可以简单的看成是层次关系,tas ...

  2. tensorflow训练验证码识别模型

    tensorflow训练验证码识别模型的样本可以使用captcha生成,captcha在linux中的安装也很简单: pip install captcha 生成验证码: # -*- coding: ...

  3. TensorFlow 训练好模型参数的保存和恢复代码

    TensorFlow 训练好模型参数的保存和恢复代码,之前就在想模型不应该每次要个结果都要重新训练一遍吧,应该训练一次就可以一直使用吧. TensorFlow 提供了 Saver 类,可以进行保存和恢 ...

  4. 目标检测 的标注数据 .xml 转为 tfrecord 的格式用于 TensorFlow 训练

    将目标检测 的标注数据 .xml 转为 tfrecord 的格式用于 TensorFlow 训练. import xml.etree.ElementTree as ET import numpy as ...

  5. 自己搞了20万张图片100个分类,tensorflow训练23万次后。。。。。。

    自己搞了20万张图片100个分类,tensorflow训练23万次后...... 我自己把训练用的一张图片,弄乱之后做了一个预测 100个汉字,20多万张图片,tensorflow CNN训练23万次 ...

  6. tensorflow训练了10万次,运行完毕,对这个word2vec终于有点感觉了

    tensorflow训练了10万次,运行完毕,对这个word2vec终于有点感觉了 感觉它能找到词与词之间的关系,应该可以用来做推荐系统.自动摘要.相关搜索.联想什么的 tensorflow1.1.0 ...

  7. 2、TensorFlow训练MNIST

    装载自:http://www.tensorfly.cn/tfdoc/tutorials/mnist_beginners.html TensorFlow训练MNIST 这个教程的目标读者是对机器学习和T ...

  8. TensorFlow训练MNIST报错ResourceExhaustedError

    title: TensorFlow训练MNIST报错ResourceExhaustedError date: 2018-04-01 12:35:44 categories: deep learning ...

  9. 使用TensorFlow训练自己的语音识别AI

    这次来训练一个基于CNN的语音识别模型.训练完成后,我们将尝试将此模型用于Hotword detection. 人类是怎样听懂一句话的呢?以汉语为例,当听到"wo shi"的录音时 ...

随机推荐

  1. 自定义错误throw

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  2. 1、课程简介-Spring 注解驱动开发

    1.课程简介-Spring 注解驱动开发

  3. Rank HDU - 1704 【传递闭包水题】

    there are N ACMers in HDU team.ZJPCPC Sunny Cup 2007 is coming, and lcy want to select some excellen ...

  4. mouseout([[data],fn])

    mouseout([[data],fn]) 概述 当鼠标指针从元素上移开时,发生 mouseout 事件. 该事件大多数时候会与 mouseover 事件一起使用.深圳dd马达 注释:与 mousel ...

  5. PHP mysqli_connect_errno() 函数

    返回上一次连接错误的错误代码: <?php $con=mysqli_connect("localhost","wrong_user","my_p ...

  6. MySQL Data Directory -- Creating file-per-table tablespaces outside the data directory

    Creating file-per-table tablespaces outside the data directory 一. Data Directory 1.应对情况 当数据库所在空间不足的时 ...

  7. springboot+mvc+mbatisplus

    https://www.cnblogs.com/scode2/p/8718553.html

  8. learning express step(十一)

    learning express.Router() code: const express = require('express'); const app = express(); var route ...

  9. [Luogu] 高斯消元法

    https://www.luogu.org/problemnew/show/P3389 模拟,消元 #include <bits/stdc++.h> #define DB double ; ...

  10. 在windows10 Linux (centos7)中安装go golang (够浪) 并测试运行

    官方下载安装页面 https://golang.org/doc/install git主页 https://github.com/golang/go 相关下载地址 https://golang.org ...