LSUVinit

Initialization method

Implementation of a method to initialize neural network layers in a deep learning framework.

Reference caffe implementation of LSUV initialization

GitHub

112 stars
10 watching
33 forks
Language: C++
last commit: about 7 years ago
Linked from 1 awesome list

caffeconvolutional-networksconvolutional-neural-networksdeep-learninginitializationlsuvlsuv-initialization

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
alejandro-isaza/caffe A C++ implementation of a deep learning framework designed for speed and modularity. 59
amd/opencl-caffe An OpenCL implementation of Caffe, a mainstream DNN framework. 517
developmentseed/caffe A framework for deep learning using C++ and modularity to speed up development. 6
ethanhe42/xception-caffe An implementation of the Xception neural network in Caffe, a deep learning framework. 45
philkr/magic_init This code provides an initialization method for convolutional neural networks based on data-dependent parameters. 138
yusugomori/deeplearning.coffee A collection of simple JavaScript implementations of deep learning concepts 35
lisaanne/lisa-caffe-public A C++ implementation of the deep learning framework used for rapid prototyping and building of image recognition models. 220
chuckcho/video-caffe An implementation of a deep learning framework with video features 175
naibaf7/caffe_neural_tool A C++ interface to the caffe deep learning framework, providing a convenient entry point for developers to build and deploy neural networks. 15
auduno/deepdraw Generates class visualizations from deep neural networks using Caffe 358
wolegechu/shufflenetv2.caffe2 An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks 25
chengyangfu/caffe A fast and modular deep learning framework for computer vision tasks. 169
shicai/densenet-caffe Provides pre-trained neural network models based on DenseNet architecture, converted from Torch format to Caffe model for use in deep learning applications. 357
lim0606/caffe-googlenet-bn Re-implementation of a neural network model with batch normalization and customized training parameters. 131
muupan/dqn-in-the-caffe An implementation of Deep Q-Network using Caffe to train and test reinforcement learning algorithms. 213