搜索资源列表

  1. TensorFlow实战_黄文坚(完整)

    1下载:
  2. 教会你如何通过Python语言实现TensorFlow框架,作为一个深度学习的初学者,想要接触TensorFlow框架的初学者,是非常好的学习资料。(Teach you how to implement TensorFlow fr a mework through the Python language, depth of learning as a beginner, want to contact TensorFlow fr a m
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:90827776
    • 提供者:lalalano
  1. LSTM_learn-master

    2下载:
  2. 采用LSTM算法用python语言实现的信号时间序列预测,可预测信号的占用度(The LSTM algorithm is used to predict the signal time series in python language)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:小龙女
  1. code

    0下载:
  2. 实现Python深度学习中输入输出和隐含层的设计(Design of input, output and hidden layer in Python deep learning)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:slysly12
  1. protobuf-2.6.1.tar

    0下载:
  2. protocolbuffer(以下简称PB)是google 的一种数据交换的格式,它独立于语言,独立于平台。google 提供了多种语言的实现:java、c#、c++、go 和 python,每一种实现都包含了相应语言的编译器以及库文件。由于它是一种二进制的格式,比使用 xml 进行数据交换快许多。可以把它用于分布式应用之间的数据通信或者异构环境下的数据交换。作为一种效率和兼容性都很优秀的二进制数(Protocolbuffer (her
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:2640896
    • 提供者:雪山红叶
  1. VGG-16

    0下载:
  2. fds 实现深度学习的vgg网络,图像识别,机器学习的等等(fds adf fdsa fdsw gfdsae vfdsgasw fd)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:michael1024
  1. dbn

    0下载:
  2. 本程序是用python写的一个深度学习程序,该程序基于限制性玻尔兹曼机实现了深度信念网络。(This procedure is a deep learning program written in python, the program based on the limited Boltzmann machine to achieve a depth of faith network.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:我是谁谁
  1. 新建文件夹 (2)

    0下载:
  2. 本程序是用python写的一个深度学习程序,该程序实现了卷积神经网络(This procedure is written in python with a deep learning program, the program achieved a convolution neural network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:我是谁谁
  1. deep-learning-with-python-notebooks-master

    0下载:
  2. Deep Learning With Python 原书配套代码。 包括所有常见的深度学习模型 注释丰富,代码规范 使用流行的keras库实现,jupyter notebook格式(Deep Learning With Python Original book matching code. Including all the common deep learning models Rich annotation, code s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:7189504
    • 提供者:Nick玉
  1. Machine Learning Mastery with Python

    0下载:
  2. 各种机器学习算法的Python优雅实现,尤其是深度学习部分,应用到了TensorFlow(Python elegant implementation of various machine learning algorithms)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:1855488
    • 提供者:qianyg
  1. DeepLearning

    0下载:
  2. DeepLearning 工具包C, C++, Java, phython, scala代码集合,(DeepLearning Toolkit :C, C ++, Java, phython, scala code collection)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:234496
    • 提供者:cherry_zhhx
  1. Deep+Learning+with+Python+2017

    0下载:
  2. 如何使用python实现深度学习,是外文电子书籍,书里的内容较容易上手(How to use Python to realize deep learning)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:6021120
    • 提供者:YCtch
  1. Python-Tensorflow-Face-master

    1下载:
  2. Python人脸识别实现,可以打开摄像头进行多人人脸识别,需要一定的深度学习基础(Python face recognition implementation, you can open the camera for multi person face recognition, you need a certain depth of learning foundation.)
  3. 所属分类:文档资料

    • 发布日期:2024-06-10
    • 文件大小:2891776
    • 提供者:Be_Love
  1. 深度学习入门:基于Python的理论与实现.pdf+代码

    2下载:
  2. 本书是深度学习真正意义上的入门书,深入浅出地剖析了深度学习的原理和相关技术。书中使用Python3,尽量不依赖外部库或工具,从基本的数学知识出发,带领读者从零创建一个经典的深度学习网络,使读者在此过程中逐步理解深度学习。书中不仅介绍了深度学习和神经网络的概念、特征等基础知识,对误差反向传播法、卷积神经网络等也有深入讲解,此外还介绍了深度学习相关的实用技巧,自动驾驶、图像生成、强化学习等方面的应用,以及为什么加深层可以提高识别精度等“为什
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:14304256
    • 提供者:wangjindian00
  1. 【源代码】深度学习入门:基于Python的理论与实现

    0下载:
  2. 【源代码】深度学习入门:基于Python的理论与实现([source code] deep learning entry: Theory and Implementation Based on Python)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:4686848
    • 提供者:静安此刻
  1. 【源代码】深度学习入门:基于Python的理论与实现

    0下载:
  2. 书籍《深度学习入门基于Python的理论与实现》源码(Book "deep learning entry based on Python theory and implementation" source code)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:4678656
    • 提供者:方泉水
  1. 《深度学习入门:基于Python的理论与实现》

    1下载:
  2. 本书主要介绍深度学习的核心算法,以及在计算机视觉,语音识别、自然语言处理中的相关应用,适合深度学习从业人士或者相关研究生作为参考资料,也可以作为入门教程来大致了解深度学习的相关前沿技术(This book mainly introduces the core algorithms of deep learning, as well as relevant applications in computer vision, speech r
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:14212096
    • 提供者:wxm2019
  1. pytorch-openpose-master

    0下载:
  2. 本例程是我研究生阶段做的一个小项目,该项目用pytorch的深度学习框架来进行人体姿态识别,能够实现头部和身体的骨架识别!图像处理方面加入了OpenCV包进行相关的处理,希望能帮助大家!(175/5000 This routine is a small project that I did in the graduate stage. The project uses pytorch's deep learning fr a mewo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:3126272
    • 提供者:linmi
  1. 深度(多层)极限学习机的python实现

    8下载:
  2. 深度极限学习机也叫多层极限学习机,ML-ELM。是黄广斌等人在极限学习机ELM基础上,将其拓展为深度学习的一种模式识别方法,原文文章:Representational learning with extreme learning machine for big data。(The deep extreme learning machine is also called the multi-layer extreme learning m
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:6934528
    • 提供者:孔OO
  1. xiangqi

    0下载:
  2. 象棋的人工实现,机器人下象棋,python实现智能象棋(chess Artificial realization of chess, robot chess, and intelligent chess by Python)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:7168
    • 提供者:鹿人升
  1. 深度学习mtcnn

    1下载:
  2. 用市面上的摄像头,可以实现实时人脸识别功能。(The algorithm model of facenet face recognition is obtained through deep learning, and the backbone network of feature extraction is concept-resnetv1, which is developed from concept network and RE
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:2415616
    • 提供者:莱尼
« 12 »

源码中国 www.ymcn.org