n3011 / Deep_Residual_Network

Implementation of deep residual networks with inception bottleneck in Lasagne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep-Residual-Network

Implementation of deep residual networks with inception bottleneck in Lasagne

Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun, "Identity Mappings in Deep Residual Networks", http://arxiv.org/abs/1603.05027

Implemented various bottleneck architecture, dropout bottleneck etc Proposed new bootleneck architecture using modified Inception module

Resnet Implementation in Python, Lasagne

Usage

THEANO_FLAGS=device=gpu0,floatX=float32 python resnetcifar.py [options]

About

Implementation of deep residual networks with inception bottleneck in Lasagne


Languages

Language:Python 100.0%