theano 入门教程1.3给一个参数设置默认值# -*- coding: utf-8
-*-"""Created on Wed Jun 4 23:22:17 2014@author: wencc"""import theano.tensor as
Tfrom theano import funct...
分类:
其他好文 时间:
2014-06-11 21:47:44
阅读次数:
552
使用共享变量# -*- coding: utf-8 -*-"""Created on Wed Jun
4 23:28:21 2014@author: wencc"""from theano import sharedfrom theano import
functionimport theano.t...
分类:
其他好文 时间:
2014-06-11 13:26:52
阅读次数:
304
LICENSE
Deep Learning Tutorials
Getting Started
Datasets
Notation
A Primer on Supervised Optimization for Deep Learning
Theano/Python Tips
Classifying MNIST digits using Logistic Regression...
分类:
其他好文 时间:
2014-06-05 03:05:05
阅读次数:
210
本文结合Deep learning的一个应用,Convolution Neural Network 进行一些基本应用,参考Lecun的Document 0.1进行部分拓展,与结果展示(in python)。
分为以下几部分:
1. Convolution(卷积)
2. Pooling(降采样过程)
3. CNN结构
4. 跑实验
下面分别介绍...
分类:
Web程序 时间:
2014-05-15 23:21:13
阅读次数:
746
为了加深对深度学习算法的理解,打算跑一下几个经典的算法。LISA实验室有一个Python库Theano封装了常用的优化算法,用着非常方便。但是之前不了解Python,打算一点一点摸索。
下面说一下这两天搭建平台的过程,当然其中遇到了不少问题,但最后还是成功实现gpu运算。 首先要安装thea...
分类:
其他好文 时间:
2014-05-08 07:31:06
阅读次数:
434