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

搜索资源列表

  1. Faster-RCNN_TF-master (2)

    0下载:
  2. 机器学习 关于 faster r-cnn 进行object detection(This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network. For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Tim
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:649216
    • 提供者:zkjqw139
  1. label_image

    0下载:
  2. 基于TensorFlow框架,实现对图片分类(Achieve classification of pictures)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:smallchild
  1. tensorflow_simple_neuNetwork

    0下载:
  2. 基于tensorflow的简单神经网络代码实现(Implementation of simple neural network code based on tensorflow)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:qdensh
  1. tensorflow_cov_mnist

    0下载:
  2. 基于tensorflow的mnist数据集卷积神经网络简单代码实现。(MNIST dataset based on tensorflow convolutional neural network simple code implementation)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-08
    • 文件大小:2087
    • 提供者:qdensh
  1. Deep_MNIST_for_Expert

    1下载:
  2. 利用深度学习进行数字分类,分类的正确率非常高。(Using deep learning method to classify digit numbers)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:RedHand
  1. faceRecognition-master

    1下载:
  2. 基于python+opencv+cnn的人脸识别的学习demo(Study demo of face recognition based on python + opencv + CNN)
  3. 所属分类:Python编程

  1. ImageProcessing-master

    1下载:
  2. 将图片读入python转化为tensorflow能识别的二进制文件(the transfer from a picture to Binary file in python)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:30394368
    • 提供者:漫天星光
  1. Hands_on_ML

    0下载:
  2. 很棒的入门向机器学习/数据科学的图书,基于scikit learn和TensorFlow库,手把手叫你如何上手机器学习,如何做数据挖掘。(the Best seller In American Amazon. With this book, you can learn a lot about how to use sklean and Tensorflow, in addition, you can have a practical understanding on the whole mach
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:6933504
    • 提供者:DerrickH
  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. 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. 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. wps-back

    0下载:
  2. 采用tensorflow的深度学习框架,采用opencv,采用时间戳,和特征抓取,自动抓取图片特征,然后存储(Using tensorflow's deep learning framework, opencv, timestamp, and feature capture are used to automatically capture image features, and then store them)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 1_notmnist

    1下载:
  2. 爬取数据、整理并打包成pickle文件、用于机器学习亦或者深度学习、适合TensorFlow开发者使用。(Crawling data, sorting and packaging into pickle files)
  3. 所属分类:移动互联网开发

    • 发布日期:2018-01-06
    • 文件大小:6144
    • 提供者:xyf123
  1. GAN_By_TensorFlow

    0下载:
  2. 我自己写的一版基于TensorFlow的GAN实现 运行环境:Windows 系统+python3.0+tensorFlow1.0(CPU版本) 建议先配置好运行环境 cmd命令行执行:Python GAN.py 即可(I implement the GAN based on TensorFlow.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:11597824
    • 提供者:kkss
  1. mnist

    0下载:
  2. 深度学习时间手写数字识别,使用python和tensorflow实现(Handwritten numerals recognition in depth learning time)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:suswzh
  1. DCGAN-tensorflow-master

    0下载:
  2. tensorflow 聚类算法DCSCAN实现python程序。(tensorflow cluster This is python program for a machine learning program)
  3. 所属分类:人工智能/神经网络/深度学习

  1. SAE

    2下载:
  2. 使用TensorFlow实现稀疏自编码神经网络,采用数据mnist(Using TensorFlow to realize sparse atuoencoder neural network, using data MNIST)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:小小伍
  1. 课程资料

    0下载:
  2. tensorflow入门教程的代码。。。。。。。。。。。。。(The code for the tensorflow introductory tutorial)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:18340864
    • 提供者:MyAll
  1. LeNet5MNIST

    0下载:
  2. 使用TensorFlow处理MNIST数据,帮助更好的理解和使用TensorFlow(Using TensorFlow to process MNIST data to help better understand and use TensorFlow)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:17438720
    • 提供者:dragoncxl
« 1 2 34 5 6 »
搜珍网 www.dssz.com