Skip to content

Implementation of deep residual networks with inception bottleneck in Lasagne

Notifications You must be signed in to change notification settings

n3011/Deep_Residual_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages