Questa pagina si riferisce alla release precedente. La corrispondente pagina in inglese è stata rimossa nella release attuale.
Personalizzazione della rete profonda per le immagini
Se la funzione trainingOptions
non fornisce le opzioni di addestramento necessarie per l’attività, o se i livelli di output non supportano le funzioni di perdita necessarie, è possibile definire un loop di addestramento personalizzato. Per le reti che non possono essere create utilizzando i grafici di livello, è possibile definire reti personalizzate come una funzione. Per saperne di più, vedere Define Custom Training Loops, Loss Functions, and Networks.
Funzioni
Argomenti
- Train Network Using Custom Training Loop
This example shows how to train a network that classifies handwritten digits with a custom learning rate schedule.
- Multiple-Input and Multiple-Output Networks
Learn how to define and train deep learning networks with multiple inputs or multiple outputs.
- Train Network with Multiple Outputs
This example shows how to train a deep learning network with multiple outputs that predict both labels and angles of rotations of handwritten digits.
- Train a Siamese Network to Compare Images
This example shows how to train a Siamese network to identify similar images of handwritten characters.
- Example Deep Learning Networks Architectures
This example shows how to define simple deep learning neural networks for classification and regression tasks.
- Data Sets for Deep Learning
Discover data sets for various deep learning tasks.