Ajuste de deep learning
Para aprender a configurar las opciones con la función trainingOptions
, consulte Set Up Parameters and Train Convolutional Neural Network. Una vez que haya identificado unas cuantas opciones de inicio válidas, podrá automatizar el barrido de hiperparámetros o probar la optimización bayesiana con Experiment Manager.
Investigue la solidez de la red generando ejemplos adversarios. Después, podrá usar el entrenamiento adversario con el método rápido de símbolo de gradiente (FGSM) para entrenar una red resistente a perturbaciones adversario.
Apps
Deep Network Designer | Diseñar, visualizar y entrenar redes de deep learning |
Funciones
trainingOptions | Opciones para entrenar una red neuronal de deep learning |
trainNetwork | Entrenar redes neuronales de deep learning |
Temas
- Set Up Parameters and Train Convolutional Neural Network
Learn how to set up training parameters for a convolutional neural network.
- Deep Learning Using Bayesian Optimization
This example shows how to apply Bayesian optimization to deep learning and find optimal network hyperparameters and training options for convolutional neural networks.
- Train Deep Learning Networks in Parallel
This example shows how to run multiple deep learning experiments on your local machine.
- Train Network Using Custom Training Loop
This example shows how to train a network that classifies handwritten digits with a custom learning rate schedule.
- Compare Activation Layers
This example shows how to compare the accuracy of training networks with ReLU, leaky ReLU, ELU, and swish activation layers.
- Generate Experiment Using Deep Network Designer
Use Experiment Manager to tune the hyperparameters of a network trained in Deep Network Designer.
- Deep Learning Tips and Tricks
Learn how to improve the accuracy of deep learning networks.
- Train Robust Deep Learning Network with Jacobian Regularization
This example shows how to train a neural network that is robust to adversarial examples using a Jacobian regularization scheme [1].
- Specify Custom Weight Initialization Function
This example shows how to create a custom He weight initialization function for convolution layers followed by leaky ReLU layers.
- Compare Layer Weight Initializers
This example shows how to train deep learning networks with different weight initializers.