#
initialization
Here are 91 public repositories matching this topic...
Understanding the Difficulty of Training Transformers
-
Updated
Aug 31, 2021 - Python
A simple monocular visual odometry (part of vSLAM) by ORB keypoints with initialization, tracking, local map and bundle adjustment. (WARNING: Hi, I'm sorry that this project is tuned for course demo, not for real world applications !!!)
-
Updated
Jul 2, 2021 - C++
Reference caffe implementation of LSUV initialization
caffe
deep-learning
convolutional-networks
convolutional-neural-networks
initialization
lsuv
lsuv-initialization
-
Updated
Oct 31, 2017 - C++
Simple implementation of the LSUV initialization in keras
keras
convolutional-networks
deeplearning
convolutional-neural-networks
initialization
lsuv
lsuv-initialization
-
Updated
Jul 15, 2019 - Python
Benchmark the init cost of Go packages
-
Updated
May 7, 2021 - Go
Simple implementation of the LSUV initialization in PyTorch
cnn
pytorch
convolutional-networks
deeplearning
convolutional-neural-networks
initialization
lsuv
lsuv-initialization
-
Updated
Apr 7, 2020 - Python
Class Normalization for Continual Zero-Shot Learning
-
Updated
Feb 5, 2021 - Python
The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.
-
Updated
Feb 24, 2022 - Java
Short description for quick search
tensorflow
dropout
batch-normalization
momentum
softmax-regression
l2-regularization
rmsprop
adam-optimizer
mini-batch-gradient-descent
bias-correction
initialization
gradient-check
exponentially-weighted-averages
learning-rate-decay
-
Updated
Jan 31, 2019 - Python
Mathematical consequences of orthogonal weights initialization and regularization in deep learning. Experiments with gain-adjusted orthogonal regularizer on RNNs with SeqMNIST dataset.
keras
mathematics
rnn
mathematics-machine-learning
neuralnetworks
orthogonal
initialization
dynamical-isometry
-
Updated
Sep 21, 2019 - Jupyter Notebook
A framework for Open edX micro-frontend applications.
-
Updated
Feb 25, 2022 - JavaScript
Accelarate Helix based Sitecore project initial setup and project addition included with common needs.
-
Updated
Sep 9, 2019 - C#
Scripted tool to generate initialization code for the ATSAMD51 MCU + low level drivers and other goodies
-
Updated
Sep 17, 2020 - C
kotlin
build-automation
project-management
release-automation
initialization
deployment-automation
kotlin-scripting
-
Updated
Dec 15, 2021 - Kotlin
-
Updated
May 10, 2021 - TypeScript
Initialize / Fill C++ array fast - O(1) time with only 1 extra bit of memory.
template
library
cpp
paper
fill
array
header
bit
data-structures
header-only
constant-time
initialize
init
implementation
initialization
constant-space
o1
initializable
fillable
-
Updated
Jan 23, 2021 - C++
Small header-only C++ library that helps to initialize Vulkan instance and device object
-
Updated
Apr 8, 2021 - C++
[Examples] Simple basic isolated android examples to showcase various library initialization mechanisms
android
android-library
android-application
startup
android-app
initializer
initialization
appstartup
appstart
-
Updated
Nov 16, 2020 - Kotlin
-
Updated
Dec 30, 2020 - Rust
A .ini file reader and writer library programmed in C++17. 🛠
config
c-plus-plus
parser
settings
library
cpp
input
oop
configuration
io
ini
output
cpp17
ini-parser
ini-reader
initialization
ini-file
ini-writer
cpp17-library
ini-rw
-
Updated
Jan 12, 2022 - C++
Proper Initialization of singletons and resolve all initialization order issues
-
Updated
Mar 16, 2020 - C++
go
golang
dependency-injection
golang-library
dependency-injection-framework
golang-package
golang-application
initialization
dependency-injection-pattern
-
Updated
Jun 26, 2021 - Go
Lazy global initialization for Elixir, without state
-
Updated
Feb 22, 2021 - Elixir
Using spring cloud gateway and kotlin beans dsl...
initializer
initialization
spring-cloud-gateway
spring-fu
spring-kotlin-beans-dsl
spring-fu-kofu
spring-boot-initializer
applicationcontextinitializer
application-context-initializer
-
Updated
Mar 12, 2020 - Kotlin
Software templates managed via single API
-
Updated
Jan 14, 2020 - Python
Improve this page
Add a description, image, and links to the initialization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the initialization topic, visit your repo's landing page and select "manage topics."
One of the specific advantages of the wire approach is that it generates code that's relatively readable compared to reflect-based equivalents. When
wire.Valueis used on a small by-value type, there's no need for the value to live in a global variable - the expression could instead be used literally inside the generated code, which would make the code easier to follow, and more similar to the c