?> What activation functions can be used for the hidd... - Aide
QUESTION / RÉPONSE

What activation functions can be used for the hidden and target layers?

2 consultations

Réponse

For hidden layers, the 'acts' parameter supports 'EXP', 'IDENTITY', 'LOGISTIC', 'RECTIFIER', 'SIN', 'SOFTPLUS', and 'TANH'. For the target layer, the 'targetAct' parameter supports 'EXP', 'IDENTITY', 'LOGISTIC', 'SIN', 'SOFTMAX', and 'TANH'. The default activation function depends on the variable type.
Action technique liée

Voir la documentation de annTrain

Voir l'Action
Thématiques

Voir aussi

annScore
neuralNet

The `annScore` action scores a data table using a pre-trained artificial neural network model. This is a crucial step after training a model with `annTrain`, allowing you to apply the learned patterns to new data to make predictions. The action can generate various outputs, including predicted values, probabilities for classification tasks, and even the values of hidden layer nodes, which can be useful for feature engineering or model interpretation.

annScore
neuralNet

La acción `annScore` del conjunto de acciones `neuralNet` se utiliza para puntuar datos con un modelo de red neuronal artificial previamente entrenado. Esta acción toma un modelo entrenado (desde una tabla CAS) y una tabla de datos de entrada, y genera una tabla de salida con las predicciones. Es una herramienta fundamental en el ciclo de vida del machine learning para aplicar modelos a nuevos datos y evaluar su rendimiento o para la implementación en producción.

annCode
neuralNet

Erzeugt DATA-Step-Scoring-Code aus einem künstlichen neuronalen Netzwerkmodell. Diese Aktion ist entscheidend für die Operationalisierung von Modellen, da sie es ermöglicht, das trainierte Modell in eine portable und wiederverwendbare Form zu konvertieren, die in verschiedenen SAS-Umgebungen zur Bewertung neuer Daten ohne die Notwendigkeit der CAS-Umgebung ausgeführt werden kann.