Learn R Programming

mactivate (version 0.6.6)

mactivate-package: m-activation

Description

mactivate

Arguments

Details

The DESCRIPTION file: mactivate mactivate Please make sure to read Details in f_dmss_dW help page before using this library. This package allows the user to extend the usual multivariate regression solution by adding (parallel) multiplicative ``activation layers.'' These activation layers can be very useful for identifying input interactions, and, if the user wishes, transparently test the appropriateness of input transformations. Three functions are provided for fitting data, f_fit_hybrid_01 and f_fit_gradient_01 for a numeric response (usual MLR), and f_fit_gradient_logistic_01 for a binary response (multivariate logistic regresssion). The user is encouraged to consult the ``About'' vignette as well as the examples available in the respective functions' documentation for details about m-activation and practical examples of implementation.

Examples

Run this code
# NOT RUN {
## please see docs for individual functions.
# }

Run the code above in your browser using DataLab