An open API service indexing awesome lists of open source software.

https://github.com/n3011/deep_residual_network

Implementation of deep residual networks with inception bottleneck in Lasagne
https://github.com/n3011/deep_residual_network

deep-residual-network inception-bottleneck lasagne

Last synced: about 2 months ago
JSON representation

Implementation of deep residual networks with inception bottleneck in Lasagne

Awesome Lists containing this project

README

        

# 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]`