您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 基于CIFAR10数据集的CNN在TensorFlow实现-TensorBoard版

  2. 这是基于 CIFAR10 数据集的 CNN 在 TensorFlow 上的实现,与 [上一个](http://blog.csdn.net/u010099080/article/details/53906810) 相比增加了 TensorBoard 的实现,可以在浏览器中查看可视化结果。
  3. 所属分类:Python

    • 发布日期:2017-03-15
    • 文件大小:51380224
    • 提供者:u010099080
  1. Hands-On.Machine.Learning.with.Scikit-Learn.and.TensorFlow.azw3

  2. Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques for Building Intelligent Systems Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programm
  3. 所属分类:互联网

    • 发布日期:2017-03-27
    • 文件大小:22020096
    • 提供者:ramissue
  1. 《Deep Learning with TensorFlow》[随书源代码,2017]

  2. 《Deep Learning with TensorFlow》 随书源代码 原书可从下面地址下载:http://download.csdn.net/detail/u013003382/9824458
  3. 所属分类:Python

    • 发布日期:2017-04-25
    • 文件大小:701440
    • 提供者:u013003382
  1. Hands-On Machine Learning with Scikit-Learn and TensorFlow

  2. Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning
  3. 所属分类:机器学习

    • 发布日期:2017-10-17
    • 文件大小:40894464
    • 提供者:toshiya207
  1. TensorFlow usb摄像头视频目标检测代码

  2. 配置及运行文章见http://blog.csdn.net/asukasmallriver/article/details/78696260
  3. 所属分类:深度学习

    • 发布日期:2017-12-02
    • 文件大小:6144
    • 提供者:asukasmallriver
  1. 黄文坚-TensorFlow 实战中文版 完整版 pdf

  2. 在《TensorFlow实战》中,讲述了TensorFlow的基础原理,TF和其他框架的异同。并用具体的代码完整地实现了各种类型的深度神经网络:AutoEncoder、MLP、CNN(AlexNet,VGGNet,Inception Net,ResNet)、Word2Vec、RNN(LSTM,Bi-RNN)、Deep Reinforcement Learning(Policy Network、Value Network)。
  3. 所属分类:机器学习

    • 发布日期:2017-12-15
    • 文件大小:90177536
    • 提供者:xpqingchuyulan
  1. tensorflow apk demo for android(1/2)

  2. tensorflow apk demo for android 热乎的tensorflow最新3.5.1版本,包含Camera实时图像识别,语音识别demo等 小米MIX一代已经试过,图像识别率比较高,语音识别差些。 另csdn只支持上传110M以下的包,该apk大小175M,分两个包上传,各5分。第二个包得下载地址: http://download.csdn.net/download/smartbone763/10202620
  3. 所属分类:深度学习

    • 发布日期:2018-01-12
    • 文件大小:104857600
    • 提供者:smartbone763
  1. tensorflow apk demo for android(2/2)

  2. 请勿单独下载此包!!!!! tensorflow apk demo for android,另csdn只支持上传110M以下的包,该apk大小175M,分两个包上传,各5分。该包为第二部分需要与第一个包一起下载,第一个包的地址: http://download.csdn.net/download/smartbone763/10202581 小米MIX一代已经试过,图像识别率比较高,语音识别差些。
  3. 所属分类:深度学习

    • 发布日期:2018-01-12
    • 文件大小:66060288
    • 提供者:smartbone763
  1. Tensorflow 1.6 GPU版 适用于python3.5

  2. Tensorflow 1.6 GPU版 适用于python3.5。 安装步骤(Windows 7 64bit 测试通过): 1.下载并安装tensorflow_gpu-1.6.0-cp35-cp35m-win_amd64.whl 2.安装CUDA® Toolkit 9.0。完成后可运行deviceQuery例程来检测是否成功连接GPU。若成功,请把Cuda 路径名称(即系统变量CUDA_PATH的值)添加到用户的 PATH环境变量中。 3.安装cuDNN v7.0。然后把cudnn64_7.d
  3. 所属分类:Python

    • 发布日期:2018-03-27
    • 文件大小:84934656
    • 提供者:wudalongqiang
  1. 验证TensorFlow环境安装是否成功的小程序

  2. 在pip或其他方式成功安装TensorFlow之后,可以通过这个小程序来验证TensorFlow的环境安装是否成功。关于TensorFlow和神经网络的一些内容,请见博客https://blog.csdn.net/primetong/article/details/79824361
  3. 所属分类:深度学习

    • 发布日期:2018-04-05
    • 文件大小:210
    • 提供者:primetong
  1. Python2.7_初识TensorFlow和神经网络的小DEMO

  2. Python2.7_初识TensorFlow和神经网络的小DEMO,具体的TensorFlow和神经网络的分析见博客https://blog.csdn.net/primetong/article/details/79824361
  3. 所属分类:深度学习

    • 发布日期:2018-04-05
    • 文件大小:3072
    • 提供者:primetong
  1. Python2.7_TensorFlow1.3.0_MNIST数字数据集识别与TensorFlow模型持久化的小DEMO

  2. Python2.7_TensorFlow1.3.0_MNIST数字数据集识别与TensorFlow模型持久化的小DEMO,具体的对MNIST、模型持久化等的分析见博客https://blog.csdn.net/primetong/article/details/79940684
  3. 所属分类:深度学习

    • 发布日期:2018-04-14
    • 文件大小:73400320
    • 提供者:primetong
  1. Hands-On Machine Learning with Scikit-Learn and TensorFlow 原版pdf by Géron

  2. In 2006, Geoffrey Hinton et al. published a paper1 showing how to train a deep neural network capable of recognizing handwritten digits with state-of-the-art precision (>98%). They branded this technique “Deep Learning.” Training a deep neural ne
  3. 所属分类:机器学习

    • 发布日期:2018-05-05
    • 文件大小:46137344
    • 提供者:nn123456789
  1. Tensorflow实现GAN生成mnist手写数字图片

  2. Tensorflow实现GAN生成mnist手写数字图片。 教程见:https://blog.csdn.net/u012223913/article/details/75051516
  3. 所属分类:深度学习

    • 发布日期:2018-06-29
    • 文件大小:4096
    • 提供者:u012223913
  1. Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and

  2. Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning
  3. 所属分类:机器学习

    • 发布日期:2018-07-29
    • 文件大小:42991616
    • 提供者:wang1062807258
  1. 基于Tensorflow.Net 的图像分类C#

  2. 基于Tensorflow.Net 的图像分类C#,基于Tensorflow.Net 0.15版本,网上介绍的比较少,节约各位coder时间。
  3. 所属分类:互联网

    • 发布日期:2020-05-03
    • 文件大小:30408704
    • 提供者:vokxchh
  1. Tensorflow官方文档中文版

  2. Tensorflow官方文档中文版,供大家学习!内容来源 英文官方网站 http://tensorflow.org 官方GiHb仓库 https://github.com/tensorflow/tensorflow 中文版 GitHub仓厍: https://github.com/jikexueyuanwiki/tensorf'lowzh 参与者(按认领章节排序) 翻译 (YIZheng Tony Jin chenweican OngJIn btter Warn TICX ° wangalcc
  3. 所属分类:深度学习

    • 发布日期:2019-03-03
    • 文件大小:6291456
    • 提供者:bit_zx
  1. C#使用TensorFlow.NET训练自己的数据集的方法

  2. 主要介绍了C#使用TensorFlow.NET训练自己的数据集的方法,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
  3. 所属分类:其它

    • 发布日期:2020-08-19
    • 文件大小:444416
    • 提供者:weixin_38502916
  1. C#使用TensorFlow.NET训练自己的数据集的方法

  2. 今天,我结合代码来详细介绍如何使用 SciSharp STACK 的 TensorFlow.NET 来训练CNN模型,该模型主要实现 图像的分类 ,可以直接移植该代码在 CPU 或 GPU 下使用,并针对你们自己本地的图像数据集进行训练和推理。TensorFlow.NET是基于 .NET Standard 框架的完整实现的TensorFlow,可以支持 .NET Framework 或 .NET CORE , TensorFlow.NET 为广大.NET开发者提供了完美的机器学习框架选择。 Sc
  3. 所属分类:其它

    • 发布日期:2020-12-20
    • 文件大小:442368
    • 提供者:weixin_38730767
  1. TensorFlow.NET:用于Google TensorFlow的.NET Standard绑定,用于在C#和F#中开发,培训和部署机器学习模型-源码

  2. TensorFlow.NET(TF.NET)提供了一个标准的.NET用于结合 。 它旨在以C#实现完整的Tensorflow API,允许.NET开发人员使用跨平台的.NET Standard框架开发,训练和部署机器学习模型。 TensorFlow.NET具有内置的Keras高级接口,并作为独立的软件包发行。 master分支现在基于tensorflow 2.3,v0.15-tensorflow1.15来自tensorflow1.15。 为什么在C#和F#中使用TensorFlow? Sci
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:161480704
    • 提供者:weixin_42120283
« 12 3 4 5 6 7 8 9 10 »