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

搜索资源列表

  1. data_road.zip

  2. Running the model using demo.py does not require you to download kitti data (step 3). Step 3 is only required if you want to train your own model using train.py or bench a model agains the official evaluation score evaluate.py. Also note, that I rec
  3. 所属分类:深度学习

    • 发布日期:2018-04-13
    • 文件大小:210mb
    • 提供者:qq_38684419
  1. 泰坦尼克号kaggle测试训练CSV

  2. data.zip里面包括gender_submission.csv、test.csv、train.csv。
  3. 所属分类:机器学习

    • 发布日期:2018-02-23
    • 文件大小:36kb
    • 提供者:j448749903
  1. fine_tuning_data.zip 可直接用bert进行微调的中文情绪数据

  2. 具体使用方法可以看我的博客:https://blog.csdn.net/weixin_40015791/article/details/90410083 下面也会简单介绍一下:在bert开源代码中的run_classifier.py中找到 processors = { "cola": ColaProcessor, "mnli": MnliProcessor, "mrpc": MrpcProcessor, "xnli": XnliProcessor, "intentdetection":Inte
  3. 所属分类:深度学习

    • 发布日期:2019-05-21
    • 文件大小:599kb
    • 提供者:weixin_40015791
  1. 【free】Deep Learning for Computer Vision with Python.zip

  2. Welcome to the Practitioner Bundle of Deep Learning for Computer Vision with Python! This volume is meant to be the next logical step in your deep learning for computer vision education after completing the Starter Bundle. At this point, you should
  3. 所属分类:深度学习

    • 发布日期:2019-06-22
    • 文件大小:60mb
    • 提供者:lzrocking
  1. Torch神经网络机器翻译系统OpenNMT.zip

  2. OpenNMT 是一个由 Harvard NLP (哈佛大学自然语言处理研究组) 开源的 Torch 神经网络机器翻译系统。OpenNMT 系统设计简单易用,易于扩展,同时保持效率和最先进的翻译精确度。特性:简单的通用接口,只需要源/目标文件。快速高性能GPU训练和内存优化。提高翻译性能的最新的研究成果。可配对多种语言的预训练模型(即将推出)。允许其他序列生成任务的拓展,如汇总和图文生成。快速开始:OpenNMT 包含三个命令1) 数据预处理th preprocess.lua -train_s
  3. 所属分类:其它

  1. 单词转换成向量形式工具Word2Vec.Net.zip

  2. Word2Vec.Net 是单词转换成向量形式工具Word2Vec .NET版本。使用示例代码:            var builder = Word2VecBuilder.Create();             if ((i = ArgPos("-train",  args)) > -1)                 builder.WithTrainFile(args[i   1]);             if ((i = ArgPos("-output", arg
  3. 所属分类:其它

  1. OpenCVSharp-DEMO.zip

  2. 官方的DEMO,其中有几个因为动态库原因报错,未解决。 Sample01: How to create a simple 2D image and show it using OpenCV Window. Sample02: How to load and display images. Sample03: How to create a gray-scale image. Sample04: How to apply different filters to images, such as
  3. 所属分类:C#

    • 发布日期:2019-08-05
    • 文件大小:17mb
    • 提供者:klausyorkoswald
  1. 核主元分析KPCA的降维特征提取以及故障检测应用-Kernel Principal Component Analysis (KPCA).zip

  2. 核主元分析KPCA的降维特征提取以及故障检测应用-Kernel Principal Component Analysis .zip 本帖最后由 iqiukp 于 2018-11-9 15:02 编辑      核主元分析(Kernel principal component analysis ,KPCA)在降维、特征提取以及故障检测中的应用。主要功能有:(1)训练数据和测试数据的非线性主元提取(降维、特征提取) (2)SPE和T2统计量及其控制限的计算 (3)故障检测 参考文献: Lee J
  3. 所属分类:其它

    • 发布日期:2019-08-12
    • 文件大小:20kb
    • 提供者:weixin_39841848
  1. 核主元分析KPCA的降维特征提取以及故障检测应用-KPCA_v2.zip

  2. 核主元分析KPCA的降维特征提取以及故障检测应用-KPCA_v2.zip 本帖最后由 iqiukp 于 2018-11-9 15:02 编辑      核主元分析(Kernel principal component analysis ,KPCA)在降维、特征提取以及故障检测中的应用。主要功能有:(1)训练数据和测试数据的非线性主元提取(降维、特征提取) (2)SPE和T2统计量及其控制限的计算 (3)故障检测 参考文献: Lee J M, Yoo C K, Choi S W, et al.
  3. 所属分类:其它

    • 发布日期:2019-08-12
    • 文件大小:733kb
    • 提供者:weixin_39841856
  1. 核主元分析KPCA的降维特征提取以及故障检测应用-data.rar

  2. 核主元分析KPCA的降维特征提取以及故障检测应用-data.rar 本帖最后由 iqiukp 于 2018-11-9 15:02 编辑      核主元分析(Kernel principal component analysis ,KPCA)在降维、特征提取以及故障检测中的应用。主要功能有:(1)训练数据和测试数据的非线性主元提取(降维、特征提取) (2)SPE和T2统计量及其控制限的计算 (3)故障检测 参考文献: Lee J M, Yoo C K, Choi S W, et al. Non
  3. 所属分类:其它

    • 发布日期:2019-08-12
    • 文件大小:184kb
    • 提供者:weixin_39841882
  1. AlexNet.zip

  2. 这是一个用Tensorflow调通的AlexNet实现二分类的代码,data中的(train, val, test)下载即可, bvlc_alexnet.npy也需要自己下载或联系1051609884qq.com
  3. 所属分类:深度学习

    • 发布日期:2019-09-14
    • 文件大小:215mb
    • 提供者:fjkcbjfj
  1. MatConvNet-oneclick, Use MatConvNet to train your own data.zip

  2. MatConvNet-oneclick, Use MatConvNet to train your own data
  3. 所属分类:其它

  1. GooLeNet_Oxflower17.zip

  2. 专为googlenet、tensorflow版本处理好的数据集,已经添加标签。可直接下载运行实现,在工程中新建data文件夹,将数据集和测试即都放在data文件夹下,将train.txt和test.txt放在文件根目录。
  3. 所属分类:教育

    • 发布日期:2020-05-17
    • 文件大小:57mb
    • 提供者:weixin_41243677
  1. Generative-Adversarial-Networks-Projects-master.zip

  2. 实现生成对抗网络(Generative-Adversarial-Networks,GAN)的工程实现。 Generative Adversarial Networks (GANs) have the potential to build next-generation models, as they can mimic any distribution of data. Major research and development work is being undertaken in thi
  3. 所属分类:深度学习

    • 发布日期:2020-04-02
    • 文件大小:43kb
    • 提供者:jimmy0375
  1. trt_pose_trt.zip

  2. https://github.com/NVIDIA-AI-IOT/trt_pose This project features multi-instance pose estimation accelerated by NVIDIA TensorRT. It is ideal for applications where low latency is necessary. It includes Training scr ipts to train on any keypoint task
  3. 所属分类:深度学习

    • 发布日期:2020-03-18
    • 文件大小:122mb
    • 提供者:qq_42393859
  1. trt_pose_model.zip

  2. https://github.com/NVIDIA-AI-IOT/trt_pose This project features multi-instance pose estimation accelerated by NVIDIA TensorRT. It is ideal for applications where low latency is necessary. It includes Training scr ipts to train on any keypoint task
  3. 所属分类:深度学习

    • 发布日期:2020-03-18
    • 文件大小:153mb
    • 提供者:qq_42393859
  1. fashion-mnist.zip

  2. 针对于MXNet框架 fashion-mnist数据集 下载完后放到C:\Users\(你自己的用户名)\AppData\Roaming\mxnet\datasets\fashion-mnist,然后解压到该文件夹就可以 mnist_train = gl.data.vision.FashionMNIST(train=True) mnist_test = gl.data.vision.FashionMNIST(train=False)
  3. 所属分类:深度学习

    • 发布日期:2020-03-08
    • 文件大小:29mb
    • 提供者:Stephen__Xu
  1. MNIST_kaggle.zip

  2. kaggle上的MNIST数据集原数据,sample_submission.csv、test.csv、train.csv,原地址为[MNIST](https://www.kaggle.com/c/digit-recognizer/data)
  3. 所属分类:机器学习

    • 发布日期:2020-02-17
    • 文件大小:14mb
    • 提供者:lly1122334
  1. SERFON_python-master.zip

  2. This project base the paper-'SEFRON: A New Spiking Neuron Model With Time-Varying Synaptic Efficacy Function for Pattern Classification'published by abee. The whole project was wirtten by python3,it includes 2 codes and 2 sorts of data sets which nam
  3. 所属分类:机器学习

    • 发布日期:2019-08-09
    • 文件大小:1mb
    • 提供者:qq_34365687
  1. train-data.zip

  2. leon验证码标注集 https://siwei.blog.csdn.net/article/details/107997005
  3. 所属分类:深度学习

    • 发布日期:2020-08-14
    • 文件大小:7mb
    • 提供者:qq_28018283
« 12 »