Man pages for ifrit98/R2deepR

add_lr_to_historyModifies the keras history object during training to include...
antirect_resblock_1dantirectifier resblock with bottleneck architecture
antirect_resblock_2dantirectifier resblock with bottleneck architecture
as.fractionFarey sequence approximation algorithm to fractions, WIP
beluBipolar ELU as in https://arxiv.org/abs/1709.04054.
binom_coeffCompute binomial coefficient with a lookup table
breluBipolar ReLU as in https://arxiv.org/abs/1709.04054
build_and_compileConvencience to build a keras model with given specification.
calculate_divisor_pairsCalculate all divisor pairs for a given number
CallbackOptCheckpointCustom callback for saving epoch optimizer weights
callback_save_optimizer_weightswrapper around R6 method callback for saving epoch optimizer...
cast_likeCast x to y's detype if necessary
ex_modelDummy 3 layer dense model to quickly test on mnist (or other)...
f1_score_binaryComputes F1 score for a binary classifier given the logit and...
fibGenerate fibonnaci sequence up to n
gcdGreatest common divisor
geluGaussian Error Linear Unit. This is a smoother version of the...
get_divisorsGet all divisors of a given number
helloHello, World!
is_listIs x explicitly an object of type list
is_sentinelAre we makring the end or absence of something?
is_vecIs x explicitly a vector with length(vector) > 1
is_vec2Is x an (array, list, vector) with length(x) > 1
layer_activation_belukeras layer-lambda Bipolar ELU as in...
layer_activation_breluBipolar ReLU as in https://arxiv.org/abs/1709.04054
layer_activation_gelukeras lambda layer Gaussian Error Linear Unit. This is a...
layer_activation_nackeras lambda layer implementation of NAC as in...
layer_activation_nalukeras lambda-layer NALU as in...
layer_antirectifierAntirectifier layer wrapper for keras (thanks fchollet).
layer_antirectifier_ndAntirectifier layer wrapper for keras (thanks fchollet) in...
layer_argmaxA differentiable version of tf$one_hot(tf$argmax(x, -1L),...
layer_gluGated Linear Unit
layer_glu_blockReturns a number of connected Gated Linear Units. See...
lucasGenerate lucas numbers up to n
mean_normalizeCreates a distribution that will have values between '(-1,...
minmax_scaleScale values between '(0,1)'
mnist_dataPrepare MNIST dataset for use with a keras model object.
mnist_datasetPrepare an MNIST tfdatasets object and returns 'c(ds,...
modReturn both quotient and modulus
nacNAC as in https://arxiv.org/abs/1808.00508
naluNALU as in https://arxiv.org/abs/1808.00508
nearest_pow2Find nearest power of 2 to a numeric
n_primesCompute n primes
nrootCompute bth root of a This is a so-called Vectorized...
nunzipNamed unzip.
padded_imdb_dataConvenience wrapper around 'keras::dataset_imdb()' which pads...
pascalGenerate pascal's triangle using a lookup table
pow2_rangeReturn powers of 2 within a specified range
pow2_up_toPowers of 2 up to a given number.
powers_of_2List powers of 2 up to a given exponent, x
primes_nGenerate prime numbers to a specified limit.
resblock_1dSpecialized Residual unit which contains a linear projection...
resblock_2dSpecialized Residual unit which contains a linear projection...
resblock_batchnorm_1dbatchnorm version of 'resblock_1d()'
resblock_batchnorm_1d_basebase unit resblock with batchnorm from Exploring...
resblock_batchnorm_1d_v2As suggsted in original batchnorm paper; computes 'g(BN(Wx +...
resblock_batchnorm_2d_basebase unit resblock with batchnorm from Exploring...
resblock_batchnorm_bottle_1dresblock with bottleneck from the Exploring Normalization FB...
resblock_batchnorm_bottle_1d_v2resblock with bottleneck from the Exploring Normalization FB...
resblock_batchnorm_bottle_2dresblock with bottleneck from the Exploring Normalization FB...
resblock_bottle_vanillaResnet block bottleneck from the original paper (1512.03385)
return_decimalRemove integer portion of a numeric and return only decimals
return_decimal2Remove integer portion of numeric and return decimals....
rwalkRandom walk via sampling and looping
rwalk2Random walk via cumsum
sample_lr_values_log_scaleRandomly sample values for learning rate parameter 'alpha' on...
scalerPerform feature scaling on a vector, matrix, data.frame, or...
shape_listGrab list of tensor dims statically, where possible.
shape_list2Grabs list of tensor dims statically by calling .value
sparse_eyeCreates a sparse eye_matrix tensor
split_numericSplit integer from decimal part of a numeric primitive. Note:...
sqrt_scaleScale values based on 'sqrt(sum(x^2) / max(1, length(x) -...
standardizeReplace values with their Z scores
test_mnist_mlpTrains a simple deep NN on the MNIST dataset.
timeFormatted time
train_set_size_runComplete a set of training runs given an integer set of...
unit_vector_scaleProduces values in range '(0,1)'
ifrit98/R2deepR documentation built on June 19, 2020, 7:45 a.m.