搜索资源列表
nn_CIFAR.py
- pytorch tutorial 代码 简单神经网络 数据集CIFAR(pytorch nn training sample code, Dataset: CIFAR dataset Usage: python3 nn_CIFAR.py)
attention-is-all-you-need-pytorch-master
- 这是 attention is all your need 的pytorch 代码实现(this is the article "attention is all your need " code)
pytorch-vae-master
- 变分子编码 重构图像 Mnist 特征提取(vae reconstruction Mnist feature extracting)
pytorch-a2c-ppo-acktr-master
- 改代码为ACKTR代码,该算法比传统的TRPO和DQN在运行速度和计算量都有很大的提升(scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation)
pytorch_cnn_example
- pytorch框架下,用Python语言编写的搭建简单的卷积神经网络简单。
music_transcription_MAPS-master
- PyTorch机器学习音乐分类,导入wav和txt进行机器学习,运行项目的命令行和需要的音乐文件都在在压缩包里,项目可以直接运行。(PyTorch machine learns music classification, imports wav and TXT for machine learning, runs the command line of the project and the required music files in the compressed package, and
multihead_joint_entity_relation_extraction
- rdf三元组抽取,多头实体关系联合抽取模型,基于pytorch,tensorflow两种框架实现(multihead_joint_entity_relation_extraction pytorch torflow)
AutoEncoder实战
- 深度学习中基于PyTorch架构的AutoEncoder 实例(Examples of AutoEncoder based on the PyTorch architecture in deep learning)
pytorch-a3c-master
- 使用例子 pytorch和a3c算法的使用,python的实现(example)
SeNet的pytorch实现版本
- 深度学习视觉注意力机制SeNet的pytorch实现版本,包括了SeLayers的实现,SeNet模型以及在Imagenet数据集上的训练代码。
pytorch-openpose-master
- 本例程是我研究生阶段做的一个小项目,该项目用pytorch的深度学习框架来进行人体姿态识别,能够实现头部和身体的骨架识别!图像处理方面加入了OpenCV包进行相关的处理,希望能帮助大家!(175/5000 This routine is a small project that I did in the graduate stage. The project uses pytorch's deep learning framework to recognize human body postu
DnCNN-keras-master
- DNCNN 网络实现,对DNCNN网络进行实现,并有一些可用功能(DNCNN NETWORK WITH SOME FUNCTIONS)
yolo3-pytorch-master
- 利用pytorch的平台搭建了yolo3目标检测算法,实用性很强(Using tensorflow platform, yolo3 target detection algorithm is built, which is very practical)
使用python调用摄像头数据实现虚拟背景
- 基于python+pytorch+opencv实现的复杂环境下的虚拟背景功能
PyTorch-GAN-master
- 里面包含多种gan网络,不同网络实现不同效果风格化(It contains a variety of Gan networks, different networks to achieve different effects stylization)
深度学习CNN手写数字识别
- 利用CNN网络手写数字识别,注释清楚,损失函数用的是focalloss,标注明确,可以跑通,框架是pytorch
Yolov5-Roaddamage-Detecting-main
- Yolov5实现道路裂缝检测.基于Pytorch的Yolov5道路裂缝检测程序运行说明。大家可以结合我的说明和原文说明使用,有问题欢迎询问。(Realization of road crack detection with yolov5)
pytorch从0到1随书代码
- pytorch从0到1随书代码,供广大网友学习交流