CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - CUDA

搜索资源列表

  1. 3d-dem-cuda-sphere-master

    1下载:
  2. 离散单元法中流固耦合部分圆形颗粒描述的多场耦合现象-DEM CFD-DEM COUPPLING
  3. 所属分类:Algorithm

    • 发布日期:2017-06-01
    • 文件大小:13707734
    • 提供者:dmkuang
  1. c-DemSo-master

    1下载:
  2. 二维cuda c书写的离散单元法计算程序圆形颗粒-DEM CUDA C 2DIMENSIONS
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:240955
    • 提供者:dmkuang
  1. cudann

    1下载:
  2. 一个前馈反向传播人工神经网络的实现,并应用CUDA加速-Implementation of a feed-forward backpropagation artificial neural network using CUDA
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-06
    • 文件大小:46080
    • 提供者:yx
  1. mergeSort

    0下载:
  2. 超快速排序C程序,使用cuda编程,质量高-fast sort c program, use cuda.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:200488
    • 提供者:jyzhz
  1. IIRCuda

    0下载:
  2. simple iir filter implementation on cuda
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:316941
    • 提供者:haggui_s
  1. GPUBarCode

    0下载:
  2. 这是在Matlab软件平台下的 GPU程序,用最近邻域双线性插值算法填补图像中缺失区域,是并行运算处理,使用CUDA来编写程序。(This is the GPU program under the Matlab software platform, and the nearest neighborhood bilinear interpolation algorithm to fill the missing areas in the image is parallel processing,
  3. 所属分类:matlab例程

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

    0下载:
  2. 通过caffe和matlab,实现cnn网络(supported by https://github.com/soumith/inception.torch NN support means both CPU and GPU backends. You can also use Caffe inside Torch with this: https://github.com/szagoruyko/torch-caffe-binding However you can't use bo
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-21
    • 文件大小:19456
    • 提供者:咕_噜
  1. MTCNN_face_detection_alignment-master

    0下载:
  2. 人脸检测 matlab+caffe+cuda(face detection: matlab+caffe+cuda)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-12
    • 文件大小:34357696
    • 提供者:mamam
  1. euler2d_cudaFortran-master

    0下载:
  2. GPU实现2d欧拉方程问题,fortran 实现,简单易学,可以下载试试(GPU 2D Euler equations to achieve the problem, FORTRAN implementation, easy to learn, you can download to try)
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:39936
    • 提供者:klzhao
  1. darknet-master

    0下载:
  2. 是一种神经网络框架,在其基础上可以实现物体检测,图像分类,模式识别功能。(Darknet is a neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation. You can find the source on GitHub or you can read more about what Darknet can do righ
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2216960
    • 提供者:wu joy
  1. atopic

    0下载:
  2. cuda的一个关于简单程序,矩阵算法实例,利用这个算法可以更好的掌握cuda 他是cuda的入门例子,()
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:27648
    • 提供者:modwm
  1. klument

    0下载:
  2. cuda简单例子,适合初学者,my first kernel()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Kennesy
  1. pycuda-2017.1.1.tar

    2下载:
  2. 矩阵相乘的并行运算的算法,运算效率可以轻松提高近100倍。是进行人工智能研究及深度学习先关研究的必备并行算法。(The algorithm of parallel operation of matrix multiplication can easily increase the operation efficiency by nearly 100 times. It is a necessary parallel algorithm for the study of artificial in
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:1608704
    • 提供者:zlff09
  1. tSNE-cuda-master

    0下载:
  2. 基于matllab实现的tsne统计算法,在数学建模中效果显著(The tsne statistical algorithm based on matllab is significant in mathematical modeling)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:82944
    • 提供者:lohaspig
  1. pxbvl

    0下载:
  2. cuda的一个关于简单程序,矩阵算法实例,利用这个算法可以更好的掌握cuda 他是cuda的入门例子,()
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:27648
    • 提供者:DNVZ+11109
  1. marchingCubes

    7下载:
  2. 1.在MATLAB中直接实现Marching Cubes; 2.使用了向量化和预分配的概念在MATLAB中优化; 3.用c-mex函数和GPU实现.(1. Marching Cubes is realized directly in MATLAB; 2., the concepts of VQ and pre allocation are optimized in MATLAB. 3. is implemented with c-MEX function and GPU.)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-27
    • 文件大小:97280
    • 提供者:zyj0-0
  1. win10配置tensorflow gpu版不用装CUDA

    1下载:
  2. 这是本人写的一篇安装tensorflow的方法,用于win10系统,gpu版(This is an article written by myself for installing tensorflow gpu version.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-11-29
    • 文件大小:7168
    • 提供者:qcjb
  1. 这是BPF算法

    1下载:
  2. 这里提供的BPF算法可以作为论文《BPF重建算法的CUDA并行实现》的测试代码。
  3. 所属分类:matlab例程

    • 发布日期:2020-04-24
    • 文件大小:1153
    • 提供者:coda30
« 1 2 3 4 5 6»
搜珍网 www.dssz.com