?> Quel est le paramètre obligatoire pour définir l... - Aide
QUESTION / RÉPONSE

Quel est le paramètre obligatoire pour définir la table qui stockera le modèle ?

1 consultations

Réponse

Le paramètre `modelTable` est obligatoire et spécifie la table en mémoire où le modèle sera stocké.
Action technique liée

Voir la documentation de buildModel

Voir l'Action
Thématiques

Voir aussi

addLayer
deepLearn

La acción addLayer añade una capa a un modelo de Deep Learning. Esta acción forma parte del conjunto de acciones de Deep Learning, que proporciona un superconjunto de herramientas para modelar y puntuar con redes neuronales profundas (DNN), convolucionales (CNN) y recurrentes (RNN). Es fundamental para construir arquitecturas de red capa por capa.

addLayer
deepLearn

Fügt eine Schicht zu einem Deep-Learning-Modell hinzu. Diese Aktion ist fundamental für den schrittweisen Aufbau von neuronalen Netzwerkarchitekturen, indem sie es ermöglicht, verschiedene Arten von Schichten (z. B. Konvolution, Pooling, vollständig verbunden) zu einem bestehenden Modell hinzuzufügen und deren Verbindungen zu definieren.

addLayer
deepLearn

The addLayer action adds a layer to a deep learning model. It is part of the Deep Learning action set, which provides a comprehensive suite of tools for modeling and scoring with deep neural networks (DNN), convolutional neural networks (CNN), and recurrent neural networks (RNN). This action is fundamental in constructing the architecture of a neural network, allowing for the sequential addition and configuration of various layer types.