Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
207b827c
提交
207b827c
authored
8月 21, 2014
作者:
Bart
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Added some details about Pylearn2
上级
ae7a5a91
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
33 行增加
和
8 行删除
+33
-8
presentation.tex
doc/omlw2014/presentation.tex
+33
-8
没有找到文件。
doc/omlw2014/presentation.tex
浏览文件 @
207b827c
...
@@ -156,13 +156,7 @@ Montréal, Canada \newline
...
@@ -156,13 +156,7 @@ Montréal, Canada \newline
\begin{itemize}
\begin{itemize}
\item
Built on top of Theano, for fast execution and use of GPU
\item
Built on top of Theano, for fast execution and use of GPU
\item
Easy to try variants of implemented algorithms, and to extend them (using Theano)
\item
Easy to try variants of implemented algorithms, and to extend them (using Theano)
\item
Contains a collection of:
\item
Very modular, each component of the library can be used in isolation
\begin{itemize}
\item
Training algorithms (i.e., Stochastic and Batch GD, model-specific rules)
\item
Costs, supervised/unsupervised and exact/estimated (NLL, Score matching, NCE)
\item
Models (NNets, ConvNets, RBMs, k-means, PCA, SVMs)
\item
Datasets (MNIST, CIFAR-10) and preprocessors (LCN, ZCA)
\end{itemize}
\item
Experiments can be specified through a YAML config file, or by a Python script
\item
Experiments can be specified through a YAML config file, or by a Python script
\item
Scripts for visualizing weights, plot monitored values
\item
Scripts for visualizing weights, plot monitored values
\end{itemize}
\end{itemize}
...
@@ -259,8 +253,39 @@ print f([0, 1, 2])
...
@@ -259,8 +253,39 @@ print f([0, 1, 2])
\section
{
Pylearn2
}
\section
{
Pylearn2
}
\begin{frame}
{
Pylearn2 details
}
\begin{frame}
{
Pylearn2 details
}
\begin{itemize}
\item
The core library contains a collection of:
\begin{itemize}
\item
Training algorithms (i.e., Stochastic and Batch GD, model-specific rules)
\begin{itemize}
\item
Costs, supervised/unsupervised and exact/estimated (NLL, Score matching, NCE)
\item
Monitor, history of (functions of) parameters and hyperparameters on different data sets (training, validation, test)
\item
TerminationCriterion, determines when to stop training
\end{itemize}
\item
Training extensions, perform actions throughout the training process based on the model's state (e.g. early stopping)
\item
Models (NNets, ConvNets, RBMs, k-means, PCA, SVMs)
\item
Datasets (MNIST, CIFAR-10) and preprocessors (LCN, ZCA)
\end{itemize}
\item
Data specifications which give semantics to data
\begin{itemize}
\item
IndexSpace, labels in the form of a 1D array of integers
\item
VectorSpace, numerica data as 1D float32 array
\item
Conv2DSpace, color images as 3D float32 arrays
\end{itemize}
\item
Allows for automatic conversion e.g. labels to one-hot vectors, images to flattened vectors
\end{itemize}
\end{frame}
\end{frame}
\begin{frame}
{
Project status?
}
\begin{frame}
{
Project status
}
\begin{itemize}
\item
Has been used for scientific publications, Kaggle competitions, used by many researchers at LISA
\item
Still under rapid development, however the API shouldn't break without warning
\item
Documentation is incomplete, but improving
\item
Features currently in development:
\begin{itemize}
\item
Recurrent neural networks (RNNs), based on the GroundHog framework developed at LISA
\item
Better hyperparameter search support for YAML files
\end{itemize}
\end{itemize}
\end{frame}
\end{frame}
\section
{
libgpuarray
}
\section
{
libgpuarray
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论