CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tensorflow

搜索资源列表

  1. tensorflow_study_cifar10

    0下载:
  2. tensorflow中图像识别的学习程序(The learning program for image recognition in tensorflow)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:34816
    • 提供者:lzlzdididadadu
  1. LinearRegression.py.tar

    0下载:
  2. 在ubuntu平台,用tensorflow可以实现线性回归(Linear regression can be achieved)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:Fronde
  1. demo

    0下载:
  2. 一个tensorflow的简单例子 里面有一点注释。 自己自学的时候写的(A simple example of tensorflow There is a little note in it. I wrote it when I was learning by myself)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:2048
    • 提供者:Marco221
  1. SRCNN-Tensorflow

    1下载:
  2. SRCNN Superresolution imteplated by tensorflow SRCNN tensorflow 实现(SRCNN Superresolution imteplated by tensorflow)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:41512960
    • 提供者:绕一周
  1. pratice

    0下载:
  2. python,tensorflow包中sess.run的使用例子,简短明白(Python, tensorflow package sess.runr examples of the use of, short and clear)
  3. 所属分类:Windows编程

  1. Titanic-master

    2下载:
  2. 此包含有基于TensorFlow平台上的一个分类问题,适合初学者使用。含有实验数据,测试数据,完整代码,优化代码,可视化代码。(This package contains a classification problem based on TensorFlow platform, suitable for beginners to use. Contains experimental data, test data, complete code, optimization code, visua
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:445440
    • 提供者:优米
  1. Sparse-Autoencoder-Tensorflow-master

    2下载:
  2. 稀疏自编码结构,用一个训练样例。。。。。。(sparse autoencoder sample)
  3. 所属分类:大数据

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:Guacious
  1. test

    0下载:
  2. tensorflow测试 计算mnist识别准确率 以及计算时间(tensorflow test Calculate the MNIST recognition accuracy and calculation time)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:无恒者
  1. cnn-text-classification-tf

    1下载:
  2. 利用 Tensorflow 构建 CNN 模型实现文本分类(CNN for Text Classification in Tensorflow)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:501760
    • 提供者:SunnyMarkLiu
  1. dnn

    0下载:
  2. 用TensorFlow搭建神经网络,识别手写数字(building the neural network by using TensorFlow to identify mnist dataset)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:panhonghu
  1. Car_100_5layers_English

    3下载:
  2. 车牌识别Python程序,使用五层的CNN网络,使用TensorFlow框架编程(car license plate recongition)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-02
    • 文件大小:943104
    • 提供者:zz梭子鱼
  1. handson-ml-master

    1下载:
  2. 这个项目的目的是教你机器学习的基本原理。它包含了Hands-on Machine Learning with Scikit-Learn and TensorFlow这本书的示例代码和解决方案。非常好的一本书!(This project aims at teaching you the fundamentals of Machine Learning in python. It contains the example code and solutions to the exercises in
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:11772928
    • 提供者:LoveJ
  1. tensorflow_manual_cn

    0下载:
  2. 关于tensorflow工具包的,一本很好的入门学习书,中文的(About the tensorflow toolkit, a good introductory learning book, Chinese)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:3943424
    • 提供者:Bayern1314
  1. yolo_tensorflow-master

    0下载:
  2. tensorflow 开发的 object detection 源码(A tensorflow based object detection code)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:181248
    • 提供者:demonmikalis
  1. AlexNet

    0下载:
  2. 使用TensorFlow 实现 AlexNet ,并使用 Mnist 数据集进行训练并测试。(AlexNet is implemented using TensorFlow and trained and tested using the Mnist data set.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:11603968
    • 提供者:大幕
  1. resnet

    1下载:
  2. 使用 TensorFlow 实现 resNet, 也就是残差网络,为官方demo, 分别用 cifar 数据集和 ImageNet 数据集进行测试。(Using TensorFlow to achieve resNet, that is, the residual network, for official demo, respectively, using cifar data sets and ImageNet data sets for testing.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-03
    • 文件大小:118784
    • 提供者:大幕
  1. cnn

    1下载:
  2. 这是一个经过自己整理的卷积神经网络的代码,对0-9数据集进行分类的代码,使用tensorflow框架完成的,主要使用的语言是Python,可以直接运行,初学者可以用于学习交流。(This is a self compiled convolutional neural network code, 0-9 data sets for classification of code, using the tensorflow framework to complete, the main languag
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:心愿霞
  1. demo

    0下载:
  2. Based on the tensorflow linear regression and simple neural network code, simulation of a line generated by themselves.
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:又又23260
  1. 5.2.2.py

    0下载:
  2. MNIST数字识别问题 使用验证数据集判断模型结果(tensorflow.examples.tutorials.mnist After 30000 training step(s), test accuracy using average model is 0.9835)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:cheng555
  1. TENSORFLOW_MACHINE_LEARNING_COOKBOOK

    0下载:
  2. tensorflow与机器学习、深度学习的cookbook(tensorflow cookbook with machine learning, deep learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:3833856
    • 提供者:许大森
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com