Learn R Programming

Rstg (version 0.0.1)

STG : Feature Selection using STochastic Gates

Description

'STG' is a method for feature selection in neural network. The procedure is based on probabilistic relaxation of the l0 norm of features, or the count of the number of selected features. The framework simultaneously learns either a nonlinear regression or classification function while selecting a small subset of features. Read more: Yamada et al. (2020) .

Copy Link

Version

Install

install.packages('Rstg')

Monthly Downloads

207

Version

0.0.1

License

MIT + file LICENSE

Maintainer

Yutaro Yamada

Last Published

December 13th, 2021

Functions in Rstg (0.0.1)

pystg_is_available

Check whether STG Python package is available and can be loaded
stg

STG: Feature Selection using Stochastic Gates