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: almost 9 years ago
Linked from 1 awesome list

caffeconvolutional-networksconvolutional-neural-networksdeep-learninginitializationlsuvlsuv-initialization

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
alejandro-isaza/caffeA C++ implementation of a deep learning framework designed for speed and modularity.59
amd/opencl-caffeAn OpenCL implementation of Caffe, a mainstream DNN framework.518
developmentseed/caffeA framework for deep learning using C++ and modularity to speed up development.6
ethanhe42/xception-caffeAn implementation of the Xception neural network in Caffe, a deep learning framework.45
philkr/magic_initThis code provides an initialization method for convolutional neural networks based on data-dependent parameters.138
yusugomori/deeplearning.coffeeA collection of simple JavaScript implementations of deep learning concepts35
lisaanne/lisa-caffe-publicA C++ implementation of the deep learning framework used for rapid prototyping and building of image recognition models.220
chuckcho/video-caffeAn implementation of a deep learning framework with video features175
naibaf7/caffe_neural_toolA C++ interface to the caffe deep learning framework, providing a convenient entry point for developers to build and deploy neural networks.15
auduno/deepdrawGenerates class visualizations from deep neural networks using Caffe358
wolegechu/shufflenetv2.caffe2An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks25
chengyangfu/caffeA fast and modular deep learning framework for computer vision tasks.169
shicai/densenet-caffeProvides 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-bnRe-implementation of a neural network model with batch normalization and customized training parameters.131
muupan/dqn-in-the-caffeAn implementation of Deep Q-Network using Caffe to train and test reinforcement learning algorithms.212