码迷,mamicode.com
首页 >  
搜索关键字:theano    ( 275个结果
机器学习相关资料
scikit-learn.org 一个开源的机器学习python工具 http://scikit-learn.org/stable/tutorial/machine_learning_map/index.html Theano - Phthon深度学习算法库 Python的科学计算库 http://...
分类:其他好文   时间:2014-08-27 20:12:08    阅读次数:247
Python Theano 一键安装
Download AnacondaAnaconda is a completely free Python distribution (including for commercial use and redistribution). It includes over 195 of the most...
分类:编程语言   时间:2014-08-07 12:54:29    阅读次数:241
Python Theano TypeError: Cannot convert Type TensorType(float64, vector) (of Variable Subtensor{int64:int64:}.0) into Type TensorType(float64, matrix)
参考:https://groups.google.com/forum/#!topic/theano-users/teA-07wOFpE这个问题出现的原因是,我在读文件的时候,应该Train_X读成matrix(rows * dimensions),Train_Y读成vector(因为只有label一...
分类:编程语言   时间:2014-08-02 01:32:12    阅读次数:553
Python Theano ValueError: y_i value out of bounds
参考https://groups.google.com/forum/#!topic/theano-users/tY3fNAPYd9k这个问题是由于outs的数量没有设置对。里面写到“except that you should specify "n_out=6", because there are...
分类:编程语言   时间:2014-08-02 01:28:02    阅读次数:1139
[深度学习]Python/Theano实现逻辑回归网络的代码分析
2014-07-2110:28:34首先PO上主要Python代码(2.7), 这个代码在Deep Learning上可以找到. 1 # allocate symbolic variables for the data 2 index = T.lscalar() # index to...
分类:编程语言   时间:2014-07-22 00:29:38    阅读次数:352
theano documentation 阅读笔记
作为帮助学习的工具目标:较好地清楚地掌握theano的知识结构学习内容:theano documentation 0.6,主要看tutorial 与 library ,看2遍以上。学习时间6.29-6.30,(6.31也许需要完善下DAMS project的事)6.32-6.33 一共4天,大约40...
分类:其他好文   时间:2014-07-07 15:16:28    阅读次数:295
theano 文档再度笔记
1. automic differentation的含义2. constant folding3. memory aliasing4. broadcasting 是个难点5. shared variable6. function函数7.
分类:其他好文   时间:2014-07-05 17:51:00    阅读次数:325
theano 入门教程1.5
# -*- coding: utf-8 -*-"""Created on Thu Jun 05 17:48:31 2014@author: Administrator"""import theanoimport numpy as npimport theano.tensor as Tfrom the...
分类:其他好文   时间:2014-06-11 12:49:50    阅读次数:401
theano 入门教程1.6
theano 实例, 逻辑回归(logistic regression)# -*- coding: utf-8 -*-"""Created on Fri Jun 06 08:56:54 2014@author: Administrator"""import theanoimport numpy as...
分类:其他好文   时间:2014-06-11 12:14:52    阅读次数:922
DIP常用资源整理
Deep Learning(深度学习):ufldl的2个教程(这个没得说,入门绝对的好教程,Ng的,逻辑清晰有练习):一ufldl的2个教程(这个没得说,入门绝对的好教程,Ng的,逻辑清晰有练习):二Bengio团队的deep learning教程,用的theano库,主要是rbm系列,搞pytho...
分类:其他好文   时间:2014-06-07 20:05:57    阅读次数:849
275条   上一页 1 ... 25 26 27 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!