deep.transform.logit
Description
applies the logit transform to the input Y = deep.transform.logit(X)X. When you convert a
Statistics and Machine Learning Toolbox™ neural network model that uses a logit score transform to a dlnetwork object, the last layer of the network is a function layer that applies
the deep.transform.logit function.
Examples
Input Arguments
Output Arguments
Algorithms
Version History
Introduced in R2026a
See Also
deep.transform.doublelogit | deep.transform.invlogit | deep.transform.ismax | deep.transform.sign | deep.transform.symmetric | deep.transform.symmetricismax | deep.transform.symmetriclogit | dlnetwork | functionLayer | fitrnet (Statistics and Machine Learning Toolbox) | fitcnet (Statistics and Machine Learning Toolbox)