• Deep Learning: Methods and Applications

    微软研究院的一份deep learning讲义, 详细讲了近几年deep learning的发展,非常系统,适合学习

    0
    184
    8.41MB
    2015-08-28
    9
  • cython使用指南

    非常好的cython学习资料, 文字版。 内容是英文的

    0
    85
    3.77MB
    2015-08-28
    11
  • matplotlib中文版教材

    matplotlib tutorial的中文版, 介绍了如何使用python进行数据可视化,适合熟悉matlab的人转向python的人阅读。

    4
    500
    899KB
    2014-11-26
    50
  • numpy入门教程

    一本非常详细的numpy教程,从浅入深。 英文字符版, 非常适合学习numpy, theano的人阅读。

    5
    49
    2.05MB
    2014-11-26
    10
  • Nginx开发从入门到精通,(文字pdf版本)

    该资料为淘宝核心系统服务器平台组成员所著,非常详细讲解了Nginx模块开发和原理。网页版本在http://tengine.taobao.org/book/

    5
    113
    1.22MB
    2013-07-14
    11
  • 学习Nginx HTTP Server中文版

    Nginx服务器架设的较好的入门教材,讲解详细。

    5
    27
    24.04MB
    2013-07-14
    10
  • 基于深度学习网络(deep learning network)的手写体识别matlab代码

    基于深度学习网络(deep learning network)的手写体识别matlab代码

    5
    1113
    19KB
    2013-01-24
    49
  • 深度学习网络(deep learning network)matlab工具包

    深度学习网络matlab工具包 Directories included in the toolbox ----------------------------------- `NN/` - A library for Feedforward Backpropagation Neural Networks `CNN/` - A library for Convolutional Neural Networks `DBN/` - A library for Deep Belief Networks `SAE/` - A library for Stacked Auto-Encoders `CAE/` - A library for Convolutional Auto-Encoders `util/` - Utility functions used by the libraries `data/` - Data used by the examples `tests/` - unit tests to verify toolbox is working For references on each library check REFS.md ========================================================== ps:可能有写matlab中不带有rng函数,导致test脚本出错。该函数主要是负责 初始化随机数种子,可以直接注释掉就可以运行,或者使用rand函数代替。

    5
    998
    14.09MB
    2013-01-24
    17
  • 深度学习网络(deep learning)matlab工具箱

    深度学习网络matlab工具包,包含深度信度网络dbn,卷积网络cnn,sae(stacked auto-encoders),cae(Convolutional auto-encoders)等实现。 ================================================================ Directories included in the toolbox ----------------------------------- `NN/` - A library for Feedforward Backpropagation Neural Networks `CNN/` - A library for Convolutional Neural Networks `DBN/` - A library for Deep Belief Networks `SAE/` - A library for Stacked Auto-Encoders `CAE/` - A library for Convolutional Auto-Encoders `util/` - Utility functions used by the libraries `data/` - Data used by the examples `tests/` - unit tests to verify toolbox is working For references on each library check REFS.md =========================================================== ps:在某些matlab中,可能没有rng函数,从而导致测试脚本中报错。该函数作用只是初始化随机函数种子,可以直接把rng(0)这句注释掉,或者用rand函数去设置随机种子。

    5
    6413
    14.09MB
    2013-01-24
    48
  • 小波变换matlab代码

    小波变换代码包。 调用形式:ww=DWT(N) N为数据大小,返回变换系数矩阵。 使用举例 X=imread('lena256.bmp'); X=double(X); % 小波变换矩阵生成 ww=DWT(a); % 小波变换让图像稀疏化(注意该步骤会耗费时间,但是会增大稀疏度) X1=ww*sparse(X)*ww';

    5
    6041
    1KB
    2011-12-22
    48
上传资源赚积分or赚钱