搜索资源列表

  1. TOTO_NeuralNetwork_v2

    0下载:
  2. 全手工Java书写的完全面向对象结构的人工神经网络,现版本,仅实现BP神经网络以及普通梯度下降法,但结构精炼,易于扩展,本人正在书写稀疏自编码用于图像处理,但本版本尚未涵盖。将在以后的版本中上传。(附带CSV输入)-Neural Network Programmed by JAVA, the key contribution of this Project is 100 OO based, readers can easily fig
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:22528
    • 提供者:Zhiqin
  1. sparseae_exercise

    0下载:
  2. 该文档包含了深度学习的典型模型稀疏自编码的程序和代码-this document contain sparseae exercise of deep learning network
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:21770240
    • 提供者:大不列颠
  1. MNIST_theano

    0下载:
  2. 利用theano库完成MNIST手写识别,包括稀疏自编码机,多层感知机,卷积神经网络-using the theano to complete the handwriting congnization in MNIST ,include Denoising AutoEncoder,MLP,Convolution Neutral Network.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:16138240
    • 提供者:hujie
  1. sparseae_exercise_finished

    0下载:
  2. 稀疏自编码器,UFLDL教程中的练习代码,已经完成了需要补充的代码-Sparse Autoencoder
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:10818560
    • 提供者:haohaibo
  1. Autoencoder_Code

    0下载:
  2. 深信度网络中的自编码部分,包括受限玻尔兹曼机训练,BP算法反向微调,深度学习入门学习材料!-Convinced of the network of self-coding parts, including Restricted Boltzmann Machine training, BP algorithm reverse trimming, deep learning introductory learning materials!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:11615232
    • 提供者:derrick rose
  1. stackedAE

    0下载:
  2. 堆栈自编码,通过两个稀疏自编码的堆叠和softmax分类模型,实现手写体的分类。-Stack self-encoding, since encoding by two sparse stack and softmax classification model to classify handwriting.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:10853376
    • 提供者:单清序
  1. Sparse-Autoencoder

    0下载:
  2. 稀疏自编码是构成堆栈式自编码的基础,通过稀疏自编码可以提取图像的边缘特征。-Sparse coding constitute the basis of the stack self-encoded by sparse coding can be extracted the edge feature of the image.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:11825152
    • 提供者:单清序
  1. self-taught-learning

    0下载:
  2. 自主学习把稀疏自编码器和分类器实现结合。先通过稀疏自编码对无标签的5-9的手写体进行训练得到最优参数,然后通过前向传播,得到训练集和测试集的特征,通过0-4有标签训练集训练出softmax模型,然后输入测试集到分类模型实现分类。-Independent Learning the encoder and the sparse classifiers achieve the combination. First through spars
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:9228288
    • 提供者:单清序
  1. ex6SA

    0下载:
  2. 本程序实现了一个简单的稀疏自编码器,能够获得图像的权重。-The program implements a simple sparse the encoder, the right to be able to obtain an image of the weight.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:10810368
    • 提供者:郭延辉
  1. sparse-autoencoding

    0下载:
  2. UFLDL的稀疏自编码样例程序.使用matlab语言编写-sparse auto-encoding program using matlab in UFLDL
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:22776832
    • 提供者:xxx
  1. sparseae_yjy

    0下载:
  2. 本程序主要讨论了稀疏自编码的仿真实现,并且对数据进行了可视化处理-This procedure is mainly discussed in the simulation of sparse since encoding, and the data were visualized processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:95232
    • 提供者:许文强
  1. DLT

    0下载:
  2. Online Robust Non-negative Dictionary Learning for Visual Tracking , Naiyan Wang and Dit-Yan Yeung, NIPS2013,论文代码,实现自编码器快速跟踪算法- Online Robust Non-negative Dictionary Learning for Visual Tracking , Naiyan Wang and Dit-Ya
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:22205440
    • 提供者:xty
  1. starter

    0下载:
  2. 基于深度学习的稀疏自编码器,对图像特征进行提取,然后分类-Extraction the encoder based on sparse feature depth study
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:11982848
    • 提供者:喻予璐
  1. Exercise10-Sparse-Coding

    0下载:
  2. 在windows下的MATLAB实现的深度学习的稀疏自编码器的代码-(windows) sae inMATLAB
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:10673152
    • 提供者:lzj
  1. sparseae

    0下载:
  2. 用matlab代码实现的稀疏自编码器,通过可视化步骤,可以看到稀疏编码提取出来的她特征。- sparse autoencoder written by matlab, through visualization step, you can find the features extracted by sparse coding .
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:10800128
    • 提供者:xiaoxia
  1. sparseAutoencoder

    0下载:
  2. 关于神经网络中稀疏自编码的原理说明,该资料为英文原文-The principle of sparse self coding on the neural network, the information is in English
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:394240
    • 提供者:钟蕊蔓
  1. SAE

    0下载:
  2. 深度学习中的重叠自编码型深度学习网络工具箱,可直接输入数据运行。-deeplearning toolbox of SAE
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:14716928
    • 提供者:zhangli
  1. Sparse-Autoencoder

    0下载:
  2. 神经网络稀疏自编码器的实现;从给定的很多张自然图片中截取出大小为8*8的小patches图片共10000张,现在需要用sparse autoencoder的方法训练出一个隐含层网络所学习到的特征。-Sparse neural networks since implementation of the encoder interception of a size of 8* 8 picture small patches given a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:10803200
    • 提供者:安好
  1. stacked-autoencoder

    0下载:
  2. 基于两层的层叠自编码的深度学习模型,前两层用于特征提取,再加一个Softmax分类器用于分类-Two stacked the depth of learning coding model based on the first two levels for feature extraction, coupled with a classifier for classifying Softmax
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:15344640
    • 提供者:安好
  1. melppaper6

    0下载:
  2. 为了提高深度模型的编码重构性能,本文为传统对比散度(Contrastive divergence,CD)添加了基于交叉熵的重构误差约束。利用改进后的算法训练了重构性深度自编码机(Reconstructive deep au-to-encoder,RDAE),并用 RDAE 替换混合激励线性预测编码(Mixed excitation linear prediction, MELP)语音编码器中 LSF 参数的矢量量化方法。测试结果表明,改
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:1484800
    • 提供者:梦转
« 1 2 3 4 5 67 8 9 10 11 ... 35 »

源码中国 www.ymcn.org