diff --git a/doc/LectureNotes/_toc.yml b/doc/LectureNotes/_toc.yml index a3165d0ef..eee8e4387 100644 --- a/doc/LectureNotes/_toc.yml +++ b/doc/LectureNotes/_toc.yml @@ -56,6 +56,8 @@ parts: - file: week40.ipynb - file: exercisesweek41.ipynb - file: week41.ipynb + - file: exercisesweek42.ipynb + - file: week42.ipynb - caption: Projects numbered: false chapters: diff --git a/doc/pub/week42/html/._week42-bs000.html b/doc/pub/week42/html/._week42-bs000.html index dddce8a8e..c33716b7d 100644 --- a/doc/pub/week42/html/._week42-bs000.html +++ b/doc/pub/week42/html/._week42-bs000.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -500,7 +507,7 @@ MathJax.Hub.Config({
  • 9
  • 10
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs001.html b/doc/pub/week42/html/._week42-bs001.html index afd7261b3..be51bb83a 100644 --- a/doc/pub/week42/html/._week42-bs001.html +++ b/doc/pub/week42/html/._week42-bs001.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -501,7 +508,7 @@ MathJax.Hub.Config({
  • 10
  • 11
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs002.html b/doc/pub/week42/html/._week42-bs002.html index 9976d9706..ecd3c51c9 100644 --- a/doc/pub/week42/html/._week42-bs002.html +++ b/doc/pub/week42/html/._week42-bs002.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -488,7 +495,7 @@ MathJax.Hub.Config({
  • 11
  • 12
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs003.html b/doc/pub/week42/html/._week42-bs003.html index a3e1cd48d..55c376349 100644 --- a/doc/pub/week42/html/._week42-bs003.html +++ b/doc/pub/week42/html/._week42-bs003.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -488,7 +495,7 @@ hidden nodes but only one output node.
  • 12
  • 13
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs004.html b/doc/pub/week42/html/._week42-bs004.html index dc4af5349..c0e0169e6 100644 --- a/doc/pub/week42/html/._week42-bs004.html +++ b/doc/pub/week42/html/._week42-bs004.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -489,7 +496,7 @@ MathJax.Hub.Config({
  • 13
  • 14
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs005.html b/doc/pub/week42/html/._week42-bs005.html index dcab679d1..dedd4b8b1 100644 --- a/doc/pub/week42/html/._week42-bs005.html +++ b/doc/pub/week42/html/._week42-bs005.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -488,7 +495,7 @@ MathJax.Hub.Config({
  • 14
  • 15
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs006.html b/doc/pub/week42/html/._week42-bs006.html index 95d36c77f..134e61953 100644 --- a/doc/pub/week42/html/._week42-bs006.html +++ b/doc/pub/week42/html/._week42-bs006.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -484,7 +491,7 @@ MathJax.Hub.Config({
  • 15
  • 16
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs007.html b/doc/pub/week42/html/._week42-bs007.html index d0e16119b..aadf5059d 100644 --- a/doc/pub/week42/html/._week42-bs007.html +++ b/doc/pub/week42/html/._week42-bs007.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -503,7 +510,7 @@ $$
  • 16
  • 17
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs008.html b/doc/pub/week42/html/._week42-bs008.html index 0f2c12c8d..200298551 100644 --- a/doc/pub/week42/html/._week42-bs008.html +++ b/doc/pub/week42/html/._week42-bs008.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -488,7 +495,7 @@ MathJax.Hub.Config({
  • 17
  • 18
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs009.html b/doc/pub/week42/html/._week42-bs009.html index e676d244c..7dc90011b 100644 --- a/doc/pub/week42/html/._week42-bs009.html +++ b/doc/pub/week42/html/._week42-bs009.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -509,7 +516,7 @@ $$
  • 18
  • 19
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs010.html b/doc/pub/week42/html/._week42-bs010.html index 0409da91c..e1512f11d 100644 --- a/doc/pub/week42/html/._week42-bs010.html +++ b/doc/pub/week42/html/._week42-bs010.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -506,7 +513,7 @@ $$
  • 19
  • 20
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs011.html b/doc/pub/week42/html/._week42-bs011.html index 1f3594913..72f64635e 100644 --- a/doc/pub/week42/html/._week42-bs011.html +++ b/doc/pub/week42/html/._week42-bs011.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -490,7 +497,7 @@ MathJax.Hub.Config({
  • 20
  • 21
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs012.html b/doc/pub/week42/html/._week42-bs012.html index 834a84a1f..c419ade16 100644 --- a/doc/pub/week42/html/._week42-bs012.html +++ b/doc/pub/week42/html/._week42-bs012.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -504,7 +511,7 @@ $$
  • 21
  • 22
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs013.html b/doc/pub/week42/html/._week42-bs013.html index a6f1b0282..1b76b1762 100644 --- a/doc/pub/week42/html/._week42-bs013.html +++ b/doc/pub/week42/html/._week42-bs013.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -497,7 +504,7 @@ is referenced as the exploding gradient problem.
  • 22
  • 23
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs014.html b/doc/pub/week42/html/._week42-bs014.html index ec140681c..ef02a49d8 100644 --- a/doc/pub/week42/html/._week42-bs014.html +++ b/doc/pub/week42/html/._week42-bs014.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -501,7 +508,7 @@ $$
  • 23
  • 24
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs015.html b/doc/pub/week42/html/._week42-bs015.html index 0f433440e..07663628e 100644 --- a/doc/pub/week42/html/._week42-bs015.html +++ b/doc/pub/week42/html/._week42-bs015.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -578,7 +585,7 @@ eta = 0.124
  • 25
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs016.html b/doc/pub/week42/html/._week42-bs016.html index ddd2039f8..44d62dfd1 100644 --- a/doc/pub/week42/html/._week42-bs016.html +++ b/doc/pub/week42/html/._week42-bs016.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -502,7 +509,7 @@ $$
  • 25
  • 26
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs017.html b/doc/pub/week42/html/._week42-bs017.html index 6284d7bb7..b2f87e56e 100644 --- a/doc/pub/week42/html/._week42-bs017.html +++ b/doc/pub/week42/html/._week42-bs017.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -490,7 +497,7 @@ MathJax.Hub.Config({
  • 26
  • 27
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs018.html b/doc/pub/week42/html/._week42-bs018.html index 2449657cd..03567cd6e 100644 --- a/doc/pub/week42/html/._week42-bs018.html +++ b/doc/pub/week42/html/._week42-bs018.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -497,7 +504,7 @@ $$
  • 27
  • 28
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs019.html b/doc/pub/week42/html/._week42-bs019.html index 0eac6400e..c2bc1a2d8 100644 --- a/doc/pub/week42/html/._week42-bs019.html +++ b/doc/pub/week42/html/._week42-bs019.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -497,7 +504,7 @@ $$
  • 28
  • 29
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs020.html b/doc/pub/week42/html/._week42-bs020.html index a84ac648e..c9846baec 100644 --- a/doc/pub/week42/html/._week42-bs020.html +++ b/doc/pub/week42/html/._week42-bs020.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -495,7 +502,7 @@ $$
  • 29
  • 30
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs021.html b/doc/pub/week42/html/._week42-bs021.html index a69de5a4e..d3ab874da 100644 --- a/doc/pub/week42/html/._week42-bs021.html +++ b/doc/pub/week42/html/._week42-bs021.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -506,7 +513,7 @@ $$
  • 30
  • 31
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs022.html b/doc/pub/week42/html/._week42-bs022.html index 55e51689c..5d2782ec4 100644 --- a/doc/pub/week42/html/._week42-bs022.html +++ b/doc/pub/week42/html/._week42-bs022.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -501,7 +508,7 @@ $$
  • 31
  • 32
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs023.html b/doc/pub/week42/html/._week42-bs023.html index f9ef2d351..b54fdcd75 100644 --- a/doc/pub/week42/html/._week42-bs023.html +++ b/doc/pub/week42/html/._week42-bs023.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -499,7 +506,7 @@ $$
  • 32
  • 33
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs024.html b/doc/pub/week42/html/._week42-bs024.html index bd5af2a55..af2c49271 100644 --- a/doc/pub/week42/html/._week42-bs024.html +++ b/doc/pub/week42/html/._week42-bs024.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -500,7 +507,7 @@ $$
  • 33
  • 34
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs025.html b/doc/pub/week42/html/._week42-bs025.html index a7f4b90a2..f0a2e0401 100644 --- a/doc/pub/week42/html/._week42-bs025.html +++ b/doc/pub/week42/html/._week42-bs025.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -496,7 +503,7 @@ $$
  • 34
  • 35
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs026.html b/doc/pub/week42/html/._week42-bs026.html index ecded6b7e..79e07a6cc 100644 --- a/doc/pub/week42/html/._week42-bs026.html +++ b/doc/pub/week42/html/._week42-bs026.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -508,7 +515,7 @@ $$
  • 35
  • 36
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs027.html b/doc/pub/week42/html/._week42-bs027.html index d080537fa..87cc9972a 100644 --- a/doc/pub/week42/html/._week42-bs027.html +++ b/doc/pub/week42/html/._week42-bs027.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -502,7 +509,7 @@ all inputs \( \boldsymbol{x} \) are given by \( \boldsymbol{\tilde{y}}_i \).
  • 36
  • 37
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs028.html b/doc/pub/week42/html/._week42-bs028.html index 9ff9b2a49..9feba3653 100644 --- a/doc/pub/week42/html/._week42-bs028.html +++ b/doc/pub/week42/html/._week42-bs028.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,11 +464,11 @@ MathJax.Hub.Config({

     

     

     

    -

    Layout of a neural network with three hidden layers

    +

    Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))



    -

    +



    @@ -490,7 +497,7 @@ MathJax.Hub.Config({
  • 37
  • 38
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs029.html b/doc/pub/week42/html/._week42-bs029.html index 494b7a613..9886f5380 100644 --- a/doc/pub/week42/html/._week42-bs029.html +++ b/doc/pub/week42/html/._week42-bs029.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -507,7 +514,7 @@ $$
  • 38
  • 39
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs030.html b/doc/pub/week42/html/._week42-bs030.html index eee5502ff..26a71dc2b 100644 --- a/doc/pub/week42/html/._week42-bs030.html +++ b/doc/pub/week42/html/._week42-bs030.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -496,7 +503,7 @@ $$
  • 39
  • 40
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs031.html b/doc/pub/week42/html/._week42-bs031.html index cc7596e1e..38241757c 100644 --- a/doc/pub/week42/html/._week42-bs031.html +++ b/doc/pub/week42/html/._week42-bs031.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,23 +464,13 @@ MathJax.Hub.Config({

     

     

     

    -

    Derivatives and the chain rule

    - -

    From the definition of the input variable to the activation function, that is \( z_j^l \) we have

    -$$ -\frac{\partial z_j^l}{\partial w_{ij}^l} = a_i^{l-1}, -$$ - -

    and

    -$$ -\frac{\partial z_j^l}{\partial a_i^{l-1}} = w_{ji}^l. -$$ - -

    With our definition of the activation function we have that (note that this function depends only on \( z_j^l \))

    -$$ -\frac{\partial a_j^l}{\partial z_j^{l}} = a_j^l(1-a_j^l)=\sigma(z_j^l)(1-\sigma(z_j^l)). -$$ +

    Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)

    +

    +
    +

    +
    +

    @@ -500,7 +497,7 @@ $$

  • 40
  • 41
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs032.html b/doc/pub/week42/html/._week42-bs032.html index 9b2b119e0..8d1802082 100644 --- a/doc/pub/week42/html/._week42-bs032.html +++ b/doc/pub/week42/html/._week42-bs032.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,24 +464,21 @@ MathJax.Hub.Config({

     

     

     

    -

    Derivative of the cost function

    +

    Derivatives and the chain rule

    -

    With these definitions we can now compute the derivative of the cost function in terms of the weights.

    - -

    Let us specialize to the output layer \( l=L \). Our cost function is

    +

    From the definition of the input variable to the activation function, that is \( z_j^l \) we have

    $$ -{\cal C}(\boldsymbol{\Theta}^L) = \frac{1}{2}\sum_{i=1}^n\left(y_i - \tilde{y}_i\right)^2=\frac{1}{2}\sum_{i=1}^n\left(a_i^L - y_i\right)^2, +\frac{\partial z_j^l}{\partial w_{ij}^l} = a_i^{l-1}, $$ -

    The derivative of this function with respect to the weights is

    - +

    and

    $$ -\frac{\partial{\cal C}(\boldsymbol{\Theta}^L)}{\partial w_{ij}^L} = \left(a_j^L - y_j\right)\frac{\partial a_j^L}{\partial w_{ij}^{L}}, +\frac{\partial z_j^l}{\partial a_i^{l-1}} = w_{ji}^l. $$ -

    The last partial derivative can easily be computed and reads (by applying the chain rule)

    +

    With our definition of the activation function we have that (note that this function depends only on \( z_j^l \))

    $$ -\frac{\partial a_j^L}{\partial w_{ij}^{L}} = \frac{\partial a_j^L}{\partial z_{j}^{L}}\frac{\partial z_j^L}{\partial w_{ij}^{L}}=a_j^L(1-a_j^L)a_i^{L-1}. +\frac{\partial a_j^l}{\partial z_j^{l}} = a_j^l(1-a_j^l)=\sigma(z_j^l)(1-\sigma(z_j^l)). $$ @@ -503,7 +507,7 @@ $$
  • 41
  • 42
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs033.html b/doc/pub/week42/html/._week42-bs033.html index aa2a0fbbb..ff1904224 100644 --- a/doc/pub/week42/html/._week42-bs033.html +++ b/doc/pub/week42/html/._week42-bs033.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,21 +464,24 @@ MathJax.Hub.Config({

     

     

     

    -

    The back propagation equations for a neural network

    +

    Derivative of the cost function

    -

    We have thus

    +

    With these definitions we can now compute the derivative of the cost function in terms of the weights.

    + +

    Let us specialize to the output layer \( l=L \). Our cost function is

    $$ -\frac{\partial{\cal C}((\boldsymbol{\Theta}^L)}{\partial w_{ij}^L} = \left(a_j^L - y_j\right)a_j^L(1-a_j^L)a_i^{L-1}, +{\cal C}(\boldsymbol{\Theta}^L) = \frac{1}{2}\sum_{i=1}^n\left(y_i - \tilde{y}_i\right)^2=\frac{1}{2}\sum_{i=1}^n\left(a_i^L - y_i\right)^2, $$ -

    Defining

    +

    The derivative of this function with respect to the weights is

    + $$ -\delta_j^L = a_j^L(1-a_j^L)\left(a_j^L - y_j\right) = \sigma'(z_j^L)\frac{\partial {\cal C}}{\partial (a_j^L)}, +\frac{\partial{\cal C}(\boldsymbol{\Theta}^L)}{\partial w_{ij}^L} = \left(a_j^L - y_j\right)\frac{\partial a_j^L}{\partial w_{ij}^{L}}, $$ -

    and using the Hadamard product of two vectors we can write this as

    +

    The last partial derivative can easily be computed and reads (by applying the chain rule)

    $$ -\boldsymbol{\delta}^L = \sigma'(\boldsymbol{z}^L)\circ\frac{\partial {\cal C}}{\partial (\boldsymbol{a}^L)}. +\frac{\partial a_j^L}{\partial w_{ij}^{L}} = \frac{\partial a_j^L}{\partial z_{j}^{L}}\frac{\partial z_j^L}{\partial w_{ij}^{L}}=a_j^L(1-a_j^L)a_i^{L-1}. $$ @@ -500,7 +510,7 @@ $$
  • 42
  • 43
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs034.html b/doc/pub/week42/html/._week42-bs034.html index 61ee18d9c..4b22fd5c8 100644 --- a/doc/pub/week42/html/._week42-bs034.html +++ b/doc/pub/week42/html/._week42-bs034.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,16 +464,23 @@ MathJax.Hub.Config({

     

     

     

    -

    Analyzing the last results

    +

    The back propagation equations for a neural network

    + +

    We have thus

    +$$ +\frac{\partial{\cal C}((\boldsymbol{\Theta}^L)}{\partial w_{ij}^L} = \left(a_j^L - y_j\right)a_j^L(1-a_j^L)a_i^{L-1}, +$$ + +

    Defining

    +$$ +\delta_j^L = a_j^L(1-a_j^L)\left(a_j^L - y_j\right) = \sigma'(z_j^L)\frac{\partial {\cal C}}{\partial (a_j^L)}, +$$ + +

    and using the Hadamard product of two vectors we can write this as

    +$$ +\boldsymbol{\delta}^L = \sigma'(\boldsymbol{z}^L)\circ\frac{\partial {\cal C}}{\partial (\boldsymbol{a}^L)}. +$$ -

    This is an important expression. The second term on the right handside -measures how fast the cost function is changing as a function of the $j$th -output activation. If, for example, the cost function doesn't depend -much on a particular output node \( j \), then \( \delta_j^L \) will be small, -which is what we would expect. The first term on the right, measures -how fast the activation function \( f \) is changing at a given activation -value \( z_j^L \). -

    @@ -493,7 +507,7 @@ value \( z_j^L \).

  • 43
  • 44
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs035.html b/doc/pub/week42/html/._week42-bs035.html index 9125a580e..a6693827a 100644 --- a/doc/pub/week42/html/._week42-bs035.html +++ b/doc/pub/week42/html/._week42-bs035.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,27 +464,17 @@ MathJax.Hub.Config({

     

     

     

    -

    More considerations

    +

    Analyzing the last results

    -

    Notice that everything in the above equations is easily computed. In -particular, we compute \( z_j^L \) while computing the behaviour of the -network, and it is only a small additional overhead to compute -\( \sigma'(z^L_j) \). The exact form of the derivative with respect to the -output depends on the form of the cost function. -However, provided the cost function is known there should be little -trouble in calculating +

    This is an important expression. The second term on the right handside +measures how fast the cost function is changing as a function of the $j$th +output activation. If, for example, the cost function doesn't depend +much on a particular output node \( j \), then \( \delta_j^L \) will be small, +which is what we would expect. The first term on the right, measures +how fast the activation function \( f \) is changing at a given activation +value \( z_j^L \).

    -$$ -\frac{\partial {\cal C}}{\partial (a_j^L)} -$$ - -

    With the definition of \( \delta_j^L \) we have a more compact definition of the derivative of the cost function in terms of the weights, namely

    -$$ -\frac{\partial{\cal C}}{\partial w_{ij}^L} = \delta_j^La_i^{L-1}. -$$ - -

    diff --git a/doc/pub/week42/html/._week42-bs036.html b/doc/pub/week42/html/._week42-bs036.html index 94383fcbd..4c0068c55 100644 --- a/doc/pub/week42/html/._week42-bs036.html +++ b/doc/pub/week42/html/._week42-bs036.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,20 +464,26 @@ MathJax.Hub.Config({

     

     

     

    -

    Derivatives in terms of \( z_j^L \)

    +

    More considerations

    -

    It is also easy to see that our previous equation can be written as

    +

    Notice that everything in the above equations is easily computed. In +particular, we compute \( z_j^L \) while computing the behaviour of the +network, and it is only a small additional overhead to compute +\( \sigma'(z^L_j) \). The exact form of the derivative with respect to the +output depends on the form of the cost function. +However, provided the cost function is known there should be little +trouble in calculating +

    $$ -\delta_j^L =\frac{\partial {\cal C}}{\partial z_j^L}= \frac{\partial {\cal C}}{\partial a_j^L}\frac{\partial a_j^L}{\partial z_j^L}, +\frac{\partial {\cal C}}{\partial (a_j^L)} $$ -

    which can also be interpreted as the partial derivative of the cost function with respect to the biases \( b_j^L \), namely

    +

    With the definition of \( \delta_j^L \) we have a more compact definition of the derivative of the cost function in terms of the weights, namely

    $$ -\delta_j^L = \frac{\partial {\cal C}}{\partial b_j^L}\frac{\partial b_j^L}{\partial z_j^L}=\frac{\partial {\cal C}}{\partial b_j^L}, +\frac{\partial{\cal C}}{\partial w_{ij}^L} = \delta_j^La_i^{L-1}. $$ -

    That is, the error \( \delta_j^L \) is exactly equal to the rate of change of the cost function as a function of the bias.

    @@ -497,7 +510,7 @@ $$

  • 45
  • 46
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs037.html b/doc/pub/week42/html/._week42-bs037.html index ab9b6e9aa..187c57639 100644 --- a/doc/pub/week42/html/._week42-bs037.html +++ b/doc/pub/week42/html/._week42-bs037.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,34 +464,20 @@ MathJax.Hub.Config({

     

     

     

    -

    Bringing it together

    +

    Derivatives in terms of \( z_j^L \)

    -

    We have now three equations that are essential for the computations of the derivatives of the cost function at the output layer. These equations are needed to start the algorithm and they are

    +

    It is also easy to see that our previous equation can be written as

    $$ -\begin{equation} -\frac{\partial{\cal C}(\boldsymbol{W^L})}{\partial w_{ij}^L} = \delta_j^La_i^{L-1}, -\tag{1} -\end{equation} +\delta_j^L =\frac{\partial {\cal C}}{\partial z_j^L}= \frac{\partial {\cal C}}{\partial a_j^L}\frac{\partial a_j^L}{\partial z_j^L}, $$ -

    and

    +

    which can also be interpreted as the partial derivative of the cost function with respect to the biases \( b_j^L \), namely

    $$ -\begin{equation} -\delta_j^L = \sigma'(z_j^L)\frac{\partial {\cal C}}{\partial (a_j^L)}, -\tag{2} -\end{equation} -$$ - -

    and

    - -$$ -\begin{equation} -\delta_j^L = \frac{\partial {\cal C}}{\partial b_j^L}, -\tag{3} -\end{equation} +\delta_j^L = \frac{\partial {\cal C}}{\partial b_j^L}\frac{\partial b_j^L}{\partial z_j^L}=\frac{\partial {\cal C}}{\partial b_j^L}, $$ +

    That is, the error \( \delta_j^L \) is exactly equal to the rate of change of the cost function as a function of the bias.

    @@ -511,7 +504,7 @@ $$

  • 46
  • 47
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs038.html b/doc/pub/week42/html/._week42-bs038.html index 1ba4bbe23..e31f59398 100644 --- a/doc/pub/week42/html/._week42-bs038.html +++ b/doc/pub/week42/html/._week42-bs038.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,14 +464,34 @@ MathJax.Hub.Config({

     

     

     

    -

    Final back propagating equation

    +

    Bringing it together

    + +

    We have now three equations that are essential for the computations of the derivatives of the cost function at the output layer. These equations are needed to start the algorithm and they are

    -

    We have that (replacing \( L \) with a general layer \( l \))

    $$ -\delta_j^l =\frac{\partial {\cal C}}{\partial z_j^l}. +\begin{equation} +\frac{\partial{\cal C}(\boldsymbol{W^L})}{\partial w_{ij}^L} = \delta_j^La_i^{L-1}, +\tag{1} +\end{equation} +$$ + +

    and

    +$$ +\begin{equation} +\delta_j^L = \sigma'(z_j^L)\frac{\partial {\cal C}}{\partial (a_j^L)}, +\tag{2} +\end{equation} +$$ + +

    and

    + +$$ +\begin{equation} +\delta_j^L = \frac{\partial {\cal C}}{\partial b_j^L}, +\tag{3} +\end{equation} $$ -

    We want to express this in terms of the equations for layer \( l+1 \).

    @@ -491,7 +518,7 @@ $$

  • 47
  • 48
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs039.html b/doc/pub/week42/html/._week42-bs039.html index f91b8d751..4e00e8c88 100644 --- a/doc/pub/week42/html/._week42-bs039.html +++ b/doc/pub/week42/html/._week42-bs039.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,26 +464,14 @@ MathJax.Hub.Config({

     

     

     

    -

    Using the chain rule and summing over all \( k \) entries

    +

    Final back propagating equation

    -

    We obtain

    +

    We have that (replacing \( L \) with a general layer \( l \))

    $$ -\delta_j^l =\sum_k \frac{\partial {\cal C}}{\partial z_k^{l+1}}\frac{\partial z_k^{l+1}}{\partial z_j^{l}}=\sum_k \delta_k^{l+1}\frac{\partial z_k^{l+1}}{\partial z_j^{l}}, +\delta_j^l =\frac{\partial {\cal C}}{\partial z_j^l}. $$ -

    and recalling that

    -$$ -z_j^{l+1} = \sum_{i=1}^{M_{l}}w_{ij}^{l+1}a_i^{l}+b_j^{l+1}, -$$ - -

    with \( M_l \) being the number of nodes in layer \( l \), we obtain

    -$$ -\delta_j^l =\sum_k \delta_k^{l+1}w_{kj}^{l+1}\sigma'(z_j^l), -$$ - -

    This is our final equation.

    - -

    We are now ready to set up the algorithm for back propagation and learning the weights and biases.

    +

    We want to express this in terms of the equations for layer \( l+1 \).

    @@ -503,7 +498,7 @@ $$

  • 48
  • 49
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs040.html b/doc/pub/week42/html/._week42-bs040.html index b38eb44f2..1d13e5439 100644 --- a/doc/pub/week42/html/._week42-bs040.html +++ b/doc/pub/week42/html/._week42-bs040.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,22 +464,26 @@ MathJax.Hub.Config({

     

     

     

    -

    Setting up the back propagation algorithm

    +

    Using the chain rule and summing over all \( k \) entries

    -

    The four equations provide us with a way of computing the gradient of the cost function. Let us write this out in the form of an algorithm.

    +

    We obtain

    +$$ +\delta_j^l =\sum_k \frac{\partial {\cal C}}{\partial z_k^{l+1}}\frac{\partial z_k^{l+1}}{\partial z_j^{l}}=\sum_k \delta_k^{l+1}\frac{\partial z_k^{l+1}}{\partial z_j^{l}}, +$$ -

    First, we set up the input data \( \boldsymbol{x} \) and the activations -\( \boldsymbol{z}_1 \) of the input layer and compute the activation function and -the pertinent outputs \( \boldsymbol{a}^1 \). -

    +

    and recalling that

    +$$ +z_j^{l+1} = \sum_{i=1}^{M_{l}}w_{ij}^{l+1}a_i^{l}+b_j^{l+1}, +$$ -

    Secondly, we perform then the feed forward till we reach the output -layer and compute all \( \boldsymbol{z}_l \) of the input layer and compute the -activation function and the pertinent outputs \( \boldsymbol{a}^l \) for -\( l=1,2,3,\dots,L \). -

    +

    with \( M_l \) being the number of nodes in layer \( l \), we obtain

    +$$ +\delta_j^l =\sum_k \delta_k^{l+1}w_{kj}^{l+1}\sigma'(z_j^l), +$$ -

    Notation: The first hidden layer has \( l=1 \) as label and the final output layer has \( l=L \).

    +

    This is our final equation.

    + +

    We are now ready to set up the algorithm for back propagation and learning the weights and biases.

    @@ -499,7 +510,7 @@ activation function and the pertinent outputs \( \boldsymbol{a}^l \) for

  • 49
  • 50
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs041.html b/doc/pub/week42/html/._week42-bs041.html index 0ab64d8a6..19c1dd6ad 100644 --- a/doc/pub/week42/html/._week42-bs041.html +++ b/doc/pub/week42/html/._week42-bs041.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,18 +464,22 @@ MathJax.Hub.Config({

     

     

     

    -

    Setting up the back propagation algorithm, part 2

    +

    Setting up the back propagation algorithm

    -

    Thereafter we compute the ouput error \( \boldsymbol{\delta}^L \) by computing all

    -$$ -\delta_j^L = \sigma'(z_j^L)\frac{\partial {\cal C}}{\partial (a_j^L)}. -$$ +

    The four equations provide us with a way of computing the gradient of the cost function. Let us write this out in the form of an algorithm.

    -

    Then we compute the back propagate error for each \( l=L-1,L-2,\dots,1 \) as

    -$$ -\delta_j^l = \sum_k \delta_k^{l+1}w_{kj}^{l+1}\sigma'(z_j^l). -$$ +

    First, we set up the input data \( \boldsymbol{x} \) and the activations +\( \boldsymbol{z}_1 \) of the input layer and compute the activation function and +the pertinent outputs \( \boldsymbol{a}^1 \). +

    +

    Secondly, we perform then the feed forward till we reach the output +layer and compute all \( \boldsymbol{z}_l \) of the input layer and compute the +activation function and the pertinent outputs \( \boldsymbol{a}^l \) for +\( l=1,2,3,\dots,L \). +

    + +

    Notation: The first hidden layer has \( l=1 \) as label and the final output layer has \( l=L \).

    @@ -495,7 +506,7 @@ $$

  • 50
  • 51
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs042.html b/doc/pub/week42/html/._week42-bs042.html index bf659b445..bf46208ac 100644 --- a/doc/pub/week42/html/._week42-bs042.html +++ b/doc/pub/week42/html/._week42-bs042.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,23 +464,18 @@ MathJax.Hub.Config({

     

     

     

    -

    Setting up the Back propagation algorithm, part 3

    - -

    Finally, we update the weights and the biases using gradient descent -for each \( l=L-1,L-2,\dots,1 \) (the first hidden layer) and update the weights and biases -according to the rules -

    +

    Setting up the back propagation algorithm, part 2

    +

    Thereafter we compute the ouput error \( \boldsymbol{\delta}^L \) by computing all

    $$ -w_{ij}^l\leftarrow = w_{ij}^l- \eta \delta_j^la_i^{l-1}, +\delta_j^L = \sigma'(z_j^L)\frac{\partial {\cal C}}{\partial (a_j^L)}. $$ - +

    Then we compute the back propagate error for each \( l=L-1,L-2,\dots,1 \) as

    $$ -b_j^l \leftarrow b_j^l-\eta \frac{\partial {\cal C}}{\partial b_j^l}=b_j^l-\eta \delta_j^l, +\delta_j^l = \sum_k \delta_k^{l+1}w_{kj}^{l+1}\sigma'(z_j^l). $$ -

    with \( \eta \) being the learning rate.

    @@ -500,7 +502,7 @@ $$

  • 51
  • 52
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs043.html b/doc/pub/week42/html/._week42-bs043.html index c2618d03d..164217d4e 100644 --- a/doc/pub/week42/html/._week42-bs043.html +++ b/doc/pub/week42/html/._week42-bs043.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,14 +464,13 @@ MathJax.Hub.Config({

     

     

     

    -

    Updating the gradients

    +

    Setting up the Back propagation algorithm, part 3

    -

    With the back propagate error for each \( l=L-1,L-2,\dots,1 \) as

    -$$ -\delta_j^l = \sum_k \delta_k^{l+1}w_{kj}^{l+1}\sigma'(z_j^l), -$$ +

    Finally, we update the weights and the biases using gradient descent +for each \( l=L-1,L-2,\dots,1 \) (the first hidden layer) and update the weights and biases +according to the rules +

    -

    we update the weights and the biases using gradient descent for each \( l=L-1,L-2,\dots,1 \) and update the weights and biases according to the rules

    $$ w_{ij}^l\leftarrow = w_{ij}^l- \eta \delta_j^la_i^{l-1}, $$ @@ -474,6 +480,7 @@ $$ b_j^l \leftarrow b_j^l-\eta \frac{\partial {\cal C}}{\partial b_j^l}=b_j^l-\eta \delta_j^l, $$ +

    with \( \eta \) being the learning rate.

    @@ -500,7 +507,7 @@ $$

  • 52
  • 53
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs044.html b/doc/pub/week42/html/._week42-bs044.html index 9ba7f7680..27689cfbc 100644 --- a/doc/pub/week42/html/._week42-bs044.html +++ b/doc/pub/week42/html/._week42-bs044.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,20 +464,24 @@ MathJax.Hub.Config({

     

     

     

    -

    Activation functions

    +

    Updating the gradients

    + +

    With the back propagate error for each \( l=L-1,L-2,\dots,1 \) as

    +$$ +\delta_j^l = \sum_k \delta_k^{l+1}w_{kj}^{l+1}\sigma'(z_j^l), +$$ + +

    we update the weights and the biases using gradient descent for each \( l=L-1,L-2,\dots,1 \) and update the weights and biases according to the rules

    +$$ +w_{ij}^l\leftarrow = w_{ij}^l- \eta \delta_j^la_i^{l-1}, +$$ + + +$$ +b_j^l \leftarrow b_j^l-\eta \frac{\partial {\cal C}}{\partial b_j^l}=b_j^l-\eta \delta_j^l, +$$ -

    A property that characterizes a neural network, other than its -connectivity, is the choice of activation function(s). As described -in, the following restrictions are imposed on an activation function -for a FFNN to fulfill the universal approximation theorem -

    -

    diff --git a/doc/pub/week42/html/._week42-bs045.html b/doc/pub/week42/html/._week42-bs045.html index af21f45b1..c7013865a 100644 --- a/doc/pub/week42/html/._week42-bs045.html +++ b/doc/pub/week42/html/._week42-bs045.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,29 +464,20 @@ MathJax.Hub.Config({

     

     

     

    -

    Activation functions, Logistic and Hyperbolic ones

    +

    Activation functions

    -

    The second requirement excludes all linear functions. Furthermore, in -a MLP with only linear activation functions, each layer simply -performs a linear transformation of its inputs. +

    A property that characterizes a neural network, other than its +connectivity, is the choice of activation function(s). As described +in, the following restrictions are imposed on an activation function +for a FFNN to fulfill the universal approximation theorem

    -

    Regardless of the number of layers, the output of the NN will be -nothing but a linear function of the inputs. Thus we need to introduce -some kind of non-linearity to the NN to be able to fit non-linear -functions Typical examples are the logistic Sigmoid -

    - -$$ - \sigma(x) = \frac{1}{1 + e^{-x}}, -$$ - -

    and the hyperbolic tangent function

    -$$ - \sigma(x) = \tanh(x) -$$ - - +

    diff --git a/doc/pub/week42/html/._week42-bs046.html b/doc/pub/week42/html/._week42-bs046.html index a4a93ab63..b42bf51ce 100644 --- a/doc/pub/week42/html/._week42-bs046.html +++ b/doc/pub/week42/html/._week42-bs046.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,107 +464,27 @@ MathJax.Hub.Config({

     

     

     

    -

    Relevance

    +

    Activation functions, Logistic and Hyperbolic ones

    -

    The sigmoid function are more biologically plausible because the -output of inactive neurons are zero. Such activation function are -called one-sided. However, it has been shown that the hyperbolic -tangent performs better than the sigmoid for training MLPs. has -become the most popular for deep neural networks +

    The second requirement excludes all linear functions. Furthermore, in +a MLP with only linear activation functions, each layer simply +performs a linear transformation of its inputs.

    +

    Regardless of the number of layers, the output of the NN will be +nothing but a linear function of the inputs. Thus we need to introduce +some kind of non-linearity to the NN to be able to fit non-linear +functions Typical examples are the logistic Sigmoid +

    - -
    -
    -
    -
    -
    -
    """The sigmoid function (or the logistic curve) is a 
    -function that takes any real number, z, and outputs a number (0,1).
    -It is useful in neural networks for assigning weights on a relative scale.
    -The value z is the weighted sum of parameters involved in the learning algorithm."""
    +$$
    + \sigma(x) = \frac{1}{1 + e^{-x}},
    +$$
     
    -import numpy
    -import matplotlib.pyplot as plt
    -import math as mt
    -
    -z = numpy.arange(-5, 5, .1)
    -sigma_fn = numpy.vectorize(lambda z: 1/(1+numpy.exp(-z)))
    -sigma = sigma_fn(z)
    -
    -fig = plt.figure()
    -ax = fig.add_subplot(111)
    -ax.plot(z, sigma)
    -ax.set_ylim([-0.1, 1.1])
    -ax.set_xlim([-5,5])
    -ax.grid(True)
    -ax.set_xlabel('z')
    -ax.set_title('sigmoid function')
    -
    -plt.show()
    -
    -"""Step Function"""
    -z = numpy.arange(-5, 5, .02)
    -step_fn = numpy.vectorize(lambda z: 1.0 if z >= 0.0 else 0.0)
    -step = step_fn(z)
    -
    -fig = plt.figure()
    -ax = fig.add_subplot(111)
    -ax.plot(z, step)
    -ax.set_ylim([-0.5, 1.5])
    -ax.set_xlim([-5,5])
    -ax.grid(True)
    -ax.set_xlabel('z')
    -ax.set_title('step function')
    -
    -plt.show()
    -
    -"""Sine Function"""
    -z = numpy.arange(-2*mt.pi, 2*mt.pi, 0.1)
    -t = numpy.sin(z)
    -
    -fig = plt.figure()
    -ax = fig.add_subplot(111)
    -ax.plot(z, t)
    -ax.set_ylim([-1.0, 1.0])
    -ax.set_xlim([-2*mt.pi,2*mt.pi])
    -ax.grid(True)
    -ax.set_xlabel('z')
    -ax.set_title('sine function')
    -
    -plt.show()
    -
    -"""Plots a graph of the squashing function used by a rectified linear
    -unit"""
    -z = numpy.arange(-2, 2, .1)
    -zero = numpy.zeros(len(z))
    -y = numpy.max([zero, z], axis=0)
    -
    -fig = plt.figure()
    -ax = fig.add_subplot(111)
    -ax.plot(z, y)
    -ax.set_ylim([-2.0, 2.0])
    -ax.set_xlim([-2.0, 2.0])
    -ax.grid(True)
    -ax.set_xlabel('z')
    -ax.set_title('Rectified linear unit')
    -
    -plt.show()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    +

    and the hyperbolic tangent function

    +$$ + \sigma(x) = \tanh(x) +$$

    @@ -585,7 +512,7 @@ plt.show()

  • 55
  • 56
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs047.html b/doc/pub/week42/html/._week42-bs047.html index 53d66b288..8870bc557 100644 --- a/doc/pub/week42/html/._week42-bs047.html +++ b/doc/pub/week42/html/._week42-bs047.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,30 +464,109 @@ MathJax.Hub.Config({

     

     

     

    -

    Fine-tuning neural network hyperparameters

    +

    Relevance

    -

    The flexibility of neural networks is also one of their main -drawbacks: there are many hyperparameters to tweak. Not only can you -use any imaginable network topology (how neurons/nodes are -interconnected), but even in a simple FFNN you can change the number -of layers, the number of neurons per layer, the type of activation -function to use in each layer, the weight initialization logic, the -stochastic gradient optmized and much more. How do you know what -combination of hyperparameters is the best for your task? +

    The sigmoid function are more biologically plausible because the +output of inactive neurons are zero. Such activation function are +called one-sided. However, it has been shown that the hyperbolic +tangent performs better than the sigmoid for training MLPs. has +become the most popular for deep neural networks

    - -

    However,since there are many hyperparameters to tune, and since -training a neural network on a large dataset takes a lot of time, you -will only be able to explore a tiny part of the hyperparameter space. -

    - + +
    +
    +
    +
    +
    +
    """The sigmoid function (or the logistic curve) is a 
    +function that takes any real number, z, and outputs a number (0,1).
    +It is useful in neural networks for assigning weights on a relative scale.
    +The value z is the weighted sum of parameters involved in the learning algorithm."""
    +
    +import numpy
    +import matplotlib.pyplot as plt
    +import math as mt
    +
    +z = numpy.arange(-5, 5, .1)
    +sigma_fn = numpy.vectorize(lambda z: 1/(1+numpy.exp(-z)))
    +sigma = sigma_fn(z)
    +
    +fig = plt.figure()
    +ax = fig.add_subplot(111)
    +ax.plot(z, sigma)
    +ax.set_ylim([-0.1, 1.1])
    +ax.set_xlim([-5,5])
    +ax.grid(True)
    +ax.set_xlabel('z')
    +ax.set_title('sigmoid function')
    +
    +plt.show()
    +
    +"""Step Function"""
    +z = numpy.arange(-5, 5, .02)
    +step_fn = numpy.vectorize(lambda z: 1.0 if z >= 0.0 else 0.0)
    +step = step_fn(z)
    +
    +fig = plt.figure()
    +ax = fig.add_subplot(111)
    +ax.plot(z, step)
    +ax.set_ylim([-0.5, 1.5])
    +ax.set_xlim([-5,5])
    +ax.grid(True)
    +ax.set_xlabel('z')
    +ax.set_title('step function')
    +
    +plt.show()
    +
    +"""Sine Function"""
    +z = numpy.arange(-2*mt.pi, 2*mt.pi, 0.1)
    +t = numpy.sin(z)
    +
    +fig = plt.figure()
    +ax = fig.add_subplot(111)
    +ax.plot(z, t)
    +ax.set_ylim([-1.0, 1.0])
    +ax.set_xlim([-2*mt.pi,2*mt.pi])
    +ax.grid(True)
    +ax.set_xlabel('z')
    +ax.set_title('sine function')
    +
    +plt.show()
    +
    +"""Plots a graph of the squashing function used by a rectified linear
    +unit"""
    +z = numpy.arange(-2, 2, .1)
    +zero = numpy.zeros(len(z))
    +y = numpy.max([zero, z], axis=0)
    +
    +fig = plt.figure()
    +ax = fig.add_subplot(111)
    +ax.plot(z, y)
    +ax.set_ylim([-2.0, 2.0])
    +ax.set_xlim([-2.0, 2.0])
    +ax.grid(True)
    +ax.set_xlabel('z')
    +ax.set_title('Rectified linear unit')
    +
    +plt.show()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    diff --git a/doc/pub/week42/html/._week42-bs048.html b/doc/pub/week42/html/._week42-bs048.html index 42bfd6c60..1cd245fcc 100644 --- a/doc/pub/week42/html/._week42-bs048.html +++ b/doc/pub/week42/html/._week42-bs048.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,26 +464,30 @@ MathJax.Hub.Config({

     

     

     

    -

    Hidden layers

    +

    Fine-tuning neural network hyperparameters

    -

    For many problems you can start with just one or two hidden layers and -it will work just fine. For the MNIST data set you ca easily get a -high accuracy using just one hidden layer with a few hundred neurons. -You can reach for this data set above 98% accuracy using two hidden -layers with the same total amount of neurons, in roughly the same -amount of training time. +

    The flexibility of neural networks is also one of their main +drawbacks: there are many hyperparameters to tweak. Not only can you +use any imaginable network topology (how neurons/nodes are +interconnected), but even in a simple FFNN you can change the number +of layers, the number of neurons per layer, the type of activation +function to use in each layer, the weight initialization logic, the +stochastic gradient optmized and much more. How do you know what +combination of hyperparameters is the best for your task?

    -

    For more complex problems, you can gradually ramp up the number of -hidden layers, until you start overfitting the training set. Very -complex tasks, such as large image classification or speech -recognition, typically require networks with dozens of layers and they -need a huge amount of training data. However, you will rarely have to -train such networks from scratch: it is much more common to reuse -parts of a pretrained state-of-the-art network that performs a similar -task. +

    +

    However,since there are many hyperparameters to tune, and since +training a neural network on a large dataset takes a lot of time, you +will only be able to explore a tiny part of the hyperparameter space.

    +

    diff --git a/doc/pub/week42/html/._week42-bs049.html b/doc/pub/week42/html/._week42-bs049.html index 744a0b520..d459c5de5 100644 --- a/doc/pub/week42/html/._week42-bs049.html +++ b/doc/pub/week42/html/._week42-bs049.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,21 +463,25 @@ MathJax.Hub.Config({

     

     

     

    - -

    Vanishing gradients

    + +

    Hidden layers

    -

    The Back propagation algorithm we derived above works by going from -the output layer to the input layer, propagating the error gradient on -the way. Once the algorithm has computed the gradient of the cost -function with regards to each parameter in the network, it uses these -gradients to update each parameter with a Gradient Descent (GD) step. +

    For many problems you can start with just one or two hidden layers and +it will work just fine. For the MNIST data set you ca easily get a +high accuracy using just one hidden layer with a few hundred neurons. +You can reach for this data set above 98% accuracy using two hidden +layers with the same total amount of neurons, in roughly the same +amount of training time.

    -

    Unfortunately for us, the gradients often get smaller and smaller as -the algorithm progresses down to the first hidden layers. As a result, -the GD update leaves the lower layer connection weights virtually -unchanged, and training never converges to a good solution. This is -known in the literature as the vanishing gradients problem. +

    For more complex problems, you can gradually ramp up the number of +hidden layers, until you start overfitting the training set. Very +complex tasks, such as large image classification or speech +recognition, typically require networks with dozens of layers and they +need a huge amount of training data. However, you will rarely have to +train such networks from scratch: it is much more common to reuse +parts of a pretrained state-of-the-art network that performs a similar +task.

    @@ -498,7 +509,7 @@ known in the literature as the vanishing gradients problem.

  • 58
  • 59
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs050.html b/doc/pub/week42/html/._week42-bs050.html index 6007bf9a2..5de2e0dfd 100644 --- a/doc/pub/week42/html/._week42-bs050.html +++ b/doc/pub/week42/html/._week42-bs050.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,16 +463,21 @@ MathJax.Hub.Config({

     

     

     

    - -

    Exploding gradients

    + +

    Vanishing gradients

    -

    In other cases, the opposite can happen, namely the the gradients can -grow bigger and bigger. The result is that many of the layers get -large updates of the weights the algorithm diverges. This is the -exploding gradients problem, which is mostly encountered in -recurrent neural networks. More generally, deep neural networks suffer -from unstable gradients, different layers may learn at widely -different speeds +

    The Back propagation algorithm we derived above works by going from +the output layer to the input layer, propagating the error gradient on +the way. Once the algorithm has computed the gradient of the cost +function with regards to each parameter in the network, it uses these +gradients to update each parameter with a Gradient Descent (GD) step. +

    + +

    Unfortunately for us, the gradients often get smaller and smaller as +the algorithm progresses down to the first hidden layers. As a result, +the GD update leaves the lower layer connection weights virtually +unchanged, and training never converges to a good solution. This is +known in the literature as the vanishing gradients problem.

    @@ -493,7 +505,7 @@ different speeds

  • 59
  • 60
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs051.html b/doc/pub/week42/html/._week42-bs051.html index 931762fec..fac0e5ad8 100644 --- a/doc/pub/week42/html/._week42-bs051.html +++ b/doc/pub/week42/html/._week42-bs051.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,22 +463,16 @@ MathJax.Hub.Config({

     

     

     

    - -

    Is the Logistic activation function (Sigmoid) our choice?

    + +

    Exploding gradients

    -

    Although this unfortunate behavior has been empirically observed for -quite a while (it was one of the reasons why deep neural networks were -mostly abandoned for a long time), it is only around 2010 that -significant progress was made in understanding it. -

    - -

    A paper titled Understanding the Difficulty of Training Deep -Feedforward Neural Networks by Xavier Glorot and Yoshua Bengio found that -the problems with the popular logistic -sigmoid activation function and the weight initialization technique -that was most popular at the time, namely random initialization using -a normal distribution with a mean of 0 and a standard deviation of -1. +

    In other cases, the opposite can happen, namely the the gradients can +grow bigger and bigger. The result is that many of the layers get +large updates of the weights the algorithm diverges. This is the +exploding gradients problem, which is mostly encountered in +recurrent neural networks. More generally, deep neural networks suffer +from unstable gradients, different layers may learn at widely +different speeds

    @@ -499,7 +500,7 @@ a normal distribution with a mean of 0 and a standard deviation of

  • 60
  • 61
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs052.html b/doc/pub/week42/html/._week42-bs052.html index b5c954d2b..6b5768aaa 100644 --- a/doc/pub/week42/html/._week42-bs052.html +++ b/doc/pub/week42/html/._week42-bs052.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,17 +463,22 @@ MathJax.Hub.Config({

     

     

     

    - -

    Logistic function as the root of problems

    + +

    Is the Logistic activation function (Sigmoid) our choice?

    -

    They showed that with this activation function and this -initialization scheme, the variance of the outputs of each layer is -much greater than the variance of its inputs. Going forward in the -network, the variance keeps increasing after each layer until the -activation function saturates at the top layers. This is actually made -worse by the fact that the logistic function has a mean of 0.5, not 0 -(the hyperbolic tangent function has a mean of 0 and behaves slightly -better than the logistic function in deep networks). +

    Although this unfortunate behavior has been empirically observed for +quite a while (it was one of the reasons why deep neural networks were +mostly abandoned for a long time), it is only around 2010 that +significant progress was made in understanding it. +

    + +

    A paper titled Understanding the Difficulty of Training Deep +Feedforward Neural Networks by Xavier Glorot and Yoshua Bengio found that +the problems with the popular logistic +sigmoid activation function and the weight initialization technique +that was most popular at the time, namely random initialization using +a normal distribution with a mean of 0 and a standard deviation of +1.

    @@ -494,7 +506,7 @@ better than the logistic function in deep networks).

  • 61
  • 62
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs053.html b/doc/pub/week42/html/._week42-bs053.html index 33aea1f27..39cea7f49 100644 --- a/doc/pub/week42/html/._week42-bs053.html +++ b/doc/pub/week42/html/._week42-bs053.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,26 +464,16 @@ MathJax.Hub.Config({

     

     

     

    -

    The derivative of the Logistic funtion

    +

    Logistic function as the root of problems

    -

    Looking at the logistic activation function, when inputs become large -(negative or positive), the function saturates at 0 or 1, with a -derivative extremely close to 0. Thus when backpropagation kicks in, -it has virtually no gradient to propagate back through the network, -and what little gradient exists keeps getting diluted as -backpropagation progresses down through the top layers, so there is -really nothing left for the lower layers. -

    - -

    In their paper, Glorot and Bengio propose a way to significantly -alleviate this problem. We need the signal to flow properly in both -directions: in the forward direction when making predictions, and in -the reverse direction when backpropagating gradients. We don’t want -the signal to die out, nor do we want it to explode and saturate. For -the signal to flow properly, the authors argue that we need the -variance of the outputs of each layer to be equal to the variance of -its inputs, and we also need the gradients to have equal variance -before and after flowing through a layer in the reverse direction. +

    They showed that with this activation function and this +initialization scheme, the variance of the outputs of each layer is +much greater than the variance of its inputs. Going forward in the +network, the variance keeps increasing after each layer until the +activation function saturates at the top layers. This is actually made +worse by the fact that the logistic function has a mean of 0.5, not 0 +(the hyperbolic tangent function has a mean of 0 and behaves slightly +better than the logistic function in deep networks).

    @@ -504,7 +501,7 @@ before and after flowing through a layer in the reverse direction.

  • 62
  • 63
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs054.html b/doc/pub/week42/html/._week42-bs054.html index 7f4ad52c1..87d43678f 100644 --- a/doc/pub/week42/html/._week42-bs054.html +++ b/doc/pub/week42/html/._week42-bs054.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,17 +464,26 @@ MathJax.Hub.Config({

     

     

     

    -

    Insights from the paper by Glorot and Bengio

    +

    The derivative of the Logistic funtion

    -

    One of the insights in the 2010 paper by Glorot and Bengio was that -the vanishing/exploding gradients problems were in part due to a poor -choice of activation function. Until then most people had assumed that -if Nature had chosen to use roughly sigmoid activation functions in -biological neurons, they must be an excellent choice. But it turns out -that other activation functions behave much better in deep neural -networks, in particular the ReLU activation function, mostly because -it does not saturate for positive values (and also because it is quite -fast to compute). +

    Looking at the logistic activation function, when inputs become large +(negative or positive), the function saturates at 0 or 1, with a +derivative extremely close to 0. Thus when backpropagation kicks in, +it has virtually no gradient to propagate back through the network, +and what little gradient exists keeps getting diluted as +backpropagation progresses down through the top layers, so there is +really nothing left for the lower layers. +

    + +

    In their paper, Glorot and Bengio propose a way to significantly +alleviate this problem. We need the signal to flow properly in both +directions: in the forward direction when making predictions, and in +the reverse direction when backpropagating gradients. We don’t want +the signal to die out, nor do we want it to explode and saturate. For +the signal to flow properly, the authors argue that we need the +variance of the outputs of each layer to be equal to the variance of +its inputs, and we also need the gradients to have equal variance +before and after flowing through a layer in the reverse direction.

    @@ -495,7 +511,7 @@ fast to compute).

  • 63
  • 64
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs055.html b/doc/pub/week42/html/._week42-bs055.html index 2f7f2bdcb..d597e0008 100644 --- a/doc/pub/week42/html/._week42-bs055.html +++ b/doc/pub/week42/html/._week42-bs055.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,19 +464,17 @@ MathJax.Hub.Config({

     

     

     

    -

    The RELU function family

    +

    Insights from the paper by Glorot and Bengio

    -

    The ReLU activation function suffers from a problem known as the dying -ReLUs: during training, some neurons effectively die, meaning they -stop outputting anything other than 0. -

    - -

    In some cases, you may find that half of your network’s neurons are -dead, especially if you used a large learning rate. During training, -if a neuron’s weights get updated such that the weighted sum of the -neuron’s inputs is negative, it will start outputting 0. When this -happen, the neuron is unlikely to come back to life since the gradient -of the ReLU function is 0 when its input is negative. +

    One of the insights in the 2010 paper by Glorot and Bengio was that +the vanishing/exploding gradients problems were in part due to a poor +choice of activation function. Until then most people had assumed that +if Nature had chosen to use roughly sigmoid activation functions in +biological neurons, they must be an excellent choice. But it turns out +that other activation functions behave much better in deep neural +networks, in particular the ReLU activation function, mostly because +it does not saturate for positive values (and also because it is quite +fast to compute).

    @@ -497,7 +502,7 @@ of the ReLU function is 0 when its input is negative.

  • 64
  • 65
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs056.html b/doc/pub/week42/html/._week42-bs056.html index a485f496a..d73931d2e 100644 --- a/doc/pub/week42/html/._week42-bs056.html +++ b/doc/pub/week42/html/._week42-bs056.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,17 +464,20 @@ MathJax.Hub.Config({

     

     

     

    -

    ELU function

    +

    The RELU function family

    -

    To solve this problem, nowadays practitioners use a variant of the -ReLU function, such as the leaky ReLU discussed above or the so-called -exponential linear unit (ELU) function +

    The ReLU activation function suffers from a problem known as the dying +ReLUs: during training, some neurons effectively die, meaning they +stop outputting anything other than 0.

    -$$ -ELU(z) = \left\{\begin{array}{cc} \alpha\left( \exp{(z)}-1\right) & z < 0,\\ z & z \ge 0.\end{array}\right. -$$ - +

    In some cases, you may find that half of your network’s neurons are +dead, especially if you used a large learning rate. During training, +if a neuron’s weights get updated such that the weighted sum of the +neuron’s inputs is negative, it will start outputting 0. When this +happen, the neuron is unlikely to come back to life since the gradient +of the ReLU function is 0 when its input is negative. +

    @@ -494,7 +504,7 @@ $$

  • 65
  • 66
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs057.html b/doc/pub/week42/html/._week42-bs057.html index d382d4721..ac4c2b367 100644 --- a/doc/pub/week42/html/._week42-bs057.html +++ b/doc/pub/week42/html/._week42-bs057.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,21 +464,17 @@ MathJax.Hub.Config({

     

     

     

    -

    Which activation function should we use?

    +

    ELU function

    -

    In general it seems that the ELU activation function is better than -the leaky ReLU function (and its variants), which is better than -ReLU. ReLU performs better than \( \tanh \) which in turn performs better -than the logistic function. +

    To solve this problem, nowadays practitioners use a variant of the +ReLU function, such as the leaky ReLU discussed above or the so-called +exponential linear unit (ELU) function

    -

    If runtime performance is an issue, then you may opt for the leaky -ReLU function over the ELU function If you don’t want to tweak yet -another hyperparameter, you may just use the default \( \alpha \) of -\( 0.01 \) for the leaky ReLU, and \( 1 \) for ELU. If you have spare time and -computing power, you can use cross-validation or bootstrap to evaluate -other activation functions. -

    +$$ +ELU(z) = \left\{\begin{array}{cc} \alpha\left( \exp{(z)}-1\right) & z < 0,\\ z & z \ge 0.\end{array}\right. +$$ +

    @@ -498,7 +501,7 @@ other activation functions.

  • 66
  • 67
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs058.html b/doc/pub/week42/html/._week42-bs058.html index 32bfb5c9e..caa6470a6 100644 --- a/doc/pub/week42/html/._week42-bs058.html +++ b/doc/pub/week42/html/._week42-bs058.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,22 +464,22 @@ MathJax.Hub.Config({

     

     

     

    -

    More on activation functions, output layers

    +

    Which activation function should we use?

    -

    In most cases you can use the ReLU activation function in the hidden -layers (or one of its variants). +

    In general it seems that the ELU activation function is better than +the leaky ReLU function (and its variants), which is better than +ReLU. ReLU performs better than \( \tanh \) which in turn performs better +than the logistic function.

    -

    It is a bit faster to compute than other activation functions, and the -gradient descent optimization does in general not get stuck. +

    If runtime performance is an issue, then you may opt for the leaky +ReLU function over the ELU function If you don’t want to tweak yet +another hyperparameter, you may just use the default \( \alpha \) of +\( 0.01 \) for the leaky ReLU, and \( 1 \) for ELU. If you have spare time and +computing power, you can use cross-validation or bootstrap to evaluate +other activation functions.

    -For the output layer: - -
      -
    • For classification the softmax activation function is generally a good choice for classification tasks (when the classes are mutually exclusive).
    • -
    • For regression tasks, you can simply use no activation function at all.
    • -

      @@ -498,7 +505,7 @@ gradient descent optimization does in general not get stuck.
    • 67
    • 68
    • ...
    • -
    • 99
    • +
    • 100
    • »
    diff --git a/doc/pub/week42/html/._week42-bs059.html b/doc/pub/week42/html/._week42-bs059.html index d21745a7a..b82e0f61d 100644 --- a/doc/pub/week42/html/._week42-bs059.html +++ b/doc/pub/week42/html/._week42-bs059.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,26 +464,22 @@ MathJax.Hub.Config({

     

     

     

    -

    Batch Normalization

    +

    More on activation functions, output layers

    -

    Batch Normalization aims to address the vanishing/exploding gradients -problems, and more generally the problem that the distribution of each -layer’s inputs changes during training, as the parameters of the -previous layers change. +

    In most cases you can use the ReLU activation function in the hidden +layers (or one of its variants).

    -

    The technique consists of adding an operation in the model just before -the activation function of each layer, simply zero-centering and -normalizing the inputs, then scaling and shifting the result using two -new parameters per layer (one for scaling, the other for shifting). In -other words, this operation lets the model learn the optimal scale and -mean of the inputs for each layer. In order to zero-center and -normalize the inputs, the algorithm needs to estimate the inputs’ mean -and standard deviation. It does so by evaluating the mean and standard -deviation of the inputs over the current mini-batch, from this the -name batch normalization. +

    It is a bit faster to compute than other activation functions, and the +gradient descent optimization does in general not get stuck.

    +For the output layer: + +
      +
    • For classification the softmax activation function is generally a good choice for classification tasks (when the classes are mutually exclusive).
    • +
    • For regression tasks, you can simply use no activation function at all.
    • +

      @@ -502,7 +505,7 @@ name batch normalization.
    • 68
    • 69
    • ...
    • -
    • 99
    • +
    • 100
    • »
    diff --git a/doc/pub/week42/html/._week42-bs060.html b/doc/pub/week42/html/._week42-bs060.html index a5815a79e..d7284fa32 100644 --- a/doc/pub/week42/html/._week42-bs060.html +++ b/doc/pub/week42/html/._week42-bs060.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,18 +464,24 @@ MathJax.Hub.Config({

     

     

     

    -

    Dropout

    +

    Batch Normalization

    -

    It is a fairly simple algorithm: at every training step, every neuron -(including the input neurons but excluding the output neurons) has a -probability \( p \) of being temporarily dropped out, meaning it will be -entirely ignored during this training step, but it may be active -during the next step. +

    Batch Normalization aims to address the vanishing/exploding gradients +problems, and more generally the problem that the distribution of each +layer’s inputs changes during training, as the parameters of the +previous layers change.

    -

    The hyperparameter \( p \) is called the dropout rate, and it is typically -set to 50%. After training, the neurons are not dropped anymore. It -is viewed as one of the most popular regularization techniques. +

    The technique consists of adding an operation in the model just before +the activation function of each layer, simply zero-centering and +normalizing the inputs, then scaling and shifting the result using two +new parameters per layer (one for scaling, the other for shifting). In +other words, this operation lets the model learn the optimal scale and +mean of the inputs for each layer. In order to zero-center and +normalize the inputs, the algorithm needs to estimate the inputs’ mean +and standard deviation. It does so by evaluating the mean and standard +deviation of the inputs over the current mini-batch, from this the +name batch normalization.

    @@ -496,7 +509,7 @@ is viewed as one of the most popular regularization techniques.

  • 69
  • 70
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs061.html b/doc/pub/week42/html/._week42-bs061.html index 260bc5182..f5835f44d 100644 --- a/doc/pub/week42/html/._week42-bs061.html +++ b/doc/pub/week42/html/._week42-bs061.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,18 +464,18 @@ MathJax.Hub.Config({

     

     

     

    -

    Gradient Clipping

    +

    Dropout

    -

    A popular technique to lessen the exploding gradients problem is to -simply clip the gradients during backpropagation so that they never -exceed some threshold (this is mostly useful for recurrent neural -networks). +

    It is a fairly simple algorithm: at every training step, every neuron +(including the input neurons but excluding the output neurons) has a +probability \( p \) of being temporarily dropped out, meaning it will be +entirely ignored during this training step, but it may be active +during the next step.

    -

    This technique is called Gradient Clipping.

    - -

    In general however, Batch -Normalization is preferred. +

    The hyperparameter \( p \) is called the dropout rate, and it is typically +set to 50%. After training, the neurons are not dropped anymore. It +is viewed as one of the most popular regularization techniques.

    @@ -496,7 +503,7 @@ Normalization is preferred.

  • 70
  • 71
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs062.html b/doc/pub/week42/html/._week42-bs062.html index 352febb6e..71d83f4db 100644 --- a/doc/pub/week42/html/._week42-bs062.html +++ b/doc/pub/week42/html/._week42-bs062.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,25 +463,21 @@ MathJax.Hub.Config({

     

     

     

    - -

    A top-down perspective on Neural networks

    + +

    Gradient Clipping

    -

    The first thing we would like to do is divide the data into two or -three parts. A training set, a validation or dev (development) set, -and a test set. The test set is the data on which we want to make -predictions. The dev set is a subset of the training data we use to -check how well we are doing out-of-sample, after training the model on -the training dataset. We use the validation error as a proxy for the -test error in order to make tweaks to our model. It is crucial that we -do not use any of the test data to train the algorithm. This is a -cardinal sin in ML. Then: +

    A popular technique to lessen the exploding gradients problem is to +simply clip the gradients during backpropagation so that they never +exceed some threshold (this is mostly useful for recurrent neural +networks). +

    + +

    This technique is called Gradient Clipping.

    + +

    In general however, Batch +Normalization is preferred.

    -
      -
    1. Estimate optimal error rate
    2. -
    3. Minimize underfitting (bias) on training data set.
    4. -
    5. Make sure you are not overfitting.
    6. -

      @@ -500,7 +503,7 @@ cardinal sin in ML. Then:
    • 71
    • 72
    • ...
    • -
    • 99
    • +
    • 100
    • »
    diff --git a/doc/pub/week42/html/._week42-bs063.html b/doc/pub/week42/html/._week42-bs063.html index 076540ce0..c2070555b 100644 --- a/doc/pub/week42/html/._week42-bs063.html +++ b/doc/pub/week42/html/._week42-bs063.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,30 +463,25 @@ MathJax.Hub.Config({

     

     

     

    - -

    More top-down perspectives

    + +

    A top-down perspective on Neural networks

    -

    If the validation and test sets are drawn from the same distributions, -then a good performance on the validation set should lead to similarly -good performance on the test set. -

    - -

    However, sometimes -the training data and test data differ in subtle ways because, for -example, they are collected using slightly different methods, or -because it is cheaper to collect data in one way versus another. In -this case, there can be a mismatch between the training and test -data. This can lead to the neural network overfitting these small -differences between the test and training sets, and a poor performance -on the test set despite having a good performance on the validation -set. To rectify this, Andrew Ng suggests making two validation or dev -sets, one constructed from the training data and one constructed from -the test data. The difference between the performance of the algorithm -on these two validation sets quantifies the train-test mismatch. This -can serve as another important diagnostic when using DNNs for -supervised learning. +

    The first thing we would like to do is divide the data into two or +three parts. A training set, a validation or dev (development) set, +and a test set. The test set is the data on which we want to make +predictions. The dev set is a subset of the training data we use to +check how well we are doing out-of-sample, after training the model on +the training dataset. We use the validation error as a proxy for the +test error in order to make tweaks to our model. It is crucial that we +do not use any of the test data to train the algorithm. This is a +cardinal sin in ML. Then:

    +
      +
    1. Estimate optimal error rate
    2. +
    3. Minimize underfitting (bias) on training data set.
    4. +
    5. Make sure you are not overfitting.
    6. +

    diff --git a/doc/pub/week42/html/._week42-bs064.html b/doc/pub/week42/html/._week42-bs064.html index d8df2b23a..037a0c524 100644 --- a/doc/pub/week42/html/._week42-bs064.html +++ b/doc/pub/week42/html/._week42-bs064.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,15 +464,27 @@ MathJax.Hub.Config({

     

     

     

    -

    Limitations of supervised learning with deep networks

    +

    More top-down perspectives

    -

    Like all statistical methods, supervised learning using neural -networks has important limitations. This is especially important when -one seeks to apply these methods, especially to physics problems. Like -all tools, DNNs are not a universal solution. Often, the same or -better performance on a task can be achieved by using a few -hand-engineered features (or even a collection of random -features). +

    If the validation and test sets are drawn from the same distributions, +then a good performance on the validation set should lead to similarly +good performance on the test set. +

    + +

    However, sometimes +the training data and test data differ in subtle ways because, for +example, they are collected using slightly different methods, or +because it is cheaper to collect data in one way versus another. In +this case, there can be a mismatch between the training and test +data. This can lead to the neural network overfitting these small +differences between the test and training sets, and a poor performance +on the test set despite having a good performance on the validation +set. To rectify this, Andrew Ng suggests making two validation or dev +sets, one constructed from the training data and one constructed from +the test data. The difference between the performance of the algorithm +on these two validation sets quantifies the train-test mismatch. This +can serve as another important diagnostic when using DNNs for +supervised learning.

    @@ -493,7 +512,7 @@ features).

  • 73
  • 74
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs065.html b/doc/pub/week42/html/._week42-bs065.html index 4c3c80ca4..931dc4358 100644 --- a/doc/pub/week42/html/._week42-bs065.html +++ b/doc/pub/week42/html/._week42-bs065.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,14 +464,17 @@ MathJax.Hub.Config({

     

     

     

    -

    Limitations of NNs

    +

    Limitations of supervised learning with deep networks

    -

    Here we list some of the important limitations of supervised neural network based models.

    +

    Like all statistical methods, supervised learning using neural +networks has important limitations. This is especially important when +one seeks to apply these methods, especially to physics problems. Like +all tools, DNNs are not a universal solution. Often, the same or +better performance on a task can be achieved by using a few +hand-engineered features (or even a collection of random +features). +

    -
      -
    • Need labeled data. All supervised learning methods, DNNs for supervised learning require labeled data. Often, labeled data is harder to acquire than unlabeled data (e.g. one must pay for human experts to label images).
    • -
    • Supervised neural networks are extremely data intensive. DNNs are data hungry. They perform best when data is plentiful. This is doubly so for supervised methods where the data must also be labeled. The utility of DNNs is extremely limited if data is hard to acquire or the datasets are small (hundreds to a few thousand samples). In this case, the performance of other methods that utilize hand-engineered features can exceed that of DNNs.
    • -

    diff --git a/doc/pub/week42/html/._week42-bs066.html b/doc/pub/week42/html/._week42-bs066.html index a3bba4859..e0d93fa69 100644 --- a/doc/pub/week42/html/._week42-bs066.html +++ b/doc/pub/week42/html/._week42-bs066.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,10 +464,13 @@ MathJax.Hub.Config({

     

     

     

    -

    Homogeneous data

    +

    Limitations of NNs

    + +

    Here we list some of the important limitations of supervised neural network based models.

      -
    • Homogeneous data. Almost all DNNs deal with homogeneous data of one type. It is very hard to design architectures that mix and match data types (i.e. some continuous variables, some discrete variables, some time series). In applications beyond images, video, and language, this is often what is required. In contrast, ensemble models like random forests or gradient-boosted trees have no difficulty handling mixed data types.
    • +
    • Need labeled data. All supervised learning methods, DNNs for supervised learning require labeled data. Often, labeled data is harder to acquire than unlabeled data (e.g. one must pay for human experts to label images).
    • +
    • Supervised neural networks are extremely data intensive. DNNs are data hungry. They perform best when data is plentiful. This is doubly so for supervised methods where the data must also be labeled. The utility of DNNs is extremely limited if data is hard to acquire or the datasets are small (hundreds to a few thousand samples). In this case, the performance of other methods that utilize hand-engineered features can exceed that of DNNs.

    @@ -487,7 +497,7 @@ MathJax.Hub.Config({

  • 75
  • 76
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs067.html b/doc/pub/week42/html/._week42-bs067.html index 866bc68ec..136a538b7 100644 --- a/doc/pub/week42/html/._week42-bs067.html +++ b/doc/pub/week42/html/._week42-bs067.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,13 +464,11 @@ MathJax.Hub.Config({

     

     

     

    -

    More limitations

    +

    Homogeneous data

      -
    • Many problems are not about prediction. In natural science we are often interested in learning something about the underlying distribution that generates the data. In this case, it is often difficult to cast these ideas in a supervised learning setting. While the problems are related, it is possible to make good predictions with a wrong model. The model might or might not be useful for understanding the underlying science.
    • +
    • Homogeneous data. Almost all DNNs deal with homogeneous data of one type. It is very hard to design architectures that mix and match data types (i.e. some continuous variables, some discrete variables, some time series). In applications beyond images, video, and language, this is often what is required. In contrast, ensemble models like random forests or gradient-boosted trees have no difficulty handling mixed data types.
    -

    Some of these remarks are particular to DNNs, others are shared by all supervised learning methods. This motivates the use of unsupervised methods which in part circumvent these problems.

    -

    diff --git a/doc/pub/week42/html/._week42-bs068.html b/doc/pub/week42/html/._week42-bs068.html index fd594f43f..c46fd7545 100644 --- a/doc/pub/week42/html/._week42-bs068.html +++ b/doc/pub/week42/html/._week42-bs068.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,74 +464,12 @@ MathJax.Hub.Config({

     

     

     

    -

    Setting up the back-propagation algorithm

    +

    More limitations

    -

    Let us write this out in the form of an algorithm.

    - -
    -
    - -

    First, we set up the input data \( \boldsymbol{x} \) and the activations -\( \boldsymbol{z}_1 \) of the input layer and compute the activation function and -the pertinent outputs \( \boldsymbol{a}^1 \). -

    -
    -
    - - -
    -
    - -

    Secondly, we perform then the feed forward till we reach the output -layer and compute all \( \boldsymbol{z}_l \) of the input layer and compute the -activation function and the pertinent outputs \( \boldsymbol{a}^l \) for -\( l=2,3,\dots,L \). -

    -
    -
    - - -
    -
    - -

    Thereafter we compute the ouput error \( \boldsymbol{\delta}^L \) by computing all

    -$$ -\delta_j^L = f'(z_j^L)\frac{\partial {\cal C}}{\partial (a_j^L)}. -$$ -
    -
    - - -
    -
    - -

    Then we compute the back propagate error for each \( l=L-1,L-2,\dots,2 \) as

    -$$ -\delta_j^l = \sum_k \delta_k^{l+1}w_{kj}^{l+1}\sigma'(z_j^l). -$$ -
    -
    - - -
    -
    - -

    Finally, we update the weights and the biases using gradient descent for each \( l=L-1,L-2,\dots,2 \) and update the weights and biases according to the rules

    -$$ -w_{ij}^l\leftarrow = w_{ij}^l- \eta \delta_j^la_i^{l-1}, -$$ - - -$$ -b_j^l \leftarrow b_j^l-\eta \frac{\partial {\cal C}}{\partial b_j^l}=b_j^l-\eta \delta_j^l, -$$ -
    -
    - - -

    The parameter \( \eta \) is the learning parameter discussed in connection with the gradient descent methods. -Here it is convenient to use stochastic gradient descent (see the examples below) with mini-batches with an outer loop that steps through multiple epochs of training. -

    +
      +
    • Many problems are not about prediction. In natural science we are often interested in learning something about the underlying distribution that generates the data. In this case, it is often difficult to cast these ideas in a supervised learning setting. While the problems are related, it is possible to make good predictions with a wrong model. The model might or might not be useful for understanding the underlying science.
    • +
    +

    Some of these remarks are particular to DNNs, others are shared by all supervised learning methods. This motivates the use of unsupervised methods which in part circumvent these problems.

    @@ -551,7 +496,7 @@ Here it is convenient to use stochastic gradient descent (see the examples below

  • 77
  • 78
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs069.html b/doc/pub/week42/html/._week42-bs069.html index c097eb7ae..53bbf9cb8 100644 --- a/doc/pub/week42/html/._week42-bs069.html +++ b/doc/pub/week42/html/._week42-bs069.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,43 +463,76 @@ MathJax.Hub.Config({

     

     

     

    - -

    Setting up a Multi-layer perceptron model for classification

    + +

    Setting up the back-propagation algorithm

    -

    We are now gong to develop an example based on the MNIST data -base. This is a classification problem and we need to use our -cross-entropy function we discussed in connection with logistic -regression. The cross-entropy defines our cost function for the -classificaton problems with neural networks. -

    +

    Let us write this out in the form of an algorithm.

    -

    In binary classification with two classes \( (0, 1) \) we define the -logistic/sigmoid function as the probability that a particular input -is in class \( 0 \) or \( 1 \). This is possible because the logistic -function takes any input from the real numbers and inputs a number -between 0 and 1, and can therefore be interpreted as a probability. It -also has other nice properties, such as a derivative that is simple to -calculate. +

    +
    + +

    First, we set up the input data \( \boldsymbol{x} \) and the activations +\( \boldsymbol{z}_1 \) of the input layer and compute the activation function and +the pertinent outputs \( \boldsymbol{a}^1 \).

    +
    +
    -

    For an input \( \boldsymbol{a} \) from the hidden layer, the probability that the input \( \boldsymbol{x} \) -is in class 0 or 1 is just. We let \( \theta \) represent the unknown weights and biases to be adjusted by our equations). The variable \( x \) -represents our activation values \( z \). We have + +

    +
    + +

    Secondly, we perform then the feed forward till we reach the output +layer and compute all \( \boldsymbol{z}_l \) of the input layer and compute the +activation function and the pertinent outputs \( \boldsymbol{a}^l \) for +\( l=2,3,\dots,L \).

    +
    +
    + + +
    +
    + +

    Thereafter we compute the ouput error \( \boldsymbol{\delta}^L \) by computing all

    $$ -P(y = 0 \mid \boldsymbol{x}, \boldsymbol{\theta}) = \frac{1}{1 + \exp{(- \boldsymbol{x}})} , +\delta_j^L = f'(z_j^L)\frac{\partial {\cal C}}{\partial (a_j^L)}. +$$ +
    +
    + + +
    +
    + +

    Then we compute the back propagate error for each \( l=L-1,L-2,\dots,2 \) as

    +$$ +\delta_j^l = \sum_k \delta_k^{l+1}w_{kj}^{l+1}\sigma'(z_j^l). +$$ +
    +
    + + +
    +
    + +

    Finally, we update the weights and the biases using gradient descent for each \( l=L-1,L-2,\dots,2 \) and update the weights and biases according to the rules

    +$$ +w_{ij}^l\leftarrow = w_{ij}^l- \eta \delta_j^la_i^{l-1}, $$ -

    and

    -$$ -P(y = 1 \mid \boldsymbol{x}, \boldsymbol{\theta}) = 1 - P(y = 0 \mid \boldsymbol{x}, \boldsymbol{\theta}) , -$$ -

    where \( y \in \{0, 1\} \) and \( \boldsymbol{\theta} \) represents the weights and biases -of our network. +$$ +b_j^l \leftarrow b_j^l-\eta \frac{\partial {\cal C}}{\partial b_j^l}=b_j^l-\eta \delta_j^l, +$$ +

    +
    + + +

    The parameter \( \eta \) is the learning parameter discussed in connection with the gradient descent methods. +Here it is convenient to use stochastic gradient descent (see the examples below) with mini-batches with an outer loop that steps through multiple epochs of training.

    -

    diff --git a/doc/pub/week42/html/._week42-bs070.html b/doc/pub/week42/html/._week42-bs070.html index 3356c508b..6fbaa97c1 100644 --- a/doc/pub/week42/html/._week42-bs070.html +++ b/doc/pub/week42/html/._week42-bs070.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,57 +463,42 @@ MathJax.Hub.Config({

     

     

     

    - -

    Defining the cost function

    + +

    Setting up a Multi-layer perceptron model for classification

    -

    Our cost function is given as (see the Logistic regression lectures)

    -$$ -\mathcal{C}(\boldsymbol{\theta}) = - \ln P(\mathcal{D} \mid \boldsymbol{\theta}) = - \sum_{i=1}^n -y_i \ln[P(y_i = 0)] + (1 - y_i) \ln [1 - P(y_i = 0)] = \sum_{i=1}^n \mathcal{L}_i(\boldsymbol{\theta}) . -$$ - -

    This last equality means that we can interpret our cost function as a sum over the loss function -for each point in the dataset \( \mathcal{L}_i(\boldsymbol{\theta}) \). -The negative sign is just so that we can think about our algorithm as minimizing a positive number, rather -than maximizing a negative number. +

    We are now gong to develop an example based on the MNIST data +base. This is a classification problem and we need to use our +cross-entropy function we discussed in connection with logistic +regression. The cross-entropy defines our cost function for the +classificaton problems with neural networks.

    -

    In multiclass classification it is common to treat each integer label as a so called one-hot vector:

    - -

    \( y = 5 \quad \rightarrow \quad \boldsymbol{y} = (0, 0, 0, 0, 0, 1, 0, 0, 0, 0) , \) and

    - -\( y = 1 \quad \rightarrow \quad \boldsymbol{y} = (0, 1, 0, 0, 0, 0, 0, 0, 0, 0) , \) - -

    i.e. a binary bit string of length \( C \), where \( C = 10 \) is the number of classes in the MNIST dataset (numbers from \( 0 \) to \( 9 \))..

    - -

    If \( \boldsymbol{x}_i \) is the \( i \)-th input (image), \( y_{ic} \) refers to the \( c \)-th component of the \( i \)-th -output vector \( \boldsymbol{y}_i \). -The probability of \( \boldsymbol{x}_i \) being in class \( c \) will be given by the softmax function: +

    In binary classification with two classes \( (0, 1) \) we define the +logistic/sigmoid function as the probability that a particular input +is in class \( 0 \) or \( 1 \). This is possible because the logistic +function takes any input from the real numbers and inputs a number +between 0 and 1, and can therefore be interpreted as a probability. It +also has other nice properties, such as a derivative that is simple to +calculate.

    +

    For an input \( \boldsymbol{a} \) from the hidden layer, the probability that the input \( \boldsymbol{x} \) +is in class 0 or 1 is just. We let \( \theta \) represent the unknown weights and biases to be adjusted by our equations). The variable \( x \) +represents our activation values \( z \). We have +

    $$ -P(y_{ic} = 1 \mid \boldsymbol{x}_i, \boldsymbol{\theta}) = \frac{\exp{((\boldsymbol{a}_i^{hidden})^T \boldsymbol{w}_c)}} -{\sum_{c'=0}^{C-1} \exp{((\boldsymbol{a}_i^{hidden})^T \boldsymbol{w}_{c'})}} , +P(y = 0 \mid \boldsymbol{x}, \boldsymbol{\theta}) = \frac{1}{1 + \exp{(- \boldsymbol{x}})} , $$ -

    which reduces to the logistic function in the binary case. -The likelihood of this \( C \)-class classifier -is now given as: +

    and

    +$$ +P(y = 1 \mid \boldsymbol{x}, \boldsymbol{\theta}) = 1 - P(y = 0 \mid \boldsymbol{x}, \boldsymbol{\theta}) , +$$ + +

    where \( y \in \{0, 1\} \) and \( \boldsymbol{\theta} \) represents the weights and biases +of our network.

    -$$ -P(\mathcal{D} \mid \boldsymbol{\theta}) = \prod_{i=1}^n \prod_{c=0}^{C-1} [P(y_{ic} = 1)]^{y_{ic}} . -$$ - -

    Again we take the negative log-likelihood to define our cost function:

    - -$$ -\mathcal{C}(\boldsymbol{\theta}) = - \log{P(\mathcal{D} \mid \boldsymbol{\theta})}. -$$ - -

    See the logistic regression lectures for a full definition of the cost function.

    - -

    The back propagation equations need now only a small change, namely the definition of a new cost function. We are thus ready to use the same equations as before!

    @@ -533,7 +525,7 @@ $$

  • 79
  • 80
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs071.html b/doc/pub/week42/html/._week42-bs071.html index 6762e9eb5..98c4f00c4 100644 --- a/doc/pub/week42/html/._week42-bs071.html +++ b/doc/pub/week42/html/._week42-bs071.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,50 +464,56 @@ MathJax.Hub.Config({

     

     

     

    -

    Example: binary classification problem

    +

    Defining the cost function

    -

    As an example of the above, relevant for project 2 as well, let us consider a binary class. As discussed in our logistic regression lectures, we defined a cost function in terms of the parameters \( \beta \) as

    +

    Our cost function is given as (see the Logistic regression lectures)

    $$ -\mathcal{C}(\boldsymbol{\beta}) = - \sum_{i=1}^n \left(y_i\log{p(y_i \vert x_i,\boldsymbol{\beta})}+(1-y_i)\log{1-p(y_i \vert x_i,\boldsymbol{\beta})}\right), +\mathcal{C}(\boldsymbol{\theta}) = - \ln P(\mathcal{D} \mid \boldsymbol{\theta}) = - \sum_{i=1}^n +y_i \ln[P(y_i = 0)] + (1 - y_i) \ln [1 - P(y_i = 0)] = \sum_{i=1}^n \mathcal{L}_i(\boldsymbol{\theta}) . $$ -

    where we had defined the logistic (sigmoid) function

    -$$ -p(y_i =1\vert x_i,\boldsymbol{\beta})=\frac{\exp{(\beta_0+\beta_1 x_i)}}{1+\exp{(\beta_0+\beta_1 x_i)}}, -$$ - -

    and

    -$$ -p(y_i =0\vert x_i,\boldsymbol{\beta})=1-p(y_i =1\vert x_i,\boldsymbol{\beta}). -$$ - -

    The parameters \( \boldsymbol{\beta} \) were defined using a minimization method like gradient descent or Newton-Raphson's method.

    - -

    Now we replace \( x_i \) with the activation \( z_i^l \) for a given layer \( l \) and the outputs as \( y_i=a_i^l=f(z_i^l) \), with \( z_i^l \) now being a function of the weights \( w_{ij}^l \) and biases \( b_i^l \). -We have then +

    This last equality means that we can interpret our cost function as a sum over the loss function +for each point in the dataset \( \mathcal{L}_i(\boldsymbol{\theta}) \). +The negative sign is just so that we can think about our algorithm as minimizing a positive number, rather +than maximizing a negative number.

    -$$ -a_i^l = y_i = \frac{\exp{(z_i^l)}}{1+\exp{(z_i^l)}}, -$$ -

    with

    -$$ -z_i^l = \sum_{j}w_{ij}^l a_j^{l-1}+b_i^l, -$$ +

    In multiclass classification it is common to treat each integer label as a so called one-hot vector:

    -

    where the superscript \( l-1 \) indicates that these are the outputs from layer \( l-1 \). -Our cost function at the final layer \( l=L \) is now +

    \( y = 5 \quad \rightarrow \quad \boldsymbol{y} = (0, 0, 0, 0, 0, 1, 0, 0, 0, 0) , \) and

    + +\( y = 1 \quad \rightarrow \quad \boldsymbol{y} = (0, 1, 0, 0, 0, 0, 0, 0, 0, 0) , \) + +

    i.e. a binary bit string of length \( C \), where \( C = 10 \) is the number of classes in the MNIST dataset (numbers from \( 0 \) to \( 9 \))..

    + +

    If \( \boldsymbol{x}_i \) is the \( i \)-th input (image), \( y_{ic} \) refers to the \( c \)-th component of the \( i \)-th +output vector \( \boldsymbol{y}_i \). +The probability of \( \boldsymbol{x}_i \) being in class \( c \) will be given by the softmax function:

    + $$ -\mathcal{C}(\boldsymbol{W}) = - \sum_{i=1}^n \left(t_i\log{a_i^L}+(1-t_i)\log{(1-a_i^L)}\right), +P(y_{ic} = 1 \mid \boldsymbol{x}_i, \boldsymbol{\theta}) = \frac{\exp{((\boldsymbol{a}_i^{hidden})^T \boldsymbol{w}_c)}} +{\sum_{c'=0}^{C-1} \exp{((\boldsymbol{a}_i^{hidden})^T \boldsymbol{w}_{c'})}} , $$ -

    where we have defined the targets \( t_i \). The derivatives of the cost function with respect to the output \( a_i^L \) are then easily calculated and we get

    +

    which reduces to the logistic function in the binary case. +The likelihood of this \( C \)-class classifier +is now given as: +

    + $$ -\frac{\partial \mathcal{C}(\boldsymbol{W})}{\partial a_i^L} = \frac{a_i^L-t_i}{a_i^L(1-a_i^L)}. +P(\mathcal{D} \mid \boldsymbol{\theta}) = \prod_{i=1}^n \prod_{c=0}^{C-1} [P(y_{ic} = 1)]^{y_{ic}} . $$ -

    In case we use another activation function than the logistic one, we need to evaluate other derivatives.

    +

    Again we take the negative log-likelihood to define our cost function:

    + +$$ +\mathcal{C}(\boldsymbol{\theta}) = - \log{P(\mathcal{D} \mid \boldsymbol{\theta})}. +$$ + +

    See the logistic regression lectures for a full definition of the cost function.

    + +

    The back propagation equations need now only a small change, namely the definition of a new cost function. We are thus ready to use the same equations as before!

    @@ -527,7 +540,7 @@ $$

  • 80
  • 81
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs072.html b/doc/pub/week42/html/._week42-bs072.html index 03661dc1a..891270c5a 100644 --- a/doc/pub/week42/html/._week42-bs072.html +++ b/doc/pub/week42/html/._week42-bs072.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,24 +464,50 @@ MathJax.Hub.Config({

     

     

     

    -

    The Softmax function

    -

    In case we employ the more general case given by the Softmax equation, we need to evaluate the derivative of the activation function with respect to the activation \( z_i^l \), that is we need

    +

    Example: binary classification problem

    + +

    As an example of the above, relevant for project 2 as well, let us consider a binary class. As discussed in our logistic regression lectures, we defined a cost function in terms of the parameters \( \beta \) as

    $$ -\frac{\partial f(z_i^l)}{\partial w_{jk}^l} = -\frac{\partial f(z_i^l)}{\partial z_j^l} \frac{\partial z_j^l}{\partial w_{jk}^l}= \frac{\partial f(z_i^l)}{\partial z_j^l}a_k^{l-1}. +\mathcal{C}(\boldsymbol{\beta}) = - \sum_{i=1}^n \left(y_i\log{p(y_i \vert x_i,\boldsymbol{\beta})}+(1-y_i)\log{1-p(y_i \vert x_i,\boldsymbol{\beta})}\right), $$ -

    For the Softmax function we have

    +

    where we had defined the logistic (sigmoid) function

    $$ -f(z_i^l) = \frac{\exp{(z_i^l)}}{\sum_{m=1}^K\exp{(z_m^l)}}. +p(y_i =1\vert x_i,\boldsymbol{\beta})=\frac{\exp{(\beta_0+\beta_1 x_i)}}{1+\exp{(\beta_0+\beta_1 x_i)}}, $$ -

    Its derivative with respect to \( z_j^l \) gives

    +

    and

    $$ -\frac{\partial f(z_i^l)}{\partial z_j^l}= f(z_i^l)\left(\delta_{ij}-f(z_j^l)\right), +p(y_i =0\vert x_i,\boldsymbol{\beta})=1-p(y_i =1\vert x_i,\boldsymbol{\beta}). $$ -

    which in case of the simply binary model reduces to having \( i=j \).

    +

    The parameters \( \boldsymbol{\beta} \) were defined using a minimization method like gradient descent or Newton-Raphson's method.

    + +

    Now we replace \( x_i \) with the activation \( z_i^l \) for a given layer \( l \) and the outputs as \( y_i=a_i^l=f(z_i^l) \), with \( z_i^l \) now being a function of the weights \( w_{ij}^l \) and biases \( b_i^l \). +We have then +

    +$$ +a_i^l = y_i = \frac{\exp{(z_i^l)}}{1+\exp{(z_i^l)}}, +$$ + +

    with

    +$$ +z_i^l = \sum_{j}w_{ij}^l a_j^{l-1}+b_i^l, +$$ + +

    where the superscript \( l-1 \) indicates that these are the outputs from layer \( l-1 \). +Our cost function at the final layer \( l=L \) is now +

    +$$ +\mathcal{C}(\boldsymbol{W}) = - \sum_{i=1}^n \left(t_i\log{a_i^L}+(1-t_i)\log{(1-a_i^L)}\right), +$$ + +

    where we have defined the targets \( t_i \). The derivatives of the cost function with respect to the output \( a_i^L \) are then easily calculated and we get

    +$$ +\frac{\partial \mathcal{C}(\boldsymbol{W})}{\partial a_i^L} = \frac{a_i^L-t_i}{a_i^L(1-a_i^L)}. +$$ + +

    In case we use another activation function than the logistic one, we need to evaluate other derivatives.

    @@ -501,7 +534,7 @@ $$

  • 81
  • 82
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs073.html b/doc/pub/week42/html/._week42-bs073.html index 2d2da4bb2..4e80380e8 100644 --- a/doc/pub/week42/html/._week42-bs073.html +++ b/doc/pub/week42/html/._week42-bs073.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,19 +463,26 @@ MathJax.Hub.Config({

     

     

     

    - -

    Developing a code for doing neural networks with back propagation

    + +

    The Softmax function

    +

    In case we employ the more general case given by the Softmax equation, we need to evaluate the derivative of the activation function with respect to the activation \( z_i^l \), that is we need

    +$$ +\frac{\partial f(z_i^l)}{\partial w_{jk}^l} = +\frac{\partial f(z_i^l)}{\partial z_j^l} \frac{\partial z_j^l}{\partial w_{jk}^l}= \frac{\partial f(z_i^l)}{\partial z_j^l}a_k^{l-1}. +$$ -

    One can identify a set of key steps when using neural networks to solve supervised learning problems:

    +

    For the Softmax function we have

    +$$ +f(z_i^l) = \frac{\exp{(z_i^l)}}{\sum_{m=1}^K\exp{(z_m^l)}}. +$$ + +

    Its derivative with respect to \( z_j^l \) gives

    +$$ +\frac{\partial f(z_i^l)}{\partial z_j^l}= f(z_i^l)\left(\delta_{ij}-f(z_j^l)\right), +$$ + +

    which in case of the simply binary model reduces to having \( i=j \).

    -
      -
    1. Collect and pre-process data
    2. -
    3. Define model and architecture
    4. -
    5. Choose cost function and optimizer
    6. -
    7. Train the model
    8. -
    9. Evaluate model performance on test data
    10. -
    11. Adjust hyperparameters (if necessary, network architecture)
    12. -

    diff --git a/doc/pub/week42/html/._week42-bs074.html b/doc/pub/week42/html/._week42-bs074.html index 499922228..0ad12f712 100644 --- a/doc/pub/week42/html/._week42-bs074.html +++ b/doc/pub/week42/html/._week42-bs074.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,118 +463,19 @@ MathJax.Hub.Config({

     

     

     

    - -

    Collect and pre-process data

    - -

    Here we will be using the MNIST dataset, which is readily available through the scikit-learn -package. You may also find it for example here. -The MNIST (Modified National Institute of Standards and Technology) database is a large database -of handwritten digits that is commonly used for training various image processing systems. -The MNIST dataset consists of 70 000 images of size \( 28\times 28 \) pixels, each labeled from 0 to 9. -The scikit-learn dataset we will use consists of a selection of 1797 images of size \( 8\times 8 \) collected and processed from this database. -

    - -

    To feed data into a feed-forward neural network we need to represent -the inputs as a design/feature matrix \( X = (n_{inputs}, n_{features}) \). Each -row represents an input, in this case a handwritten digit, and -each column represents a feature, in this case a pixel. The -correct answers, also known as labels or targets are -represented as a 1D array of integers -\( Y = (n_{inputs}) = (5, 3, 1, 8,...) \). -

    - -

    As an example, say we want to build a neural network using supervised learning to predict Body-Mass Index (BMI) from -measurements of height (in m) -and weight (in kg). If we have measurements of 5 people the design/feature matrix could be for example: -

    - -

    $$ X = \begin{bmatrix} -1.85 & 81\\ -1.71 & 65\\ -1.95 & 103\\ -1.55 & 42\\ -1.63 & 56 -\end{bmatrix} ,$$ -

    - -

    and the targets would be:

    - -

    $$ Y = (23.7, 22.2, 27.1, 17.5, 21.1) $$

    - -

    Since each input image is a 2D matrix, we need to flatten the image -(i.e. "unravel" the 2D matrix into a 1D array) to turn the data into a -design/feature matrix. This means we lose all spatial information in the -image, such as locality and translational invariance. More complicated -architectures such as Convolutional Neural Networks can take advantage -of such information, and are most commonly applied when analyzing -images. -

    - - - -
    -
    -
    -
    -
    -
    # import necessary packages
    -import numpy as np
    -import matplotlib.pyplot as plt
    -from sklearn import datasets
    -
    -
    -# ensure the same random numbers appear every time
    -np.random.seed(0)
    -
    -# display images in notebook
    -%matplotlib inline
    -plt.rcParams['figure.figsize'] = (12,12)
    -
    -
    -# download MNIST dataset
    -digits = datasets.load_digits()
    -
    -# define inputs and labels
    -inputs = digits.images
    -labels = digits.target
    -
    -print("inputs = (n_inputs, pixel_width, pixel_height) = " + str(inputs.shape))
    -print("labels = (n_inputs) = " + str(labels.shape))
    -
    -
    -# flatten the image
    -# the value -1 means dimension is inferred from the remaining dimensions: 8x8 = 64
    -n_inputs = len(inputs)
    -inputs = inputs.reshape(n_inputs, -1)
    -print("X = (n_inputs, n_features) = " + str(inputs.shape))
    -
    -
    -# choose some random images to display
    -indices = np.arange(n_inputs)
    -random_indices = np.random.choice(indices, size=5)
    -
    -for i, image in enumerate(digits.images[random_indices]):
    -    plt.subplot(1, 5, i+1)
    -    plt.axis('off')
    -    plt.imshow(image, cmap=plt.cm.gray_r, interpolation='nearest')
    -    plt.title("Label: %d" % digits.target[random_indices[i]])
    -plt.show()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    + +

    Developing a code for doing neural networks with back propagation

    +

    One can identify a set of key steps when using neural networks to solve supervised learning problems:

    +
      +
    1. Collect and pre-process data
    2. +
    3. Define model and architecture
    4. +
    5. Choose cost function and optimizer
    6. +
    7. Train the model
    8. +
    9. Evaluate model performance on test data
    10. +
    11. Adjust hyperparameters (if necessary, network architecture)
    12. +

    diff --git a/doc/pub/week42/html/._week42-bs075.html b/doc/pub/week42/html/._week42-bs075.html index 1288b7b87..2d8b05efd 100644 --- a/doc/pub/week42/html/._week42-bs075.html +++ b/doc/pub/week42/html/._week42-bs075.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,17 +464,50 @@ MathJax.Hub.Config({

     

     

     

    -

    Train and test datasets

    +

    Collect and pre-process data

    -

    Performing analysis before partitioning the dataset is a major error, that can lead to incorrect conclusions.

    +

    Here we will be using the MNIST dataset, which is readily available through the scikit-learn +package. You may also find it for example here. +The MNIST (Modified National Institute of Standards and Technology) database is a large database +of handwritten digits that is commonly used for training various image processing systems. +The MNIST dataset consists of 70 000 images of size \( 28\times 28 \) pixels, each labeled from 0 to 9. +The scikit-learn dataset we will use consists of a selection of 1797 images of size \( 8\times 8 \) collected and processed from this database. +

    -

    We will reserve \( 80 \% \) of our dataset for training and \( 20 \% \) for testing.

    +

    To feed data into a feed-forward neural network we need to represent +the inputs as a design/feature matrix \( X = (n_{inputs}, n_{features}) \). Each +row represents an input, in this case a handwritten digit, and +each column represents a feature, in this case a pixel. The +correct answers, also known as labels or targets are +represented as a 1D array of integers +\( Y = (n_{inputs}) = (5, 3, 1, 8,...) \). +

    -

    It is important that the train and test datasets are drawn randomly from our dataset, to ensure -no bias in the sampling. -Say you are taking measurements of weather data to predict the weather in the coming 5 days. -You don't want to train your model on measurements taken from the hours 00.00 to 12.00, and then test it on data -collected from 12.00 to 24.00. +

    As an example, say we want to build a neural network using supervised learning to predict Body-Mass Index (BMI) from +measurements of height (in m) +and weight (in kg). If we have measurements of 5 people the design/feature matrix could be for example: +

    + +

    $$ X = \begin{bmatrix} +1.85 & 81\\ +1.71 & 65\\ +1.95 & 103\\ +1.55 & 42\\ +1.63 & 56 +\end{bmatrix} ,$$ +

    + +

    and the targets would be:

    + +

    $$ Y = (23.7, 22.2, 27.1, 17.5, 21.1) $$

    + +

    Since each input image is a 2D matrix, we need to flatten the image +(i.e. "unravel" the 2D matrix into a 1D array) to turn the data into a +design/feature matrix. This means we lose all spatial information in the +image, such as locality and translational invariance. More complicated +architectures such as Convolutional Neural Networks can take advantage +of such information, and are most commonly applied when analyzing +images.

    @@ -477,33 +517,48 @@ collected from 12.00 to 24.00.
    -
    from sklearn.model_selection import train_test_split
    +  
    # import necessary packages
    +import numpy as np
    +import matplotlib.pyplot as plt
    +from sklearn import datasets
     
    -# one-liner from scikit-learn library
    -train_size = 0.8
    -test_size = 1 - train_size
    -X_train, X_test, Y_train, Y_test = train_test_split(inputs, labels, train_size=train_size,
    -                                                    test_size=test_size)
     
    -# equivalently in numpy
    -def train_test_split_numpy(inputs, labels, train_size, test_size):
    -    n_inputs = len(inputs)
    -    inputs_shuffled = inputs.copy()
    -    labels_shuffled = labels.copy()
    -    
    -    np.random.shuffle(inputs_shuffled)
    -    np.random.shuffle(labels_shuffled)
    -    
    -    train_end = int(n_inputs*train_size)
    -    X_train, X_test = inputs_shuffled[:train_end], inputs_shuffled[train_end:]
    -    Y_train, Y_test = labels_shuffled[:train_end], labels_shuffled[train_end:]
    -    
    -    return X_train, X_test, Y_train, Y_test
    +# ensure the same random numbers appear every time
    +np.random.seed(0)
     
    -#X_train, X_test, Y_train, Y_test = train_test_split_numpy(inputs, labels, train_size, test_size)
    +# display images in notebook
    +%matplotlib inline
    +plt.rcParams['figure.figsize'] = (12,12)
     
    -print("Number of training images: " + str(len(X_train)))
    -print("Number of test images: " + str(len(X_test)))
    +
    +# download MNIST dataset
    +digits = datasets.load_digits()
    +
    +# define inputs and labels
    +inputs = digits.images
    +labels = digits.target
    +
    +print("inputs = (n_inputs, pixel_width, pixel_height) = " + str(inputs.shape))
    +print("labels = (n_inputs) = " + str(labels.shape))
    +
    +
    +# flatten the image
    +# the value -1 means dimension is inferred from the remaining dimensions: 8x8 = 64
    +n_inputs = len(inputs)
    +inputs = inputs.reshape(n_inputs, -1)
    +print("X = (n_inputs, n_features) = " + str(inputs.shape))
    +
    +
    +# choose some random images to display
    +indices = np.arange(n_inputs)
    +random_indices = np.random.choice(indices, size=5)
    +
    +for i, image in enumerate(digits.images[random_indices]):
    +    plt.subplot(1, 5, i+1)
    +    plt.axis('off')
    +    plt.imshow(image, cmap=plt.cm.gray_r, interpolation='nearest')
    +    plt.title("Label: %d" % digits.target[random_indices[i]])
    +plt.show()
     
    @@ -545,7 +600,7 @@ X_train, X_test, Y_train, Y_test = train_tes
  • 84
  • 85
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs076.html b/doc/pub/week42/html/._week42-bs076.html index 65ea8d04d..bfbcf171a 100644 --- a/doc/pub/week42/html/._week42-bs076.html +++ b/doc/pub/week42/html/._week42-bs076.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,46 +464,68 @@ MathJax.Hub.Config({

     

     

     

    -

    Define model and architecture

    +

    Train and test datasets

    -

    Our simple feed-forward neural network will consist of an input layer, a single hidden layer and an output layer. The activation \( y \) of each neuron is a weighted sum of inputs, passed through an activation function. In case of the simple perceptron model we have

    +

    Performing analysis before partitioning the dataset is a major error, that can lead to incorrect conclusions.

    -

    $$ z = \sum_{i=1}^n w_i a_i ,$$

    +

    We will reserve \( 80 \% \) of our dataset for training and \( 20 \% \) for testing.

    -

    $$ y = f(z) ,$$

    - -

    where \( f \) is the activation function, \( a_i \) represents input from neuron \( i \) in the preceding layer -and \( w_i \) is the weight to input \( i \). -The activation of the neurons in the input layer is just the features (e.g. a pixel value). +

    It is important that the train and test datasets are drawn randomly from our dataset, to ensure +no bias in the sampling. +Say you are taking measurements of weather data to predict the weather in the coming 5 days. +You don't want to train your model on measurements taken from the hours 00.00 to 12.00, and then test it on data +collected from 12.00 to 24.00.

    -

    The simplest activation function for a neuron is the Heaviside function:

    -

    $$ f(z) = -\begin{cases} -1, & z > 0\\ -0, & \text{otherwise} -\end{cases} -$$ -

    + +
    +
    +
    +
    +
    +
    from sklearn.model_selection import train_test_split
     
    -

    A feed-forward neural network with this activation is known as a perceptron. -For a binary classifier (i.e. two classes, 0 or 1, dog or not-dog) we can also use this in our output layer. -This activation can be generalized to \( k \) classes (using e.g. the one-against-all strategy), -and we call these architectures multiclass perceptrons. -

    +# one-liner from scikit-learn library +train_size = 0.8 +test_size = 1 - train_size +X_train, X_test, Y_train, Y_test = train_test_split(inputs, labels, train_size=train_size, + test_size=test_size) -

    However, it is now common to use the terms Single Layer Perceptron (SLP) (1 hidden layer) and -Multilayer Perceptron (MLP) (2 or more hidden layers) to refer to feed-forward neural networks with any activation function. -

    +# equivalently in numpy +def train_test_split_numpy(inputs, labels, train_size, test_size): + n_inputs = len(inputs) + inputs_shuffled = inputs.copy() + labels_shuffled = labels.copy() + + np.random.shuffle(inputs_shuffled) + np.random.shuffle(labels_shuffled) + + train_end = int(n_inputs*train_size) + X_train, X_test = inputs_shuffled[:train_end], inputs_shuffled[train_end:] + Y_train, Y_test = labels_shuffled[:train_end], labels_shuffled[train_end:] + + return X_train, X_test, Y_train, Y_test -

    Typical choices for activation functions include the sigmoid function, hyperbolic tangent, and Rectified Linear Unit (ReLU). -We will be using the sigmoid function \( \sigma(x) \): -

    +#X_train, X_test, Y_train, Y_test = train_test_split_numpy(inputs, labels, train_size, test_size) -

    $$ f(x) = \sigma(x) = \frac{1}{1 + e^{-x}} ,$$

    +print("Number of training images: " + str(len(X_train))) +print("Number of test images: " + str(len(X_test))) +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    -

    which is inspired by probability theory (see logistic regression) and was most commonly used until about 2011. See the discussion below concerning other activation functions.

    @@ -523,7 +552,7 @@ We will be using the sigmoid function \( \sigma(x) \):

  • 85
  • 86
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs077.html b/doc/pub/week42/html/._week42-bs077.html index 661d5e2c9..13644fe15 100644 --- a/doc/pub/week42/html/._week42-bs077.html +++ b/doc/pub/week42/html/._week42-bs077.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,47 +463,48 @@ MathJax.Hub.Config({

     

     

     

    - -

    Layers

    + +

    Define model and architecture

    -
      -
    • Input
    • -
    -

    Since each input image has 8x8 = 64 pixels or features, we have an input layer of 64 neurons.

    +

    Our simple feed-forward neural network will consist of an input layer, a single hidden layer and an output layer. The activation \( y \) of each neuron is a weighted sum of inputs, passed through an activation function. In case of the simple perceptron model we have

    -
      -
    • Hidden layer
    • -
    -

    We will use 50 neurons in the hidden layer receiving input from the neurons in the input layer. -Since each neuron in the hidden layer is connected to the 64 inputs we have 64x50 = 3200 weights to the hidden layer. +

    $$ z = \sum_{i=1}^n w_i a_i ,$$

    + +

    $$ y = f(z) ,$$

    + +

    where \( f \) is the activation function, \( a_i \) represents input from neuron \( i \) in the preceding layer +and \( w_i \) is the weight to input \( i \). +The activation of the neurons in the input layer is just the features (e.g. a pixel value).

    -
      -
    • Output
    • -
    -

    If we were building a binary classifier, it would be sufficient with a single neuron in the output layer, -which could output 0 or 1 according to the Heaviside function. This would be an example of a hard classifier, meaning it outputs the class of the input directly. However, if we are dealing with noisy data it is often beneficial to use a soft classifier, which outputs the probability of being in class 0 or 1. +

    The simplest activation function for a neuron is the Heaviside function:

    + +

    $$ f(z) = +\begin{cases} +1, & z > 0\\ +0, & \text{otherwise} +\end{cases} +$$

    -

    For a soft binary classifier, we could use a single neuron and interpret the output as either being the probability of being in class 0 or the probability of being in class 1. Alternatively we could use 2 neurons, and interpret each neuron as the probability of being in each class.

    - -

    Since we are doing multiclass classification, with 10 categories, it is natural to use 10 neurons in the output layer. We number the neurons \( j = 0,1,...,9 \). The activation of each output neuron \( j \) will be according to the softmax function:

    - -

    $$ P(\text{class \( j \)} \mid \text{input \( \boldsymbol{a} \)}) = \frac{\exp{(\boldsymbol{a}^T \boldsymbol{w}_j)}} -{\sum_{c=0}^{9} \exp{(\boldsymbol{a}^T \boldsymbol{w}_c)}} ,$$ +

    A feed-forward neural network with this activation is known as a perceptron. +For a binary classifier (i.e. two classes, 0 or 1, dog or not-dog) we can also use this in our output layer. +This activation can be generalized to \( k \) classes (using e.g. the one-against-all strategy), +and we call these architectures multiclass perceptrons.

    -

    i.e. each neuron \( j \) outputs the probability of being in class \( j \) given an input from the hidden layer \( \boldsymbol{a} \), with \( \boldsymbol{w}_j \) the weights of neuron \( j \) to the inputs. -The denominator is a normalization factor to ensure the outputs (probabilities) sum up to 1. -The exponent is just the weighted sum of inputs as before: +

    However, it is now common to use the terms Single Layer Perceptron (SLP) (1 hidden layer) and +Multilayer Perceptron (MLP) (2 or more hidden layers) to refer to feed-forward neural networks with any activation function.

    -

    $$ z_j = \sum_{i=1}^n w_ {ij} a_i+b_j.$$

    - -

    Since each neuron in the output layer is connected to the 50 inputs from the hidden layer we have 50x10 = 500 -weights to the output layer. +

    Typical choices for activation functions include the sigmoid function, hyperbolic tangent, and Rectified Linear Unit (ReLU). +We will be using the sigmoid function \( \sigma(x) \):

    +

    $$ f(x) = \sigma(x) = \frac{1}{1 + e^{-x}} ,$$

    + +

    which is inspired by probability theory (see logistic regression) and was most commonly used until about 2011. See the discussion below concerning other activation functions.

    +

      @@ -522,7 +530,7 @@ weights to the output layer.
    • 86
    • 87
    • ...
    • -
    • 99
    • +
    • 100
    • »
    diff --git a/doc/pub/week42/html/._week42-bs078.html b/doc/pub/week42/html/._week42-bs078.html index c7264104f..22d0a88ad 100644 --- a/doc/pub/week42/html/._week42-bs078.html +++ b/doc/pub/week42/html/._week42-bs078.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,56 +464,45 @@ MathJax.Hub.Config({

     

     

     

    -

    Weights and biases

    +

    Layers

    -

    Typically weights are initialized with small values distributed around zero, drawn from a uniform -or normal distribution. Setting all weights to zero means all neurons give the same output, making the network useless. +

      +
    • Input
    • +
    +

    Since each input image has 8x8 = 64 pixels or features, we have an input layer of 64 neurons.

    + +
      +
    • Hidden layer
    • +
    +

    We will use 50 neurons in the hidden layer receiving input from the neurons in the input layer. +Since each neuron in the hidden layer is connected to the 64 inputs we have 64x50 = 3200 weights to the hidden layer.

    -

    Adding a bias value to the weighted sum of inputs allows the neural network to represent a greater range -of values. Without it, any input with the value 0 will be mapped to zero (before being passed through the activation). The bias unit has an output of 1, and a weight to each neuron \( j \), \( b_j \): +

      +
    • Output
    • +
    +

    If we were building a binary classifier, it would be sufficient with a single neuron in the output layer, +which could output 0 or 1 according to the Heaviside function. This would be an example of a hard classifier, meaning it outputs the class of the input directly. However, if we are dealing with noisy data it is often beneficial to use a soft classifier, which outputs the probability of being in class 0 or 1.

    -

    $$ z_j = \sum_{i=1}^n w_ {ij} a_i + b_j.$$

    +

    For a soft binary classifier, we could use a single neuron and interpret the output as either being the probability of being in class 0 or the probability of being in class 1. Alternatively we could use 2 neurons, and interpret each neuron as the probability of being in each class.

    -

    The bias weights \( \boldsymbol{b} \) are often initialized to zero, but a small value like \( 0.01 \) ensures all neurons have some output which can be backpropagated in the first training cycle.

    +

    Since we are doing multiclass classification, with 10 categories, it is natural to use 10 neurons in the output layer. We number the neurons \( j = 0,1,...,9 \). The activation of each output neuron \( j \) will be according to the softmax function:

    - -
    -
    -
    -
    -
    -
    # building our neural network
    +

    $$ P(\text{class \( j \)} \mid \text{input \( \boldsymbol{a} \)}) = \frac{\exp{(\boldsymbol{a}^T \boldsymbol{w}_j)}} +{\sum_{c=0}^{9} \exp{(\boldsymbol{a}^T \boldsymbol{w}_c)}} ,$$ +

    -n_inputs, n_features = X_train.shape -n_hidden_neurons = 50 -n_categories = 10 +

    i.e. each neuron \( j \) outputs the probability of being in class \( j \) given an input from the hidden layer \( \boldsymbol{a} \), with \( \boldsymbol{w}_j \) the weights of neuron \( j \) to the inputs. +The denominator is a normalization factor to ensure the outputs (probabilities) sum up to 1. +The exponent is just the weighted sum of inputs as before: +

    -# we make the weights normally distributed using numpy.random.randn - -# weights and bias in the hidden layer -hidden_weights = np.random.randn(n_features, n_hidden_neurons) -hidden_bias = np.zeros(n_hidden_neurons) + 0.01 - -# weights and bias in the output layer -output_weights = np.random.randn(n_hidden_neurons, n_categories) -output_bias = np.zeros(n_categories) + 0.01 -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    +

    $$ z_j = \sum_{i=1}^n w_ {ij} a_i+b_j.$$

    +

    Since each neuron in the output layer is connected to the 50 inputs from the hidden layer we have 50x10 = 500 +weights to the output layer. +

    @@ -533,7 +529,7 @@ output_bias = np87

  • 88
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs079.html b/doc/pub/week42/html/._week42-bs079.html index beb29d2f5..54871322e 100644 --- a/doc/pub/week42/html/._week42-bs079.html +++ b/doc/pub/week42/html/._week42-bs079.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,29 +463,58 @@ MathJax.Hub.Config({

     

     

     

    - -

    Feed-forward pass

    + +

    Weights and biases

    -

    Denote \( F \) the number of features, \( H \) the number of hidden neurons and \( C \) the number of categories. -For each input image we calculate a weighted sum of input features (pixel values) to each neuron \( j \) in the hidden layer \( l \): +

    Typically weights are initialized with small values distributed around zero, drawn from a uniform +or normal distribution. Setting all weights to zero means all neurons give the same output, making the network useless.

    -

    $$ z_{j}^{l} = \sum_{i=1}^{F} w_{ij}^{l} x_i + b_{j}^{l},$$

    - -

    this is then passed through our activation function

    - -

    $$ a_{j}^{l} = f(z_{j}^{l}) .$$

    - -

    We calculate a weighted sum of inputs (activations in the hidden layer) to each neuron \( j \) in the output layer:

    - -

    $$ z_{j}^{L} = \sum_{i=1}^{H} w_{ij}^{L} a_{i}^{l} + b_{j}^{L}.$$

    - -

    Finally we calculate the output of neuron \( j \) in the output layer using the softmax function:

    - -

    $$ a_{j}^{L} = \frac{\exp{(z_j^{L})}} -{\sum_{c=0}^{C-1} \exp{(z_c^{L})}} .$$ +

    Adding a bias value to the weighted sum of inputs allows the neural network to represent a greater range +of values. Without it, any input with the value 0 will be mapped to zero (before being passed through the activation). The bias unit has an output of 1, and a weight to each neuron \( j \), \( b_j \):

    +

    $$ z_j = \sum_{i=1}^n w_ {ij} a_i + b_j.$$

    + +

    The bias weights \( \boldsymbol{b} \) are often initialized to zero, but a small value like \( 0.01 \) ensures all neurons have some output which can be backpropagated in the first training cycle.

    + + +
    +
    +
    +
    +
    +
    # building our neural network
    +
    +n_inputs, n_features = X_train.shape
    +n_hidden_neurons = 50
    +n_categories = 10
    +
    +# we make the weights normally distributed using numpy.random.randn
    +
    +# weights and bias in the hidden layer
    +hidden_weights = np.random.randn(n_features, n_hidden_neurons)
    +hidden_bias = np.zeros(n_hidden_neurons) + 0.01
    +
    +# weights and bias in the output layer
    +output_weights = np.random.randn(n_hidden_neurons, n_categories)
    +output_bias = np.zeros(n_categories) + 0.01
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

      @@ -504,7 +540,7 @@ For each input image we calculate a weighted sum of input features (pixel values
    • 88
    • 89
    • ...
    • -
    • 99
    • +
    • 100
    • »
    diff --git a/doc/pub/week42/html/._week42-bs080.html b/doc/pub/week42/html/._week42-bs080.html index d6899189d..e9ea00896 100644 --- a/doc/pub/week42/html/._week42-bs080.html +++ b/doc/pub/week42/html/._week42-bs080.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,96 +463,29 @@ MathJax.Hub.Config({

     

     

     

    - -

    Matrix multiplications

    + +

    Feed-forward pass

    -

    Since our data has the dimensions \( X = (n_{inputs}, n_{features}) \) and our weights to the hidden -layer have the dimensions -\( W_{hidden} = (n_{features}, n_{hidden}) \), -we can easily feed the network all our training data in one go by taking the matrix product +

    Denote \( F \) the number of features, \( H \) the number of hidden neurons and \( C \) the number of categories. +For each input image we calculate a weighted sum of input features (pixel values) to each neuron \( j \) in the hidden layer \( l \):

    -

    $$ X W^{h} = (n_{inputs}, n_{hidden}),$$

    +

    $$ z_{j}^{l} = \sum_{i=1}^{F} w_{ij}^{l} x_i + b_{j}^{l},$$

    -

    and obtain a matrix that holds the weighted sum of inputs to the hidden layer -for each input image and each hidden neuron. -We also add the bias to obtain a matrix of weighted sums to the hidden layer \( Z^{h} \): +

    this is then passed through our activation function

    + +

    $$ a_{j}^{l} = f(z_{j}^{l}) .$$

    + +

    We calculate a weighted sum of inputs (activations in the hidden layer) to each neuron \( j \) in the output layer:

    + +

    $$ z_{j}^{L} = \sum_{i=1}^{H} w_{ij}^{L} a_{i}^{l} + b_{j}^{L}.$$

    + +

    Finally we calculate the output of neuron \( j \) in the output layer using the softmax function:

    + +

    $$ a_{j}^{L} = \frac{\exp{(z_j^{L})}} +{\sum_{c=0}^{C-1} \exp{(z_c^{L})}} .$$

    -

    $$ \boldsymbol{z}^{l} = \boldsymbol{X} \boldsymbol{W}^{l} + \boldsymbol{b}^{l} ,$$

    - -

    meaning the same bias (1D array with size equal number of hidden neurons) is added to each input image. -This is then passed through the activation: -

    - -

    $$ \boldsymbol{a}^{l} = f(\boldsymbol{z}^l) .$$

    - -

    This is fed to the output layer:

    - -

    $$ \boldsymbol{z}^{L} = \boldsymbol{a}^{L} \boldsymbol{W}^{L} + \boldsymbol{b}^{L} .$$

    - -

    Finally we receive our output values for each image and each category by passing it through the softmax function:

    - -

    $$ output = softmax (\boldsymbol{z}^{L}) = (n_{inputs}, n_{categories}) .$$

    - - - -
    -
    -
    -
    -
    -
    # setup the feed-forward pass, subscript h = hidden layer
    -
    -def sigmoid(x):
    -    return 1/(1 + np.exp(-x))
    -
    -def feed_forward(X):
    -    # weighted sum of inputs to the hidden layer
    -    z_h = np.matmul(X, hidden_weights) + hidden_bias
    -    # activation in the hidden layer
    -    a_h = sigmoid(z_h)
    -    
    -    # weighted sum of inputs to the output layer
    -    z_o = np.matmul(a_h, output_weights) + output_bias
    -    # softmax output
    -    # axis 0 holds each input and axis 1 the probabilities of each category
    -    exp_term = np.exp(z_o)
    -    probabilities = exp_term / np.sum(exp_term, axis=1, keepdims=True)
    -    
    -    return probabilities
    -
    -probabilities = feed_forward(X_train)
    -print("probabilities = (n_inputs, n_categories) = " + str(probabilities.shape))
    -print("probability that image 0 is in category 0,1,2,...,9 = \n" + str(probabilities[0]))
    -print("probabilities sum up to: " + str(probabilities[0].sum()))
    -print()
    -
    -# we obtain a prediction by taking the class with the highest likelihood
    -def predict(X):
    -    probabilities = feed_forward(X)
    -    return np.argmax(probabilities, axis=1)
    -
    -predictions = predict(X_train)
    -print("predictions = (n_inputs) = " + str(predictions.shape))
    -print("prediction for image 0: " + str(predictions[0]))
    -print("correct label for image 0: " + str(Y_train[0]))
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

      @@ -571,7 +511,7 @@ predictions = predict(X_train)
    • 89
    • 90
    • ...
    • -
    • 99
    • +
    • 100
    • »
    diff --git a/doc/pub/week42/html/._week42-bs081.html b/doc/pub/week42/html/._week42-bs081.html index 722d2a04c..77374d728 100644 --- a/doc/pub/week42/html/._week42-bs081.html +++ b/doc/pub/week42/html/._week42-bs081.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,33 +463,95 @@ MathJax.Hub.Config({

     

     

     

    - -

    Choose cost function and optimizer

    + +

    Matrix multiplications

    -

    To measure how well our neural network is doing we need to introduce a cost function. -We will call the function that gives the error of a single sample output the loss function, and the function -that gives the total error of our network across all samples the cost function. -A typical choice for multiclass classification is the cross-entropy loss, also known as the negative log likelihood. +

    Since our data has the dimensions \( X = (n_{inputs}, n_{features}) \) and our weights to the hidden +layer have the dimensions +\( W_{hidden} = (n_{features}, n_{hidden}) \), +we can easily feed the network all our training data in one go by taking the matrix product

    -

    In multiclass classification it is common to treat each integer label as a so called one-hot vector:

    +

    $$ X W^{h} = (n_{inputs}, n_{hidden}),$$

    -

    $$ y = 5 \quad \rightarrow \quad \boldsymbol{y} = (0, 0, 0, 0, 0, 1, 0, 0, 0, 0) ,$$

    - -

    $$ y = 1 \quad \rightarrow \quad \boldsymbol{y} = (0, 1, 0, 0, 0, 0, 0, 0, 0, 0) ,$$

    - -

    i.e. a binary bit string of length \( C \), where \( C = 10 \) is the number of classes in the MNIST dataset.

    - -

    Let \( y_{ic} \) denote the \( c \)-th component of the \( i \)-th one-hot vector. -We define the cost function \( \mathcal{C} \) as a sum over the cross-entropy loss for each point \( \boldsymbol{x}_i \) in the dataset. +

    and obtain a matrix that holds the weighted sum of inputs to the hidden layer +for each input image and each hidden neuron. +We also add the bias to obtain a matrix of weighted sums to the hidden layer \( Z^{h} \):

    -

    In the one-hot representation only one of the terms in the loss function is non-zero, namely the -probability of the correct category \( c' \) -(i.e. the category \( c' \) such that \( y_{ic'} = 1 \)). This means that the cross entropy loss only punishes you for how wrong -you got the correct label. The probability of category \( c \) is given by the softmax function. The vector \( \boldsymbol{\theta} \) represents the parameters of our network, i.e. all the weights and biases. +

    $$ \boldsymbol{z}^{l} = \boldsymbol{X} \boldsymbol{W}^{l} + \boldsymbol{b}^{l} ,$$

    + +

    meaning the same bias (1D array with size equal number of hidden neurons) is added to each input image. +This is then passed through the activation:

    +

    $$ \boldsymbol{a}^{l} = f(\boldsymbol{z}^l) .$$

    + +

    This is fed to the output layer:

    + +

    $$ \boldsymbol{z}^{L} = \boldsymbol{a}^{L} \boldsymbol{W}^{L} + \boldsymbol{b}^{L} .$$

    + +

    Finally we receive our output values for each image and each category by passing it through the softmax function:

    + +

    $$ output = softmax (\boldsymbol{z}^{L}) = (n_{inputs}, n_{categories}) .$$

    + + + +
    +
    +
    +
    +
    +
    # setup the feed-forward pass, subscript h = hidden layer
    +
    +def sigmoid(x):
    +    return 1/(1 + np.exp(-x))
    +
    +def feed_forward(X):
    +    # weighted sum of inputs to the hidden layer
    +    z_h = np.matmul(X, hidden_weights) + hidden_bias
    +    # activation in the hidden layer
    +    a_h = sigmoid(z_h)
    +    
    +    # weighted sum of inputs to the output layer
    +    z_o = np.matmul(a_h, output_weights) + output_bias
    +    # softmax output
    +    # axis 0 holds each input and axis 1 the probabilities of each category
    +    exp_term = np.exp(z_o)
    +    probabilities = exp_term / np.sum(exp_term, axis=1, keepdims=True)
    +    
    +    return probabilities
    +
    +probabilities = feed_forward(X_train)
    +print("probabilities = (n_inputs, n_categories) = " + str(probabilities.shape))
    +print("probability that image 0 is in category 0,1,2,...,9 = \n" + str(probabilities[0]))
    +print("probabilities sum up to: " + str(probabilities[0].sum()))
    +print()
    +
    +# we obtain a prediction by taking the class with the highest likelihood
    +def predict(X):
    +    probabilities = feed_forward(X)
    +    return np.argmax(probabilities, axis=1)
    +
    +predictions = predict(X_train)
    +print("predictions = (n_inputs) = " + str(predictions.shape))
    +print("prediction for image 0: " + str(predictions[0]))
    +print("correct label for image 0: " + str(Y_train[0]))
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    @@ -509,7 +578,7 @@ you got the correct label. The probability of category \( c \) is given by the s

  • 90
  • 91
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs082.html b/doc/pub/week42/html/._week42-bs082.html index 4c89bad1b..3fb3af7d0 100644 --- a/doc/pub/week42/html/._week42-bs082.html +++ b/doc/pub/week42/html/._week42-bs082.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,39 +464,32 @@ MathJax.Hub.Config({

     

     

     

    -

    Optimizing the cost function

    +

    Choose cost function and optimizer

    -

    The network is trained by finding the weights and biases that minimize the cost function. One of the most widely used classes of methods is gradient descent and its generalizations. The idea behind gradient descent -is simply to adjust the weights in the direction where the gradient of the cost function is large and negative. This ensures we flow toward a local minimum of the cost function. -Each parameter \( \theta \) is iteratively adjusted according to the rule +

    To measure how well our neural network is doing we need to introduce a cost function. +We will call the function that gives the error of a single sample output the loss function, and the function +that gives the total error of our network across all samples the cost function. +A typical choice for multiclass classification is the cross-entropy loss, also known as the negative log likelihood.

    -

    $$ \theta_{i+1} = \theta_i - \eta \nabla \mathcal{C}(\theta_i) ,$$

    +

    In multiclass classification it is common to treat each integer label as a so called one-hot vector:

    -

    where \( \eta \) is known as the learning rate, which controls how big a step we take towards the minimum. -This update can be repeated for any number of iterations, or until we are satisfied with the result. +

    $$ y = 5 \quad \rightarrow \quad \boldsymbol{y} = (0, 0, 0, 0, 0, 1, 0, 0, 0, 0) ,$$

    + +

    $$ y = 1 \quad \rightarrow \quad \boldsymbol{y} = (0, 1, 0, 0, 0, 0, 0, 0, 0, 0) ,$$

    + +

    i.e. a binary bit string of length \( C \), where \( C = 10 \) is the number of classes in the MNIST dataset.

    + +

    Let \( y_{ic} \) denote the \( c \)-th component of the \( i \)-th one-hot vector. +We define the cost function \( \mathcal{C} \) as a sum over the cross-entropy loss for each point \( \boldsymbol{x}_i \) in the dataset.

    -

    A simple and effective improvement is a variant called Batch Gradient Descent. -Instead of calculating the gradient on the whole dataset, we calculate an approximation of the gradient -on a subset of the data called a minibatch. -If there are \( N \) data points and we have a minibatch size of \( M \), the total number of batches -is \( N/M \). -We denote each minibatch \( B_k \), with \( k = 1, 2,...,N/M \). The gradient then becomes: +

    In the one-hot representation only one of the terms in the loss function is non-zero, namely the +probability of the correct category \( c' \) +(i.e. the category \( c' \) such that \( y_{ic'} = 1 \)). This means that the cross entropy loss only punishes you for how wrong +you got the correct label. The probability of category \( c \) is given by the softmax function. The vector \( \boldsymbol{\theta} \) represents the parameters of our network, i.e. all the weights and biases.

    -

    $$ \nabla \mathcal{C}(\theta) = \frac{1}{N} \sum_{i=1}^N \nabla \mathcal{L}_i(\theta) \quad \rightarrow \quad -\frac{1}{M} \sum_{i \in B_k} \nabla \mathcal{L}_i(\theta) ,$$ -

    - -

    i.e. instead of averaging the loss over the entire dataset, we average over a minibatch.

    - -

    This has two important benefits:

    -
      -
    1. Introducing stochasticity decreases the chance that the algorithm becomes stuck in a local minima.
    2. -
    3. It significantly speeds up the calculation, since we do not have to use the entire dataset to calculate the gradient.
    4. -
    -

    The various optmization methods, with codes and algorithms, are discussed in our lectures on Gradient descent approaches.

    @@ -516,7 +516,7 @@ We denote each minibatch \( B_k \), with \( k = 1, 2,...,N/M \). The gradient th

  • 91
  • 92
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs083.html b/doc/pub/week42/html/._week42-bs083.html index ce9dca8a4..6475ce415 100644 --- a/doc/pub/week42/html/._week42-bs083.html +++ b/doc/pub/week42/html/._week42-bs083.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,36 +463,41 @@ MathJax.Hub.Config({

     

     

     

    - -

    Regularization

    + +

    Optimizing the cost function

    -

    It is common to add an extra term to the cost function, proportional -to the size of the weights. This is equivalent to constraining the -size of the weights, so that they do not grow out of control. -Constraining the size of the weights means that the weights cannot -grow arbitrarily large to fit the training data, and in this way -reduces overfitting. +

    The network is trained by finding the weights and biases that minimize the cost function. One of the most widely used classes of methods is gradient descent and its generalizations. The idea behind gradient descent +is simply to adjust the weights in the direction where the gradient of the cost function is large and negative. This ensures we flow toward a local minimum of the cost function. +Each parameter \( \theta \) is iteratively adjusted according to the rule

    -

    We will measure the size of the weights using the so called L2-norm, meaning our cost function becomes:

    +

    $$ \theta_{i+1} = \theta_i - \eta \nabla \mathcal{C}(\theta_i) ,$$

    -

    $$ \mathcal{C}(\theta) = \frac{1}{N} \sum_{i=1}^N \mathcal{L}_i(\theta) \quad \rightarrow \quad -\frac{1}{N} \sum_{i=1}^N \mathcal{L}_i(\theta) + \lambda \lvert \lvert \boldsymbol{w} \rvert \rvert_2^2 -= \frac{1}{N} \sum_{i=1}^N \mathcal{L}(\theta) + \lambda \sum_{ij} w_{ij}^2,$$ +

    where \( \eta \) is known as the learning rate, which controls how big a step we take towards the minimum. +This update can be repeated for any number of iterations, or until we are satisfied with the result.

    -

    i.e. we sum up all the weights squared. The factor \( \lambda \) is known as a regularization parameter.

    - -

    In order to train the model, we need to calculate the derivative of -the cost function with respect to every bias and weight in the -network. In total our network has \( (64 + 1)\times 50=3250 \) weights in -the hidden layer and \( (50 + 1)\times 10=510 \) weights to the output -layer (\( +1 \) for the bias), and the gradient must be calculated for -every parameter. We use the backpropagation algorithm discussed -above. This is a clever use of the chain rule that allows us to -calculate the gradient efficently. +

    A simple and effective improvement is a variant called Batch Gradient Descent. +Instead of calculating the gradient on the whole dataset, we calculate an approximation of the gradient +on a subset of the data called a minibatch. +If there are \( N \) data points and we have a minibatch size of \( M \), the total number of batches +is \( N/M \). +We denote each minibatch \( B_k \), with \( k = 1, 2,...,N/M \). The gradient then becomes:

    +

    $$ \nabla \mathcal{C}(\theta) = \frac{1}{N} \sum_{i=1}^N \nabla \mathcal{L}_i(\theta) \quad \rightarrow \quad +\frac{1}{M} \sum_{i \in B_k} \nabla \mathcal{L}_i(\theta) ,$$ +

    + +

    i.e. instead of averaging the loss over the entire dataset, we average over a minibatch.

    + +

    This has two important benefits:

    +
      +
    1. Introducing stochasticity decreases the chance that the algorithm becomes stuck in a local minima.
    2. +
    3. It significantly speeds up the calculation, since we do not have to use the entire dataset to calculate the gradient.
    4. +
    +

    The various optmization methods, with codes and algorithms, are discussed in our lectures on Gradient descent approaches.

    +

      @@ -511,7 +523,7 @@ calculate the gradient efficently.
    • 92
    • 93
    • ...
    • -
    • 99
    • +
    • 100
    • »
    diff --git a/doc/pub/week42/html/._week42-bs084.html b/doc/pub/week42/html/._week42-bs084.html index 9eb737007..9795d92ba 100644 --- a/doc/pub/week42/html/._week42-bs084.html +++ b/doc/pub/week42/html/._week42-bs084.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -456,133 +463,36 @@ MathJax.Hub.Config({

     

     

     

    - -

    Matrix multiplication

    + +

    Regularization

    -

    To more efficently train our network these equations are implemented using matrix operations. -The error in the output layer is calculated simply as, with \( \boldsymbol{t} \) being our targets, +

    It is common to add an extra term to the cost function, proportional +to the size of the weights. This is equivalent to constraining the +size of the weights, so that they do not grow out of control. +Constraining the size of the weights means that the weights cannot +grow arbitrarily large to fit the training data, and in this way +reduces overfitting.

    -

    $$ \delta_L = \boldsymbol{t} - \boldsymbol{y} = (n_{inputs}, n_{categories}) .$$

    +

    We will measure the size of the weights using the so called L2-norm, meaning our cost function becomes:

    -

    The gradient for the output weights is calculated as

    - -

    $$ \nabla W_{L} = \boldsymbol{a}^T \delta_L = (n_{hidden}, n_{categories}) ,$$

    - -

    where \( \boldsymbol{a} = (n_{inputs}, n_{hidden}) \). This simply means that we are summing up the gradients for each input. -Since we are going backwards we have to transpose the activation matrix. +

    $$ \mathcal{C}(\theta) = \frac{1}{N} \sum_{i=1}^N \mathcal{L}_i(\theta) \quad \rightarrow \quad +\frac{1}{N} \sum_{i=1}^N \mathcal{L}_i(\theta) + \lambda \lvert \lvert \boldsymbol{w} \rvert \rvert_2^2 += \frac{1}{N} \sum_{i=1}^N \mathcal{L}(\theta) + \lambda \sum_{ij} w_{ij}^2,$$

    -

    The gradient with respect to the output bias is then

    +

    i.e. we sum up all the weights squared. The factor \( \lambda \) is known as a regularization parameter.

    -

    $$ \nabla \boldsymbol{b}_{L} = \sum_{i=1}^{n_{inputs}} \delta_L = (n_{categories}) .$$

    - -

    The error in the hidden layer is

    - -

    $$ \Delta_h = \delta_L W_{L}^T \circ f'(z_{h}) = \delta_L W_{L}^T \circ a_{h} \circ (1 - a_{h}) = (n_{inputs}, n_{hidden}) ,$$

    - -

    where \( f'(a_{h}) \) is the derivative of the activation in the hidden layer. The matrix products mean -that we are summing up the products for each neuron in the output layer. The symbol \( \circ \) denotes -the Hadamard product, meaning element-wise multiplication. +

    In order to train the model, we need to calculate the derivative of +the cost function with respect to every bias and weight in the +network. In total our network has \( (64 + 1)\times 50=3250 \) weights in +the hidden layer and \( (50 + 1)\times 10=510 \) weights to the output +layer (\( +1 \) for the bias), and the gradient must be calculated for +every parameter. We use the backpropagation algorithm discussed +above. This is a clever use of the chain rule that allows us to +calculate the gradient efficently.

    -

    This again gives us the gradients in the hidden layer:

    - -

    $$ \nabla W_{h} = X^T \delta_h = (n_{features}, n_{hidden}) ,$$

    - -

    $$ \nabla b_{h} = \sum_{i=1}^{n_{inputs}} \delta_h = (n_{hidden}) .$$

    - - - -
    -
    -
    -
    -
    -
    # to categorical turns our integer vector into a onehot representation
    -from sklearn.metrics import accuracy_score
    -
    -# one-hot in numpy
    -def to_categorical_numpy(integer_vector):
    -    n_inputs = len(integer_vector)
    -    n_categories = np.max(integer_vector) + 1
    -    onehot_vector = np.zeros((n_inputs, n_categories))
    -    onehot_vector[range(n_inputs), integer_vector] = 1
    -    
    -    return onehot_vector
    -
    -#Y_train_onehot, Y_test_onehot = to_categorical(Y_train), to_categorical(Y_test)
    -Y_train_onehot, Y_test_onehot = to_categorical_numpy(Y_train), to_categorical_numpy(Y_test)
    -
    -def feed_forward_train(X):
    -    # weighted sum of inputs to the hidden layer
    -    z_h = np.matmul(X, hidden_weights) + hidden_bias
    -    # activation in the hidden layer
    -    a_h = sigmoid(z_h)
    -    
    -    # weighted sum of inputs to the output layer
    -    z_o = np.matmul(a_h, output_weights) + output_bias
    -    # softmax output
    -    # axis 0 holds each input and axis 1 the probabilities of each category
    -    exp_term = np.exp(z_o)
    -    probabilities = exp_term / np.sum(exp_term, axis=1, keepdims=True)
    -    
    -    # for backpropagation need activations in hidden and output layers
    -    return a_h, probabilities
    -
    -def backpropagation(X, Y):
    -    a_h, probabilities = feed_forward_train(X)
    -    
    -    # error in the output layer
    -    error_output = probabilities - Y
    -    # error in the hidden layer
    -    error_hidden = np.matmul(error_output, output_weights.T) * a_h * (1 - a_h)
    -    
    -    # gradients for the output layer
    -    output_weights_gradient = np.matmul(a_h.T, error_output)
    -    output_bias_gradient = np.sum(error_output, axis=0)
    -    
    -    # gradient for the hidden layer
    -    hidden_weights_gradient = np.matmul(X.T, error_hidden)
    -    hidden_bias_gradient = np.sum(error_hidden, axis=0)
    -
    -    return output_weights_gradient, output_bias_gradient, hidden_weights_gradient, hidden_bias_gradient
    -
    -print("Old accuracy on training data: " + str(accuracy_score(predict(X_train), Y_train)))
    -
    -eta = 0.01
    -lmbd = 0.01
    -for i in range(1000):
    -    # calculate gradients
    -    dWo, dBo, dWh, dBh = backpropagation(X_train, Y_train_onehot)
    -    
    -    # regularization term gradients
    -    dWo += lmbd * output_weights
    -    dWh += lmbd * hidden_weights
    -    
    -    # update weights and biases
    -    output_weights -= eta * dWo
    -    output_bias -= eta * dBo
    -    hidden_weights -= eta * dWh
    -    hidden_bias -= eta * dBh
    -
    -print("New accuracy on training data: " + str(accuracy_score(predict(X_train), Y_train)))
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    diff --git a/doc/pub/week42/html/._week42-bs085.html b/doc/pub/week42/html/._week42-bs085.html index ef81256e4..0f69cd444 100644 --- a/doc/pub/week42/html/._week42-bs085.html +++ b/doc/pub/week42/html/._week42-bs085.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,22 +464,132 @@ MathJax.Hub.Config({

     

     

     

    -

    Improving performance

    +

    Matrix multiplication

    -

    As we can see the network does not seem to be learning at all. It seems to be just guessing the label for each image. -In order to obtain a network that does something useful, we will have to do a bit more work. +

    To more efficently train our network these equations are implemented using matrix operations. +The error in the output layer is calculated simply as, with \( \boldsymbol{t} \) being our targets,

    -

    The choice of hyperparameters such as learning rate and regularization parameter is hugely influential for the performance of the network. Typically a grid-search is performed, wherein we test different hyperparameters separated by orders of magnitude. For example we could test the learning rates \( \eta = 10^{-6}, 10^{-5},...,10^{-1} \) with different regularization parameters \( \lambda = 10^{-6},...,10^{-0} \).

    +

    $$ \delta_L = \boldsymbol{t} - \boldsymbol{y} = (n_{inputs}, n_{categories}) .$$

    -

    Next, we haven't implemented minibatching yet, which introduces stochasticity and is though to act as an important regularizer on the weights. We call a feed-forward + backward pass with a minibatch an iteration, and a full training period -going through the entire dataset (\( n/M \) batches) an epoch. +

    The gradient for the output weights is calculated as

    + +

    $$ \nabla W_{L} = \boldsymbol{a}^T \delta_L = (n_{hidden}, n_{categories}) ,$$

    + +

    where \( \boldsymbol{a} = (n_{inputs}, n_{hidden}) \). This simply means that we are summing up the gradients for each input. +Since we are going backwards we have to transpose the activation matrix.

    -

    If this does not improve network performance, you may want to consider altering the network architecture, adding more neurons or hidden layers. -Andrew Ng goes through some of these considerations in this video. You can find a summary of the video here. +

    The gradient with respect to the output bias is then

    + +

    $$ \nabla \boldsymbol{b}_{L} = \sum_{i=1}^{n_{inputs}} \delta_L = (n_{categories}) .$$

    + +

    The error in the hidden layer is

    + +

    $$ \Delta_h = \delta_L W_{L}^T \circ f'(z_{h}) = \delta_L W_{L}^T \circ a_{h} \circ (1 - a_{h}) = (n_{inputs}, n_{hidden}) ,$$

    + +

    where \( f'(a_{h}) \) is the derivative of the activation in the hidden layer. The matrix products mean +that we are summing up the products for each neuron in the output layer. The symbol \( \circ \) denotes +the Hadamard product, meaning element-wise multiplication.

    +

    This again gives us the gradients in the hidden layer:

    + +

    $$ \nabla W_{h} = X^T \delta_h = (n_{features}, n_{hidden}) ,$$

    + +

    $$ \nabla b_{h} = \sum_{i=1}^{n_{inputs}} \delta_h = (n_{hidden}) .$$

    + + + +
    +
    +
    +
    +
    +
    # to categorical turns our integer vector into a onehot representation
    +from sklearn.metrics import accuracy_score
    +
    +# one-hot in numpy
    +def to_categorical_numpy(integer_vector):
    +    n_inputs = len(integer_vector)
    +    n_categories = np.max(integer_vector) + 1
    +    onehot_vector = np.zeros((n_inputs, n_categories))
    +    onehot_vector[range(n_inputs), integer_vector] = 1
    +    
    +    return onehot_vector
    +
    +#Y_train_onehot, Y_test_onehot = to_categorical(Y_train), to_categorical(Y_test)
    +Y_train_onehot, Y_test_onehot = to_categorical_numpy(Y_train), to_categorical_numpy(Y_test)
    +
    +def feed_forward_train(X):
    +    # weighted sum of inputs to the hidden layer
    +    z_h = np.matmul(X, hidden_weights) + hidden_bias
    +    # activation in the hidden layer
    +    a_h = sigmoid(z_h)
    +    
    +    # weighted sum of inputs to the output layer
    +    z_o = np.matmul(a_h, output_weights) + output_bias
    +    # softmax output
    +    # axis 0 holds each input and axis 1 the probabilities of each category
    +    exp_term = np.exp(z_o)
    +    probabilities = exp_term / np.sum(exp_term, axis=1, keepdims=True)
    +    
    +    # for backpropagation need activations in hidden and output layers
    +    return a_h, probabilities
    +
    +def backpropagation(X, Y):
    +    a_h, probabilities = feed_forward_train(X)
    +    
    +    # error in the output layer
    +    error_output = probabilities - Y
    +    # error in the hidden layer
    +    error_hidden = np.matmul(error_output, output_weights.T) * a_h * (1 - a_h)
    +    
    +    # gradients for the output layer
    +    output_weights_gradient = np.matmul(a_h.T, error_output)
    +    output_bias_gradient = np.sum(error_output, axis=0)
    +    
    +    # gradient for the hidden layer
    +    hidden_weights_gradient = np.matmul(X.T, error_hidden)
    +    hidden_bias_gradient = np.sum(error_hidden, axis=0)
    +
    +    return output_weights_gradient, output_bias_gradient, hidden_weights_gradient, hidden_bias_gradient
    +
    +print("Old accuracy on training data: " + str(accuracy_score(predict(X_train), Y_train)))
    +
    +eta = 0.01
    +lmbd = 0.01
    +for i in range(1000):
    +    # calculate gradients
    +    dWo, dBo, dWh, dBh = backpropagation(X_train, Y_train_onehot)
    +    
    +    # regularization term gradients
    +    dWo += lmbd * output_weights
    +    dWh += lmbd * hidden_weights
    +    
    +    # update weights and biases
    +    output_weights -= eta * dWo
    +    output_bias -= eta * dBo
    +    hidden_weights -= eta * dWh
    +    hidden_bias -= eta * dBh
    +
    +print("New accuracy on training data: " + str(accuracy_score(predict(X_train), Y_train)))
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

      @@ -498,7 +615,7 @@ Andrew Ng goes through some of these considerations in this 94
    • 95
    • ...
    • -
    • 99
    • +
    • 100
    • »
    diff --git a/doc/pub/week42/html/._week42-bs086.html b/doc/pub/week42/html/._week42-bs086.html index 3b0d16fa2..0bfab2a0c 100644 --- a/doc/pub/week42/html/._week42-bs086.html +++ b/doc/pub/week42/html/._week42-bs086.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,133 +464,21 @@ MathJax.Hub.Config({

     

     

     

    -

    Full object-oriented implementation

    +

    Improving performance

    -

    It is very natural to think of the network as an object, with specific instances of the network -being realizations of this object with different hyperparameters. An implementation using Python classes provides a clean structure and interface, and the full implementation of our neural network is given below. +

    As we can see the network does not seem to be learning at all. It seems to be just guessing the label for each image. +In order to obtain a network that does something useful, we will have to do a bit more work.

    +

    The choice of hyperparameters such as learning rate and regularization parameter is hugely influential for the performance of the network. Typically a grid-search is performed, wherein we test different hyperparameters separated by orders of magnitude. For example we could test the learning rates \( \eta = 10^{-6}, 10^{-5},...,10^{-1} \) with different regularization parameters \( \lambda = 10^{-6},...,10^{-0} \).

    - -
    -
    -
    -
    -
    -
    class NeuralNetwork:
    -    def __init__(
    -            self,
    -            X_data,
    -            Y_data,
    -            n_hidden_neurons=50,
    -            n_categories=10,
    -            epochs=10,
    -            batch_size=100,
    -            eta=0.1,
    -            lmbd=0.0):
    -
    -        self.X_data_full = X_data
    -        self.Y_data_full = Y_data
    -
    -        self.n_inputs = X_data.shape[0]
    -        self.n_features = X_data.shape[1]
    -        self.n_hidden_neurons = n_hidden_neurons
    -        self.n_categories = n_categories
    -
    -        self.epochs = epochs
    -        self.batch_size = batch_size
    -        self.iterations = self.n_inputs // self.batch_size
    -        self.eta = eta
    -        self.lmbd = lmbd
    -
    -        self.create_biases_and_weights()
    -
    -    def create_biases_and_weights(self):
    -        self.hidden_weights = np.random.randn(self.n_features, self.n_hidden_neurons)
    -        self.hidden_bias = np.zeros(self.n_hidden_neurons) + 0.01
    -
    -        self.output_weights = np.random.randn(self.n_hidden_neurons, self.n_categories)
    -        self.output_bias = np.zeros(self.n_categories) + 0.01
    -
    -    def feed_forward(self):
    -        # feed-forward for training
    -        self.z_h = np.matmul(self.X_data, self.hidden_weights) + self.hidden_bias
    -        self.a_h = sigmoid(self.z_h)
    -
    -        self.z_o = np.matmul(self.a_h, self.output_weights) + self.output_bias
    -
    -        exp_term = np.exp(self.z_o)
    -        self.probabilities = exp_term / np.sum(exp_term, axis=1, keepdims=True)
    -
    -    def feed_forward_out(self, X):
    -        # feed-forward for output
    -        z_h = np.matmul(X, self.hidden_weights) + self.hidden_bias
    -        a_h = sigmoid(z_h)
    -
    -        z_o = np.matmul(a_h, self.output_weights) + self.output_bias
    -        
    -        exp_term = np.exp(z_o)
    -        probabilities = exp_term / np.sum(exp_term, axis=1, keepdims=True)
    -        return probabilities
    -
    -    def backpropagation(self):
    -        error_output = self.probabilities - self.Y_data
    -        error_hidden = np.matmul(error_output, self.output_weights.T) * self.a_h * (1 - self.a_h)
    -
    -        self.output_weights_gradient = np.matmul(self.a_h.T, error_output)
    -        self.output_bias_gradient = np.sum(error_output, axis=0)
    -
    -        self.hidden_weights_gradient = np.matmul(self.X_data.T, error_hidden)
    -        self.hidden_bias_gradient = np.sum(error_hidden, axis=0)
    -
    -        if self.lmbd > 0.0:
    -            self.output_weights_gradient += self.lmbd * self.output_weights
    -            self.hidden_weights_gradient += self.lmbd * self.hidden_weights
    -
    -        self.output_weights -= self.eta * self.output_weights_gradient
    -        self.output_bias -= self.eta * self.output_bias_gradient
    -        self.hidden_weights -= self.eta * self.hidden_weights_gradient
    -        self.hidden_bias -= self.eta * self.hidden_bias_gradient
    -
    -    def predict(self, X):
    -        probabilities = self.feed_forward_out(X)
    -        return np.argmax(probabilities, axis=1)
    -
    -    def predict_probabilities(self, X):
    -        probabilities = self.feed_forward_out(X)
    -        return probabilities
    -
    -    def train(self):
    -        data_indices = np.arange(self.n_inputs)
    -
    -        for i in range(self.epochs):
    -            for j in range(self.iterations):
    -                # pick datapoints with replacement
    -                chosen_datapoints = np.random.choice(
    -                    data_indices, size=self.batch_size, replace=False
    -                )
    -
    -                # minibatch training data
    -                self.X_data = self.X_data_full[chosen_datapoints]
    -                self.Y_data = self.Y_data_full[chosen_datapoints]
    -
    -                self.feed_forward()
    -                self.backpropagation()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    +

    Next, we haven't implemented minibatching yet, which introduces stochasticity and is though to act as an important regularizer on the weights. We call a feed-forward + backward pass with a minibatch an iteration, and a full training period +going through the entire dataset (\( n/M \) batches) an epoch. +

    +

    If this does not improve network performance, you may want to consider altering the network architecture, adding more neurons or hidden layers. +Andrew Ng goes through some of these considerations in this video. You can find a summary of the video here. +

    @@ -610,7 +505,7 @@ being realizations of this object with different hyperparameters. An implementat

  • 95
  • 96
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs087.html b/doc/pub/week42/html/._week42-bs087.html index d09923748..11e3be9c4 100644 --- a/doc/pub/week42/html/._week42-bs087.html +++ b/doc/pub/week42/html/._week42-bs087.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,17 +464,12 @@ MathJax.Hub.Config({

     

     

     

    -

    Evaluate model performance on test data

    +

    Full object-oriented implementation

    -

    To measure the performance of our network we evaluate how well it does it data it has never seen before, i.e. the test data. -We measure the performance of the network using the accuracy score. -The accuracy is as you would expect just the number of images correctly labeled divided by the total number of images. A perfect classifier will have an accuracy score of \( 1 \). +

    It is very natural to think of the network as an object, with specific instances of the network +being realizations of this object with different hyperparameters. An implementation using Python classes provides a clean structure and interface, and the full implementation of our neural network is given below.

    -

    $$ \text{Accuracy} = \frac{\sum_{i=1}^n I(\tilde{y}_i = y_i)}{n} ,$$

    - -

    where \( I \) is the indicator function, \( 1 \) if \( \tilde{y}_i = y_i \) and \( 0 \) otherwise.

    -
    @@ -475,22 +477,105 @@ The accuracy is as you would expect just the number of images correctly labeled
    -
    epochs = 100
    -batch_size = 100
    +  
    class NeuralNetwork:
    +    def __init__(
    +            self,
    +            X_data,
    +            Y_data,
    +            n_hidden_neurons=50,
    +            n_categories=10,
    +            epochs=10,
    +            batch_size=100,
    +            eta=0.1,
    +            lmbd=0.0):
     
    -dnn = NeuralNetwork(X_train, Y_train_onehot, eta=eta, lmbd=lmbd, epochs=epochs, batch_size=batch_size,
    -                    n_hidden_neurons=n_hidden_neurons, n_categories=n_categories)
    -dnn.train()
    -test_predict = dnn.predict(X_test)
    +        self.X_data_full = X_data
    +        self.Y_data_full = Y_data
     
    -# accuracy score from scikit library
    -print("Accuracy score on test set: ", accuracy_score(Y_test, test_predict))
    +        self.n_inputs = X_data.shape[0]
    +        self.n_features = X_data.shape[1]
    +        self.n_hidden_neurons = n_hidden_neurons
    +        self.n_categories = n_categories
     
    -# equivalent in numpy
    -def accuracy_score_numpy(Y_test, Y_pred):
    -    return np.sum(Y_test == Y_pred) / len(Y_test)
    +        self.epochs = epochs
    +        self.batch_size = batch_size
    +        self.iterations = self.n_inputs // self.batch_size
    +        self.eta = eta
    +        self.lmbd = lmbd
     
    -#print("Accuracy score on test set: ", accuracy_score_numpy(Y_test, test_predict))
    +        self.create_biases_and_weights()
    +
    +    def create_biases_and_weights(self):
    +        self.hidden_weights = np.random.randn(self.n_features, self.n_hidden_neurons)
    +        self.hidden_bias = np.zeros(self.n_hidden_neurons) + 0.01
    +
    +        self.output_weights = np.random.randn(self.n_hidden_neurons, self.n_categories)
    +        self.output_bias = np.zeros(self.n_categories) + 0.01
    +
    +    def feed_forward(self):
    +        # feed-forward for training
    +        self.z_h = np.matmul(self.X_data, self.hidden_weights) + self.hidden_bias
    +        self.a_h = sigmoid(self.z_h)
    +
    +        self.z_o = np.matmul(self.a_h, self.output_weights) + self.output_bias
    +
    +        exp_term = np.exp(self.z_o)
    +        self.probabilities = exp_term / np.sum(exp_term, axis=1, keepdims=True)
    +
    +    def feed_forward_out(self, X):
    +        # feed-forward for output
    +        z_h = np.matmul(X, self.hidden_weights) + self.hidden_bias
    +        a_h = sigmoid(z_h)
    +
    +        z_o = np.matmul(a_h, self.output_weights) + self.output_bias
    +        
    +        exp_term = np.exp(z_o)
    +        probabilities = exp_term / np.sum(exp_term, axis=1, keepdims=True)
    +        return probabilities
    +
    +    def backpropagation(self):
    +        error_output = self.probabilities - self.Y_data
    +        error_hidden = np.matmul(error_output, self.output_weights.T) * self.a_h * (1 - self.a_h)
    +
    +        self.output_weights_gradient = np.matmul(self.a_h.T, error_output)
    +        self.output_bias_gradient = np.sum(error_output, axis=0)
    +
    +        self.hidden_weights_gradient = np.matmul(self.X_data.T, error_hidden)
    +        self.hidden_bias_gradient = np.sum(error_hidden, axis=0)
    +
    +        if self.lmbd > 0.0:
    +            self.output_weights_gradient += self.lmbd * self.output_weights
    +            self.hidden_weights_gradient += self.lmbd * self.hidden_weights
    +
    +        self.output_weights -= self.eta * self.output_weights_gradient
    +        self.output_bias -= self.eta * self.output_bias_gradient
    +        self.hidden_weights -= self.eta * self.hidden_weights_gradient
    +        self.hidden_bias -= self.eta * self.hidden_bias_gradient
    +
    +    def predict(self, X):
    +        probabilities = self.feed_forward_out(X)
    +        return np.argmax(probabilities, axis=1)
    +
    +    def predict_probabilities(self, X):
    +        probabilities = self.feed_forward_out(X)
    +        return probabilities
    +
    +    def train(self):
    +        data_indices = np.arange(self.n_inputs)
    +
    +        for i in range(self.epochs):
    +            for j in range(self.iterations):
    +                # pick datapoints with replacement
    +                chosen_datapoints = np.random.choice(
    +                    data_indices, size=self.batch_size, replace=False
    +                )
    +
    +                # minibatch training data
    +                self.X_data = self.X_data_full[chosen_datapoints]
    +                self.Y_data = self.Y_data_full[chosen_datapoints]
    +
    +                self.feed_forward()
    +                self.backpropagation()
     
    @@ -532,7 +617,7 @@ test_predict = dnn96
  • 97
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs088.html b/doc/pub/week42/html/._week42-bs088.html index 587e4a1cf..a0f64a0cc 100644 --- a/doc/pub/week42/html/._week42-bs088.html +++ b/doc/pub/week42/html/._week42-bs088.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,12 +464,17 @@ MathJax.Hub.Config({

     

     

     

    -

    Adjust hyperparameters

    +

    Evaluate model performance on test data

    -

    We now perform a grid search to find the optimal hyperparameters for the network. -Note that we are only using 1 layer with 50 neurons, and human performance is estimated to be around \( 98\% \) (\( 2\% \) error rate). +

    To measure the performance of our network we evaluate how well it does it data it has never seen before, i.e. the test data. +We measure the performance of the network using the accuracy score. +The accuracy is as you would expect just the number of images correctly labeled divided by the total number of images. A perfect classifier will have an accuracy score of \( 1 \).

    +

    $$ \text{Accuracy} = \frac{\sum_{i=1}^n I(\tilde{y}_i = y_i)}{n} ,$$

    + +

    where \( I \) is the indicator function, \( 1 \) if \( \tilde{y}_i = y_i \) and \( 0 \) otherwise.

    +
    @@ -470,26 +482,22 @@ Note that we are only using 1 layer with 50 neurons, and human performance is es
    -
    eta_vals = np.logspace(-5, 1, 7)
    -lmbd_vals = np.logspace(-5, 1, 7)
    -# store the models for later use
    -DNN_numpy = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
    +  
    epochs = 100
    +batch_size = 100
     
    -# grid search
    -for i, eta in enumerate(eta_vals):
    -    for j, lmbd in enumerate(lmbd_vals):
    -        dnn = NeuralNetwork(X_train, Y_train_onehot, eta=eta, lmbd=lmbd, epochs=epochs, batch_size=batch_size,
    -                            n_hidden_neurons=n_hidden_neurons, n_categories=n_categories)
    -        dnn.train()
    -        
    -        DNN_numpy[i][j] = dnn
    -        
    -        test_predict = dnn.predict(X_test)
    -        
    -        print("Learning rate  = ", eta)
    -        print("Lambda = ", lmbd)
    -        print("Accuracy score on test set: ", accuracy_score(Y_test, test_predict))
    -        print()
    +dnn = NeuralNetwork(X_train, Y_train_onehot, eta=eta, lmbd=lmbd, epochs=epochs, batch_size=batch_size,
    +                    n_hidden_neurons=n_hidden_neurons, n_categories=n_categories)
    +dnn.train()
    +test_predict = dnn.predict(X_test)
    +
    +# accuracy score from scikit library
    +print("Accuracy score on test set: ", accuracy_score(Y_test, test_predict))
    +
    +# equivalent in numpy
    +def accuracy_score_numpy(Y_test, Y_pred):
    +    return np.sum(Y_test == Y_pred) / len(Y_test)
    +
    +#print("Accuracy score on test set: ", accuracy_score_numpy(Y_test, test_predict))
     
    @@ -531,7 +539,7 @@ DNN_numpy = np.
  • 97
  • 98
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs089.html b/doc/pub/week42/html/._week42-bs089.html index 498a32741..2ad0f91c0 100644 --- a/doc/pub/week42/html/._week42-bs089.html +++ b/doc/pub/week42/html/._week42-bs089.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,7 +464,11 @@ MathJax.Hub.Config({

     

     

     

    -

    Visualization

    +

    Adjust hyperparameters

    + +

    We now perform a grid search to find the optimal hyperparameters for the network. +Note that we are only using 1 layer with 50 neurons, and human performance is estimated to be around \( 98\% \) (\( 2\% \) error rate). +

    @@ -466,39 +477,26 @@ MathJax.Hub.Config({
    -
    # visual representation of grid search
    -# uses seaborn heatmap, you can also do this with matplotlib imshow
    -import seaborn as sns
    +  
    eta_vals = np.logspace(-5, 1, 7)
    +lmbd_vals = np.logspace(-5, 1, 7)
    +# store the models for later use
    +DNN_numpy = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
     
    -sns.set()
    -
    -train_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    -test_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    -
    -for i in range(len(eta_vals)):
    -    for j in range(len(lmbd_vals)):
    -        dnn = DNN_numpy[i][j]
    +# grid search
    +for i, eta in enumerate(eta_vals):
    +    for j, lmbd in enumerate(lmbd_vals):
    +        dnn = NeuralNetwork(X_train, Y_train_onehot, eta=eta, lmbd=lmbd, epochs=epochs, batch_size=batch_size,
    +                            n_hidden_neurons=n_hidden_neurons, n_categories=n_categories)
    +        dnn.train()
             
    -        train_pred = dnn.predict(X_train) 
    -        test_pred = dnn.predict(X_test)
    -
    -        train_accuracy[i][j] = accuracy_score(Y_train, train_pred)
    -        test_accuracy[i][j] = accuracy_score(Y_test, test_pred)
    -
    +        DNN_numpy[i][j] = dnn
             
    -fig, ax = plt.subplots(figsize = (10, 10))
    -sns.heatmap(train_accuracy, annot=True, ax=ax, cmap="viridis")
    -ax.set_title("Training Accuracy")
    -ax.set_ylabel("$\eta$")
    -ax.set_xlabel("$\lambda$")
    -plt.show()
    -
    -fig, ax = plt.subplots(figsize = (10, 10))
    -sns.heatmap(test_accuracy, annot=True, ax=ax, cmap="viridis")
    -ax.set_title("Test Accuracy")
    -ax.set_ylabel("$\eta$")
    -ax.set_xlabel("$\lambda$")
    -plt.show()
    +        test_predict = dnn.predict(X_test)
    +        
    +        print("Learning rate  = ", eta)
    +        print("Lambda = ", lmbd)
    +        print("Accuracy score on test set: ", accuracy_score(Y_test, test_predict))
    +        print()
     
    @@ -539,6 +537,8 @@ plt.show()
  • 97
  • 98
  • 99
  • +
  • ...
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs090.html b/doc/pub/week42/html/._week42-bs090.html index 812db220c..c8c345722 100644 --- a/doc/pub/week42/html/._week42-bs090.html +++ b/doc/pub/week42/html/._week42-bs090.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,21 +464,7 @@ MathJax.Hub.Config({

     

     

     

    -

    scikit-learn implementation

    - -

    scikit-learn focuses more -on traditional machine learning methods, such as regression, -clustering, decision trees, etc. As such, it has only two types of -neural networks: Multi Layer Perceptron outputting continuous values, -MPLRegressor, and Multi Layer Perceptron outputting labels, -MLPClassifier. We will see how simple it is to use these classes. -

    - -

    scikit-learn implements a few improvements from our neural network, -such as early stopping, a varying learning rate, different -optimization methods, etc. We would therefore expect a better -performance overall. -

    +

    Visualization

    @@ -480,22 +473,39 @@ performance overall.
    -
    from sklearn.neural_network import MLPClassifier
    -# store models for later use
    -DNN_scikit = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
    +  
    # visual representation of grid search
    +# uses seaborn heatmap, you can also do this with matplotlib imshow
    +import seaborn as sns
     
    -for i, eta in enumerate(eta_vals):
    -    for j, lmbd in enumerate(lmbd_vals):
    -        dnn = MLPClassifier(hidden_layer_sizes=(n_hidden_neurons), activation='logistic',
    -                            alpha=lmbd, learning_rate_init=eta, max_iter=epochs)
    -        dnn.fit(X_train, Y_train)
    +sns.set()
    +
    +train_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    +test_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    +
    +for i in range(len(eta_vals)):
    +    for j in range(len(lmbd_vals)):
    +        dnn = DNN_numpy[i][j]
             
    -        DNN_scikit[i][j] = dnn
    +        train_pred = dnn.predict(X_train) 
    +        test_pred = dnn.predict(X_test)
    +
    +        train_accuracy[i][j] = accuracy_score(Y_train, train_pred)
    +        test_accuracy[i][j] = accuracy_score(Y_test, test_pred)
    +
             
    -        print("Learning rate  = ", eta)
    -        print("Lambda = ", lmbd)
    -        print("Accuracy score on test set: ", dnn.score(X_test, Y_test))
    -        print()
    +fig, ax = plt.subplots(figsize = (10, 10))
    +sns.heatmap(train_accuracy, annot=True, ax=ax, cmap="viridis")
    +ax.set_title("Training Accuracy")
    +ax.set_ylabel("$\eta$")
    +ax.set_xlabel("$\lambda$")
    +plt.show()
    +
    +fig, ax = plt.subplots(figsize = (10, 10))
    +sns.heatmap(test_accuracy, annot=True, ax=ax, cmap="viridis")
    +ax.set_title("Test Accuracy")
    +ax.set_ylabel("$\eta$")
    +ax.set_xlabel("$\lambda$")
    +plt.show()
     
    @@ -535,6 +545,7 @@ DNN_scikit = np
  • 97
  • 98
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs091.html b/doc/pub/week42/html/._week42-bs091.html index f3aaad163..914b0b66a 100644 --- a/doc/pub/week42/html/._week42-bs091.html +++ b/doc/pub/week42/html/._week42-bs091.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,7 +464,22 @@ MathJax.Hub.Config({

     

     

     

    -

    Visualization

    +

    scikit-learn implementation

    + +

    scikit-learn focuses more +on traditional machine learning methods, such as regression, +clustering, decision trees, etc. As such, it has only two types of +neural networks: Multi Layer Perceptron outputting continuous values, +MPLRegressor, and Multi Layer Perceptron outputting labels, +MLPClassifier. We will see how simple it is to use these classes. +

    + +

    scikit-learn implements a few improvements from our neural network, +such as early stopping, a varying learning rate, different +optimization methods, etc. We would therefore expect a better +performance overall. +

    +
    @@ -465,40 +487,22 @@ MathJax.Hub.Config({
    -
    # optional
    -# visual representation of grid search
    -# uses seaborn heatmap, could probably do this in matplotlib
    -import seaborn as sns
    +  
    from sklearn.neural_network import MLPClassifier
    +# store models for later use
    +DNN_scikit = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
     
    -sns.set()
    -
    -train_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    -test_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    -
    -for i in range(len(eta_vals)):
    -    for j in range(len(lmbd_vals)):
    -        dnn = DNN_scikit[i][j]
    +for i, eta in enumerate(eta_vals):
    +    for j, lmbd in enumerate(lmbd_vals):
    +        dnn = MLPClassifier(hidden_layer_sizes=(n_hidden_neurons), activation='logistic',
    +                            alpha=lmbd, learning_rate_init=eta, max_iter=epochs)
    +        dnn.fit(X_train, Y_train)
             
    -        train_pred = dnn.predict(X_train) 
    -        test_pred = dnn.predict(X_test)
    -
    -        train_accuracy[i][j] = accuracy_score(Y_train, train_pred)
    -        test_accuracy[i][j] = accuracy_score(Y_test, test_pred)
    -
    +        DNN_scikit[i][j] = dnn
             
    -fig, ax = plt.subplots(figsize = (10, 10))
    -sns.heatmap(train_accuracy, annot=True, ax=ax, cmap="viridis")
    -ax.set_title("Training Accuracy")
    -ax.set_ylabel("$\eta$")
    -ax.set_xlabel("$\lambda$")
    -plt.show()
    -
    -fig, ax = plt.subplots(figsize = (10, 10))
    -sns.heatmap(test_accuracy, annot=True, ax=ax, cmap="viridis")
    -ax.set_title("Test Accuracy")
    -ax.set_ylabel("$\eta$")
    -ax.set_xlabel("$\lambda$")
    -plt.show()
    +        print("Learning rate  = ", eta)
    +        print("Lambda = ", lmbd)
    +        print("Accuracy score on test set: ", dnn.score(X_test, Y_test))
    +        print()
     
    @@ -537,6 +541,7 @@ plt.show()
  • 97
  • 98
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs092.html b/doc/pub/week42/html/._week42-bs092.html index 178749b7f..6ddd4488a 100644 --- a/doc/pub/week42/html/._week42-bs092.html +++ b/doc/pub/week42/html/._week42-bs092.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -457,17 +464,63 @@ MathJax.Hub.Config({

     

     

     

    -

    Building neural networks in Tensorflow and Keras

    +

    Visualization

    -

    Now we want to build on the experience gained from our neural network implementation in NumPy and scikit-learn -and use it to construct a neural network in Tensorflow. Once we have constructed a neural network in NumPy -and Tensorflow, building one in Keras is really quite trivial, though the performance may suffer. -

    + +
    +
    +
    +
    +
    +
    # optional
    +# visual representation of grid search
    +# uses seaborn heatmap, could probably do this in matplotlib
    +import seaborn as sns
    +
    +sns.set()
    +
    +train_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    +test_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    +
    +for i in range(len(eta_vals)):
    +    for j in range(len(lmbd_vals)):
    +        dnn = DNN_scikit[i][j]
    +        
    +        train_pred = dnn.predict(X_train) 
    +        test_pred = dnn.predict(X_test)
    +
    +        train_accuracy[i][j] = accuracy_score(Y_train, train_pred)
    +        test_accuracy[i][j] = accuracy_score(Y_test, test_pred)
    +
    +        
    +fig, ax = plt.subplots(figsize = (10, 10))
    +sns.heatmap(train_accuracy, annot=True, ax=ax, cmap="viridis")
    +ax.set_title("Training Accuracy")
    +ax.set_ylabel("$\eta$")
    +ax.set_xlabel("$\lambda$")
    +plt.show()
    +
    +fig, ax = plt.subplots(figsize = (10, 10))
    +sns.heatmap(test_accuracy, annot=True, ax=ax, cmap="viridis")
    +ax.set_title("Test Accuracy")
    +ax.set_ylabel("$\eta$")
    +ax.set_xlabel("$\lambda$")
    +plt.show()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    -

    In our previous example we used only one hidden layer, and in this we will use two. From this it should be quite -clear how to build one using an arbitrary number of hidden layers, using data structures such as Python lists or -NumPy arrays. -

    @@ -490,6 +543,7 @@ NumPy arrays.

  • 97
  • 98
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/week42-bs.html b/doc/pub/week42/html/week42-bs.html index dddce8a8e..c33716b7d 100644 --- a/doc/pub/week42/html/week42-bs.html +++ b/doc/pub/week42/html/week42-bs.html @@ -104,15 +104,21 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -369,83 +375,84 @@ MathJax.Hub.Config({
  • Final expressions for the biases of the hidden layer
  • Gradient expressions
  • Setting up the equations for a neural network
  • -
  • Layout of a neural network with three hidden layers
  • +
  • Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))
  • Definitions
  • Inputs to the activation function
  • -
  • Derivatives and the chain rule
  • -
  • Derivative of the cost function
  • -
  • The back propagation equations for a neural network
  • -
  • Analyzing the last results
  • -
  • More considerations
  • -
  • Derivatives in terms of \( z_j^L \)
  • -
  • Bringing it together
  • -
  • Final back propagating equation
  • -
  • Using the chain rule and summing over all \( k \) entries
  • -
  • Setting up the back propagation algorithm
  • -
  • Setting up the back propagation algorithm, part 2
  • -
  • Setting up the Back propagation algorithm, part 3
  • -
  • Updating the gradients
  • -
  •    Activation functions
  • -
  •    Activation functions, Logistic and Hyperbolic ones
  • -
  •    Relevance
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Vanishing gradients
  • -
  • Exploding gradients
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • Logistic function as the root of problems
  • -
  • The derivative of the Logistic funtion
  • -
  • Insights from the paper by Glorot and Bengio
  • -
  • The RELU function family
  • -
  • ELU function
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A top-down perspective on Neural networks
  • -
  • More top-down perspectives
  • -
  • Limitations of supervised learning with deep networks
  • -
  • Limitations of NNs
  • -
  • Homogeneous data
  • -
  • More limitations
  • -
  • Setting up the back-propagation algorithm
  • -
  • Setting up a Multi-layer perceptron model for classification
  • -
  • Defining the cost function
  • -
  • Example: binary classification problem
  • -
  • The Softmax function
  • -
  • Developing a code for doing neural networks with back propagation
  • -
  • Collect and pre-process data
  • -
  • Train and test datasets
  • -
  • Define model and architecture
  • -
  • Layers
  • -
  • Weights and biases
  • -
  • Feed-forward pass
  • -
  • Matrix multiplications
  • -
  • Choose cost function and optimizer
  • -
  • Optimizing the cost function
  • -
  • Regularization
  • -
  • Matrix multiplication
  • -
  • Improving performance
  • -
  • Full object-oriented implementation
  • -
  • Evaluate model performance on test data
  • -
  • Adjust hyperparameters
  • -
  • Visualization
  • -
  • scikit-learn implementation
  • -
  • Visualization
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Building a neural network code
  • -
  •    Learning rate methods
  • -
  •    Usage of the above learning rate schedulers
  • -
  •    Cost functions
  • -
  •    Activation functions
  • -
  •    The Neural Network
  • -
  •    Multiclass classification
  • -
  • Testing the XOR gate and other gates
  • +
  • Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)
  • +
  • Derivatives and the chain rule
  • +
  • Derivative of the cost function
  • +
  • The back propagation equations for a neural network
  • +
  • Analyzing the last results
  • +
  • More considerations
  • +
  • Derivatives in terms of \( z_j^L \)
  • +
  • Bringing it together
  • +
  • Final back propagating equation
  • +
  • Using the chain rule and summing over all \( k \) entries
  • +
  • Setting up the back propagation algorithm
  • +
  • Setting up the back propagation algorithm, part 2
  • +
  • Setting up the Back propagation algorithm, part 3
  • +
  • Updating the gradients
  • +
  •    Activation functions
  • +
  •    Activation functions, Logistic and Hyperbolic ones
  • +
  •    Relevance
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Vanishing gradients
  • +
  • Exploding gradients
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • Logistic function as the root of problems
  • +
  • The derivative of the Logistic funtion
  • +
  • Insights from the paper by Glorot and Bengio
  • +
  • The RELU function family
  • +
  • ELU function
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A top-down perspective on Neural networks
  • +
  • More top-down perspectives
  • +
  • Limitations of supervised learning with deep networks
  • +
  • Limitations of NNs
  • +
  • Homogeneous data
  • +
  • More limitations
  • +
  • Setting up the back-propagation algorithm
  • +
  • Setting up a Multi-layer perceptron model for classification
  • +
  • Defining the cost function
  • +
  • Example: binary classification problem
  • +
  • The Softmax function
  • +
  • Developing a code for doing neural networks with back propagation
  • +
  • Collect and pre-process data
  • +
  • Train and test datasets
  • +
  • Define model and architecture
  • +
  • Layers
  • +
  • Weights and biases
  • +
  • Feed-forward pass
  • +
  • Matrix multiplications
  • +
  • Choose cost function and optimizer
  • +
  • Optimizing the cost function
  • +
  • Regularization
  • +
  • Matrix multiplication
  • +
  • Improving performance
  • +
  • Full object-oriented implementation
  • +
  • Evaluate model performance on test data
  • +
  • Adjust hyperparameters
  • +
  • Visualization
  • +
  • scikit-learn implementation
  • +
  • Visualization
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Building a neural network code
  • +
  •    Learning rate methods
  • +
  •    Usage of the above learning rate schedulers
  • +
  •    Cost functions
  • +
  •    Activation functions
  • +
  •    The Neural Network
  • +
  •    Multiclass classification
  • +
  • Testing the XOR gate and other gates
  • @@ -500,7 +507,7 @@ MathJax.Hub.Config({
  • 9
  • 10
  • ...
  • -
  • 99
  • +
  • 100
  • »
  • diff --git a/doc/pub/week42/html/week42-reveal.html b/doc/pub/week42/html/week42-reveal.html index 4ff08534e..0c4c4e0c8 100644 --- a/doc/pub/week42/html/week42-reveal.html +++ b/doc/pub/week42/html/week42-reveal.html @@ -855,11 +855,11 @@ all inputs \( \boldsymbol{x} \) are given by \( \boldsymbol{\tilde{y}}_i \).
    -

    Layout of a neural network with three hidden layers

    +

    Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))



    -

    +



    @@ -911,6 +911,16 @@ $$

     
    +

    +

    Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)

    + +

    +
    +

    +
    +

    +
    +

    Derivatives and the chain rule

    diff --git a/doc/pub/week42/html/week42-solarized.html b/doc/pub/week42/html/week42-solarized.html index 100d78c42..f8e3db8b1 100644 --- a/doc/pub/week42/html/week42-solarized.html +++ b/doc/pub/week42/html/week42-solarized.html @@ -131,15 +131,21 @@ div.toc p,a { 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -936,11 +942,11 @@ all inputs \( \boldsymbol{x} \) are given by \( \boldsymbol{\tilde{y}}_i \).











    -

    Layout of a neural network with three hidden layers

    +

    Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))



    -

    +



    @@ -985,6 +991,15 @@ a_j^l = \sigma(z_j^l) = \frac{1}{1+\exp{-(z_j^l)}}. $$ +









    +

    Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)

    + +

    +
    +

    +
    +

    +









    Derivatives and the chain rule

    diff --git a/doc/pub/week42/html/week42.html b/doc/pub/week42/html/week42.html index 483203b5c..5311f40b0 100644 --- a/doc/pub/week42/html/week42.html +++ b/doc/pub/week42/html/week42.html @@ -208,15 +208,21 @@ div.toc p,a { 2, None, 'setting-up-the-equations-for-a-neural-network'), - ('Layout of a neural network with three hidden layers', + ('Layout of a neural network with three hidden layers (last ' + 'later = $l=L=4$, first layer $l=0$)', 2, None, - 'layout-of-a-neural-network-with-three-hidden-layers'), + 'layout-of-a-neural-network-with-three-hidden-layers-last-later-l-l-4-first-layer-l-0'), ('Definitions', 2, None, 'definitions'), ('Inputs to the activation function', 2, None, 'inputs-to-the-activation-function'), + ('Layout of input to first hidden layer $l=1$ from input layer ' + '$l=0$', + 2, + None, + 'layout-of-input-to-first-hidden-layer-l-1-from-input-layer-l-0'), ('Derivatives and the chain rule', 2, None, @@ -1013,11 +1019,11 @@ all inputs \( \boldsymbol{x} \) are given by \( \boldsymbol{\tilde{y}}_i \).











    -

    Layout of a neural network with three hidden layers

    +

    Layout of a neural network with three hidden layers (last later = \( l=L=4 \), first layer \( l=0 \))



    -

    +



    @@ -1062,6 +1068,15 @@ a_j^l = \sigma(z_j^l) = \frac{1}{1+\exp{-(z_j^l)}}. $$ +









    +

    Layout of input to first hidden layer \( l=1 \) from input layer \( l=0 \)

    + +

    +
    +

    +
    +

    +









    Derivatives and the chain rule

    diff --git a/doc/pub/week42/ipynb/ipynb-week42-src.tar.gz b/doc/pub/week42/ipynb/ipynb-week42-src.tar.gz index 98f481598..026cc35e2 100644 Binary files a/doc/pub/week42/ipynb/ipynb-week42-src.tar.gz and b/doc/pub/week42/ipynb/ipynb-week42-src.tar.gz differ diff --git a/doc/pub/week42/ipynb/week42.ipynb b/doc/pub/week42/ipynb/week42.ipynb index 209f12073..581ead8a7 100644 --- a/doc/pub/week42/ipynb/week42.ipynb +++ b/doc/pub/week42/ipynb/week42.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "71143de3", + "id": "092c6813", "metadata": { "editable": true }, @@ -14,7 +14,7 @@ }, { "cell_type": "markdown", - "id": "35db3d31", + "id": "f44f930c", "metadata": { "editable": true }, @@ -27,7 +27,7 @@ }, { "cell_type": "markdown", - "id": "3a41a07e", + "id": "52ac4c14", "metadata": { "editable": true }, @@ -56,7 +56,7 @@ }, { "cell_type": "markdown", - "id": "e4274067", + "id": "2c1630dd", "metadata": { "editable": true }, @@ -73,7 +73,7 @@ }, { "cell_type": "markdown", - "id": "38ccf7d0", + "id": "49d3cbcf", "metadata": { "editable": true }, @@ -92,7 +92,7 @@ }, { "cell_type": "markdown", - "id": "bf1932a3", + "id": "9b42371e", "metadata": { "editable": true }, @@ -108,7 +108,7 @@ }, { "cell_type": "markdown", - "id": "1cb1eb45", + "id": "b8f7a026", "metadata": { "editable": true }, @@ -119,7 +119,7 @@ }, { "cell_type": "markdown", - "id": "0f07a5df", + "id": "012dd6a1", "metadata": { "editable": true }, @@ -133,7 +133,7 @@ }, { "cell_type": "markdown", - "id": "8671fb13", + "id": "2847e093", "metadata": { "editable": true }, @@ -148,7 +148,7 @@ }, { "cell_type": "markdown", - "id": "12ed4396", + "id": "45fef288", "metadata": { "editable": true }, @@ -160,7 +160,7 @@ }, { "cell_type": "markdown", - "id": "c1516595", + "id": "de152393", "metadata": { "editable": true }, @@ -174,7 +174,7 @@ }, { "cell_type": "markdown", - "id": "2949b61a", + "id": "621fb2b9", "metadata": { "editable": true }, @@ -186,7 +186,7 @@ }, { "cell_type": "markdown", - "id": "46e01f35", + "id": "c418fb3c", "metadata": { "editable": true }, @@ -202,7 +202,7 @@ }, { "cell_type": "markdown", - "id": "9c6ea29d", + "id": "800aecac", "metadata": { "editable": true }, @@ -218,7 +218,7 @@ }, { "cell_type": "markdown", - "id": "6c66c7ee", + "id": "2e973cf8", "metadata": { "editable": true }, @@ -230,7 +230,7 @@ }, { "cell_type": "markdown", - "id": "f8846711", + "id": "95e54e97", "metadata": { "editable": true }, @@ -240,7 +240,7 @@ }, { "cell_type": "markdown", - "id": "e4b9e408", + "id": "6fd99322", "metadata": { "editable": true }, @@ -252,7 +252,7 @@ }, { "cell_type": "markdown", - "id": "b8f62859", + "id": "2b2ebf34", "metadata": { "editable": true }, @@ -262,7 +262,7 @@ }, { "cell_type": "markdown", - "id": "f2ec677d", + "id": "d488d19a", "metadata": { "editable": true }, @@ -274,7 +274,7 @@ }, { "cell_type": "markdown", - "id": "31099b72", + "id": "af6e84a4", "metadata": { "editable": true }, @@ -284,7 +284,7 @@ }, { "cell_type": "markdown", - "id": "cc6de265", + "id": "c9407fa7", "metadata": { "editable": true }, @@ -296,7 +296,7 @@ }, { "cell_type": "markdown", - "id": "de05db8e", + "id": "b33546c2", "metadata": { "editable": true }, @@ -312,7 +312,7 @@ }, { "cell_type": "markdown", - "id": "a5fcef62", + "id": "e2b7759f", "metadata": { "editable": true }, @@ -324,7 +324,7 @@ }, { "cell_type": "markdown", - "id": "38f87147", + "id": "5e1062d7", "metadata": { "editable": true }, @@ -336,7 +336,7 @@ }, { "cell_type": "markdown", - "id": "92822d7d", + "id": "2733bbc4", "metadata": { "editable": true }, @@ -346,7 +346,7 @@ }, { "cell_type": "markdown", - "id": "7d08d013", + "id": "b72c5008", "metadata": { "editable": true }, @@ -358,7 +358,7 @@ }, { "cell_type": "markdown", - "id": "8ca04a0a", + "id": "b219dc77", "metadata": { "editable": true }, @@ -368,7 +368,7 @@ }, { "cell_type": "markdown", - "id": "cd2b820f", + "id": "5313f959", "metadata": { "editable": true }, @@ -384,7 +384,7 @@ }, { "cell_type": "markdown", - "id": "74a4bf55", + "id": "fe80b0ed", "metadata": { "editable": true }, @@ -396,7 +396,7 @@ }, { "cell_type": "markdown", - "id": "b6a6ea2c", + "id": "fdd61c89", "metadata": { "editable": true }, @@ -408,7 +408,7 @@ }, { "cell_type": "markdown", - "id": "f569e2c4", + "id": "e73defca", "metadata": { "editable": true }, @@ -420,7 +420,7 @@ }, { "cell_type": "markdown", - "id": "11dd5f28", + "id": "6a10c098", "metadata": { "editable": true }, @@ -432,7 +432,7 @@ }, { "cell_type": "markdown", - "id": "e79bd0c6", + "id": "5e45bea0", "metadata": { "editable": true }, @@ -444,7 +444,7 @@ }, { "cell_type": "markdown", - "id": "0994dc8a", + "id": "345aecc6", "metadata": { "editable": true }, @@ -454,7 +454,7 @@ }, { "cell_type": "markdown", - "id": "a5fb5850", + "id": "65142a0a", "metadata": { "editable": true }, @@ -470,7 +470,7 @@ }, { "cell_type": "markdown", - "id": "75ef56f2", + "id": "5faab1bb", "metadata": { "editable": true }, @@ -482,7 +482,7 @@ }, { "cell_type": "markdown", - "id": "2cba4793", + "id": "476fcd72", "metadata": { "editable": true }, @@ -494,7 +494,7 @@ }, { "cell_type": "markdown", - "id": "002f872b", + "id": "8c8120ee", "metadata": { "editable": true }, @@ -504,7 +504,7 @@ }, { "cell_type": "markdown", - "id": "ca9db79a", + "id": "5f3741cc", "metadata": { "editable": true }, @@ -516,7 +516,7 @@ }, { "cell_type": "markdown", - "id": "91c832ea", + "id": "129deee5", "metadata": { "editable": true }, @@ -530,7 +530,7 @@ }, { "cell_type": "markdown", - "id": "497597b5", + "id": "9991265c", "metadata": { "editable": true }, @@ -548,7 +548,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "31785b91", + "id": "d70cb287", "metadata": { "collapsed": false, "editable": true @@ -621,7 +621,7 @@ }, { "cell_type": "markdown", - "id": "fb3ba38a", + "id": "0c995e02", "metadata": { "editable": true }, @@ -631,7 +631,7 @@ }, { "cell_type": "markdown", - "id": "f39aa22a", + "id": "22b79621", "metadata": { "editable": true }, @@ -648,7 +648,7 @@ }, { "cell_type": "markdown", - "id": "07786f01", + "id": "554f6b51", "metadata": { "editable": true }, @@ -660,7 +660,7 @@ }, { "cell_type": "markdown", - "id": "855ae860", + "id": "5f747812", "metadata": { "editable": true }, @@ -670,7 +670,7 @@ }, { "cell_type": "markdown", - "id": "f982b39a", + "id": "6f9a465a", "metadata": { "editable": true }, @@ -682,7 +682,7 @@ }, { "cell_type": "markdown", - "id": "5b0b9a6a", + "id": "8071b978", "metadata": { "editable": true }, @@ -698,7 +698,7 @@ }, { "cell_type": "markdown", - "id": "f74b7c7d", + "id": "bf0242dd", "metadata": { "editable": true }, @@ -710,7 +710,7 @@ }, { "cell_type": "markdown", - "id": "dbaa42b5", + "id": "5ffe91c1", "metadata": { "editable": true }, @@ -722,7 +722,7 @@ }, { "cell_type": "markdown", - "id": "8f7dc89c", + "id": "f5512cb1", "metadata": { "editable": true }, @@ -733,7 +733,7 @@ }, { "cell_type": "markdown", - "id": "adfec9e2", + "id": "fa7c53f0", "metadata": { "editable": true }, @@ -745,7 +745,7 @@ }, { "cell_type": "markdown", - "id": "1a91248a", + "id": "b500870f", "metadata": { "editable": true }, @@ -758,7 +758,7 @@ }, { "cell_type": "markdown", - "id": "f8dd5dde", + "id": "79cffbd0", "metadata": { "editable": true }, @@ -770,7 +770,7 @@ }, { "cell_type": "markdown", - "id": "806e1970", + "id": "75bca176", "metadata": { "editable": true }, @@ -780,7 +780,7 @@ }, { "cell_type": "markdown", - "id": "887c1cc5", + "id": "e6aa2766", "metadata": { "editable": true }, @@ -792,7 +792,7 @@ }, { "cell_type": "markdown", - "id": "4bf40527", + "id": "47f01305", "metadata": { "editable": true }, @@ -804,7 +804,7 @@ }, { "cell_type": "markdown", - "id": "a5d878ba", + "id": "f242e593", "metadata": { "editable": true }, @@ -816,7 +816,7 @@ }, { "cell_type": "markdown", - "id": "318c3664", + "id": "54f82c8e", "metadata": { "editable": true }, @@ -826,7 +826,7 @@ }, { "cell_type": "markdown", - "id": "c4fc9951", + "id": "04835564", "metadata": { "editable": true }, @@ -838,7 +838,7 @@ }, { "cell_type": "markdown", - "id": "3d187d65", + "id": "b364a288", "metadata": { "editable": true }, @@ -854,7 +854,7 @@ }, { "cell_type": "markdown", - "id": "24ebe80e", + "id": "7ce5168e", "metadata": { "editable": true }, @@ -866,7 +866,7 @@ }, { "cell_type": "markdown", - "id": "640153c7", + "id": "7d7d5872", "metadata": { "editable": true }, @@ -876,7 +876,7 @@ }, { "cell_type": "markdown", - "id": "9f00a103", + "id": "c0e39147", "metadata": { "editable": true }, @@ -888,7 +888,7 @@ }, { "cell_type": "markdown", - "id": "c313a954", + "id": "b086049b", "metadata": { "editable": true }, @@ -898,7 +898,7 @@ }, { "cell_type": "markdown", - "id": "8f9899f9", + "id": "094989b6", "metadata": { "editable": true }, @@ -910,7 +910,7 @@ }, { "cell_type": "markdown", - "id": "fe894efa", + "id": "2742317a", "metadata": { "editable": true }, @@ -922,7 +922,7 @@ }, { "cell_type": "markdown", - "id": "ff3f394f", + "id": "0e2c957d", "metadata": { "editable": true }, @@ -935,7 +935,7 @@ }, { "cell_type": "markdown", - "id": "91783800", + "id": "d81132fa", "metadata": { "editable": true }, @@ -945,7 +945,7 @@ }, { "cell_type": "markdown", - "id": "b9199d44", + "id": "9c779d7e", "metadata": { "editable": true }, @@ -957,7 +957,7 @@ }, { "cell_type": "markdown", - "id": "0cc20449", + "id": "d1318243", "metadata": { "editable": true }, @@ -967,7 +967,7 @@ }, { "cell_type": "markdown", - "id": "a376f16a", + "id": "4f9977f9", "metadata": { "editable": true }, @@ -979,7 +979,7 @@ }, { "cell_type": "markdown", - "id": "9cf47847", + "id": "fdc2aba9", "metadata": { "editable": true }, @@ -990,7 +990,7 @@ }, { "cell_type": "markdown", - "id": "c1bd9901", + "id": "36334b10", "metadata": { "editable": true }, @@ -1002,7 +1002,7 @@ }, { "cell_type": "markdown", - "id": "addef0ec", + "id": "d7c74c36", "metadata": { "editable": true }, @@ -1012,7 +1012,7 @@ }, { "cell_type": "markdown", - "id": "a5b267fc", + "id": "9258fbf2", "metadata": { "editable": true }, @@ -1024,7 +1024,7 @@ }, { "cell_type": "markdown", - "id": "53d64a33", + "id": "4703fbac", "metadata": { "editable": true }, @@ -1034,7 +1034,7 @@ }, { "cell_type": "markdown", - "id": "765d3576", + "id": "0b451589", "metadata": { "editable": true }, @@ -1046,7 +1046,7 @@ }, { "cell_type": "markdown", - "id": "680e6d32", + "id": "75530820", "metadata": { "editable": true }, @@ -1058,7 +1058,7 @@ }, { "cell_type": "markdown", - "id": "6b5a3f94", + "id": "1103fe71", "metadata": { "editable": true }, @@ -1070,7 +1070,7 @@ }, { "cell_type": "markdown", - "id": "c0b94fbc", + "id": "f2ea48ee", "metadata": { "editable": true }, @@ -1080,7 +1080,7 @@ }, { "cell_type": "markdown", - "id": "a8bc0cb4", + "id": "a508fd86", "metadata": { "editable": true }, @@ -1092,7 +1092,7 @@ }, { "cell_type": "markdown", - "id": "fc5ba87a", + "id": "fc4448cf", "metadata": { "editable": true }, @@ -1102,7 +1102,7 @@ }, { "cell_type": "markdown", - "id": "d7928417", + "id": "7585a56f", "metadata": { "editable": true }, @@ -1114,7 +1114,7 @@ }, { "cell_type": "markdown", - "id": "38fcd712", + "id": "b2b6e1f2", "metadata": { "editable": true }, @@ -1126,7 +1126,7 @@ }, { "cell_type": "markdown", - "id": "a68a28b5", + "id": "2e3f4fd2", "metadata": { "editable": true }, @@ -1138,7 +1138,7 @@ }, { "cell_type": "markdown", - "id": "81b5762d", + "id": "7506d23b", "metadata": { "editable": true }, @@ -1148,7 +1148,7 @@ }, { "cell_type": "markdown", - "id": "6485ea35", + "id": "c53a7ad0", "metadata": { "editable": true }, @@ -1160,7 +1160,7 @@ }, { "cell_type": "markdown", - "id": "56f15a69", + "id": "e741bcd1", "metadata": { "editable": true }, @@ -1170,7 +1170,7 @@ }, { "cell_type": "markdown", - "id": "7f3597fa", + "id": "3f40c8b4", "metadata": { "editable": true }, @@ -1183,7 +1183,7 @@ }, { "cell_type": "markdown", - "id": "f3af219f", + "id": "38133e07", "metadata": { "editable": true }, @@ -1195,7 +1195,7 @@ }, { "cell_type": "markdown", - "id": "7a21d5ea", + "id": "a48e0d24", "metadata": { "editable": true }, @@ -1205,7 +1205,7 @@ }, { "cell_type": "markdown", - "id": "d0c3898f", + "id": "c2527d7c", "metadata": { "editable": true }, @@ -1217,7 +1217,7 @@ }, { "cell_type": "markdown", - "id": "34325b5c", + "id": "5b70545f", "metadata": { "editable": true }, @@ -1227,7 +1227,7 @@ }, { "cell_type": "markdown", - "id": "918bb1fa", + "id": "02d7a474", "metadata": { "editable": true }, @@ -1239,7 +1239,7 @@ }, { "cell_type": "markdown", - "id": "894b36e6", + "id": "28f26a48", "metadata": { "editable": true }, @@ -1249,7 +1249,7 @@ }, { "cell_type": "markdown", - "id": "55f20c6b", + "id": "7cc8726f", "metadata": { "editable": true }, @@ -1261,7 +1261,7 @@ }, { "cell_type": "markdown", - "id": "0d783805", + "id": "123de6da", "metadata": { "editable": true }, @@ -1271,7 +1271,7 @@ }, { "cell_type": "markdown", - "id": "f64324de", + "id": "518455da", "metadata": { "editable": true }, @@ -1288,7 +1288,7 @@ }, { "cell_type": "markdown", - "id": "c860274d", + "id": "c6591a2b", "metadata": { "editable": true }, @@ -1300,7 +1300,7 @@ }, { "cell_type": "markdown", - "id": "266ed951", + "id": "e8b6fcf1", "metadata": { "editable": true }, @@ -1312,23 +1312,23 @@ }, { "cell_type": "markdown", - "id": "e3597760", + "id": "ced47734", "metadata": { "editable": true }, "source": [ - "## Layout of a neural network with three hidden layers\n", + "## Layout of a neural network with three hidden layers (last later = $l=L=4$, first layer $l=0$)\n", "\n", - "\n", + "\n", "\n", "\n", - "

    Figure 1:

    \n", + "

    Figure 1:

    \n", "" ] }, { "cell_type": "markdown", - "id": "29ddf471", + "id": "1c43dce0", "metadata": { "editable": true }, @@ -1345,7 +1345,7 @@ }, { "cell_type": "markdown", - "id": "7e290342", + "id": "0e633d9c", "metadata": { "editable": true }, @@ -1357,7 +1357,7 @@ }, { "cell_type": "markdown", - "id": "c16f6b07", + "id": "9b67f305", "metadata": { "editable": true }, @@ -1370,7 +1370,7 @@ }, { "cell_type": "markdown", - "id": "67289b7d", + "id": "d2f1a218", "metadata": { "editable": true }, @@ -1382,7 +1382,7 @@ }, { "cell_type": "markdown", - "id": "035f7467", + "id": "9bb82aca", "metadata": { "editable": true }, @@ -1398,7 +1398,7 @@ }, { "cell_type": "markdown", - "id": "0c867ff6", + "id": "6b8654b2", "metadata": { "editable": true }, @@ -1410,7 +1410,23 @@ }, { "cell_type": "markdown", - "id": "502f4ffa", + "id": "0eb3c9d3", + "metadata": { + "editable": true + }, + "source": [ + "## Layout of input to first hidden layer $l=1$ from input layer $l=0$\n", + "\n", + "\n", + "\n", + "\n", + "

    Figure 1:

    \n", + "" + ] + }, + { + "cell_type": "markdown", + "id": "3d798d71", "metadata": { "editable": true }, @@ -1422,7 +1438,7 @@ }, { "cell_type": "markdown", - "id": "6ccb4bd2", + "id": "7ddc0fc9", "metadata": { "editable": true }, @@ -1434,7 +1450,7 @@ }, { "cell_type": "markdown", - "id": "86661f7f", + "id": "0d8fe9fb", "metadata": { "editable": true }, @@ -1444,7 +1460,7 @@ }, { "cell_type": "markdown", - "id": "b7638311", + "id": "edd7787f", "metadata": { "editable": true }, @@ -1456,7 +1472,7 @@ }, { "cell_type": "markdown", - "id": "45f9847a", + "id": "80f47db9", "metadata": { "editable": true }, @@ -1466,7 +1482,7 @@ }, { "cell_type": "markdown", - "id": "48754bd5", + "id": "a48bab67", "metadata": { "editable": true }, @@ -1478,7 +1494,7 @@ }, { "cell_type": "markdown", - "id": "5c7a69fd", + "id": "94648f68", "metadata": { "editable": true }, @@ -1492,7 +1508,7 @@ }, { "cell_type": "markdown", - "id": "be7536a6", + "id": "140920e5", "metadata": { "editable": true }, @@ -1504,7 +1520,7 @@ }, { "cell_type": "markdown", - "id": "bca9c851", + "id": "dacb70a5", "metadata": { "editable": true }, @@ -1514,7 +1530,7 @@ }, { "cell_type": "markdown", - "id": "86fbee3f", + "id": "ff05f9a6", "metadata": { "editable": true }, @@ -1526,7 +1542,7 @@ }, { "cell_type": "markdown", - "id": "11eaeef8", + "id": "99c45bc0", "metadata": { "editable": true }, @@ -1536,7 +1552,7 @@ }, { "cell_type": "markdown", - "id": "80401b16", + "id": "41ef7064", "metadata": { "editable": true }, @@ -1548,7 +1564,7 @@ }, { "cell_type": "markdown", - "id": "1072ac20", + "id": "f13df94c", "metadata": { "editable": true }, @@ -1560,7 +1576,7 @@ }, { "cell_type": "markdown", - "id": "89ffde64", + "id": "20d5f27f", "metadata": { "editable": true }, @@ -1572,7 +1588,7 @@ }, { "cell_type": "markdown", - "id": "325836cb", + "id": "f68c72b6", "metadata": { "editable": true }, @@ -1582,7 +1598,7 @@ }, { "cell_type": "markdown", - "id": "a30436a3", + "id": "5ad4d7ae", "metadata": { "editable": true }, @@ -1594,7 +1610,7 @@ }, { "cell_type": "markdown", - "id": "641e2b0a", + "id": "623c32d7", "metadata": { "editable": true }, @@ -1604,7 +1620,7 @@ }, { "cell_type": "markdown", - "id": "14f11611", + "id": "9dc972b4", "metadata": { "editable": true }, @@ -1616,7 +1632,7 @@ }, { "cell_type": "markdown", - "id": "49989080", + "id": "af1d6e91", "metadata": { "editable": true }, @@ -1634,7 +1650,7 @@ }, { "cell_type": "markdown", - "id": "f5a2ec44", + "id": "51defa9d", "metadata": { "editable": true }, @@ -1652,7 +1668,7 @@ }, { "cell_type": "markdown", - "id": "deb975c0", + "id": "fff66b0b", "metadata": { "editable": true }, @@ -1664,7 +1680,7 @@ }, { "cell_type": "markdown", - "id": "afc51f7d", + "id": "e646d1f7", "metadata": { "editable": true }, @@ -1674,7 +1690,7 @@ }, { "cell_type": "markdown", - "id": "429f602a", + "id": "b448f6fa", "metadata": { "editable": true }, @@ -1686,7 +1702,7 @@ }, { "cell_type": "markdown", - "id": "e2edd78f", + "id": "bb477975", "metadata": { "editable": true }, @@ -1698,7 +1714,7 @@ }, { "cell_type": "markdown", - "id": "63f7032b", + "id": "00fb4848", "metadata": { "editable": true }, @@ -1710,7 +1726,7 @@ }, { "cell_type": "markdown", - "id": "f02b1a1b", + "id": "fd6ff6f1", "metadata": { "editable": true }, @@ -1720,7 +1736,7 @@ }, { "cell_type": "markdown", - "id": "0574e916", + "id": "8cb4e9d5", "metadata": { "editable": true }, @@ -1732,7 +1748,7 @@ }, { "cell_type": "markdown", - "id": "41bdc15f", + "id": "c9051e99", "metadata": { "editable": true }, @@ -1742,7 +1758,7 @@ }, { "cell_type": "markdown", - "id": "09cc68f7", + "id": "e0675944", "metadata": { "editable": true }, @@ -1754,7 +1770,7 @@ }, { "cell_type": "markdown", - "id": "b40293f4", + "id": "657a96be", "metadata": { "editable": true }, @@ -1772,7 +1788,7 @@ }, { "cell_type": "markdown", - "id": "c3d18ebb", + "id": "0f46875e", "metadata": { "editable": true }, @@ -1782,7 +1798,7 @@ }, { "cell_type": "markdown", - "id": "38775abe", + "id": "88d3dec1", "metadata": { "editable": true }, @@ -1800,7 +1816,7 @@ }, { "cell_type": "markdown", - "id": "5ec01530", + "id": "49bdd416", "metadata": { "editable": true }, @@ -1810,7 +1826,7 @@ }, { "cell_type": "markdown", - "id": "b86f7ca4", + "id": "af9834e8", "metadata": { "editable": true }, @@ -1828,7 +1844,7 @@ }, { "cell_type": "markdown", - "id": "fd42f1c0", + "id": "5b0fecb5", "metadata": { "editable": true }, @@ -1840,7 +1856,7 @@ }, { "cell_type": "markdown", - "id": "9904c840", + "id": "38eac0eb", "metadata": { "editable": true }, @@ -1852,7 +1868,7 @@ }, { "cell_type": "markdown", - "id": "40481edd", + "id": "bfd769fa", "metadata": { "editable": true }, @@ -1862,7 +1878,7 @@ }, { "cell_type": "markdown", - "id": "92d8689b", + "id": "135bd5de", "metadata": { "editable": true }, @@ -1874,7 +1890,7 @@ }, { "cell_type": "markdown", - "id": "22ec4130", + "id": "fd8d7e06", "metadata": { "editable": true }, @@ -1886,7 +1902,7 @@ }, { "cell_type": "markdown", - "id": "8491df20", + "id": "6d077330", "metadata": { "editable": true }, @@ -1896,7 +1912,7 @@ }, { "cell_type": "markdown", - "id": "d4959520", + "id": "0b1deaaf", "metadata": { "editable": true }, @@ -1908,7 +1924,7 @@ }, { "cell_type": "markdown", - "id": "0feb4648", + "id": "986e3cad", "metadata": { "editable": true }, @@ -1918,7 +1934,7 @@ }, { "cell_type": "markdown", - "id": "bd8747a2", + "id": "d35bcc04", "metadata": { "editable": true }, @@ -1930,7 +1946,7 @@ }, { "cell_type": "markdown", - "id": "b13a8b94", + "id": "7f486441", "metadata": { "editable": true }, @@ -1942,7 +1958,7 @@ }, { "cell_type": "markdown", - "id": "5e765c85", + "id": "39d6fda4", "metadata": { "editable": true }, @@ -1965,7 +1981,7 @@ }, { "cell_type": "markdown", - "id": "849bcaca", + "id": "938d24c7", "metadata": { "editable": true }, @@ -1977,7 +1993,7 @@ }, { "cell_type": "markdown", - "id": "12d2661b", + "id": "278750ac", "metadata": { "editable": true }, @@ -1989,7 +2005,7 @@ }, { "cell_type": "markdown", - "id": "c7ebdf39", + "id": "3e126986", "metadata": { "editable": true }, @@ -1999,7 +2015,7 @@ }, { "cell_type": "markdown", - "id": "be4a1d22", + "id": "8f048a4b", "metadata": { "editable": true }, @@ -2011,7 +2027,7 @@ }, { "cell_type": "markdown", - "id": "1f93b3f8", + "id": "4886d206", "metadata": { "editable": true }, @@ -2025,7 +2041,7 @@ }, { "cell_type": "markdown", - "id": "3dd41f12", + "id": "f7f67a4e", "metadata": { "editable": true }, @@ -2037,7 +2053,7 @@ }, { "cell_type": "markdown", - "id": "0e84ce0b", + "id": "f7b054be", "metadata": { "editable": true }, @@ -2049,7 +2065,7 @@ }, { "cell_type": "markdown", - "id": "a9bfd977", + "id": "d8669d04", "metadata": { "editable": true }, @@ -2059,7 +2075,7 @@ }, { "cell_type": "markdown", - "id": "19d2fec5", + "id": "37b39be1", "metadata": { "editable": true }, @@ -2071,7 +2087,7 @@ }, { "cell_type": "markdown", - "id": "0ed61a3b", + "id": "e7cca043", "metadata": { "editable": true }, @@ -2083,7 +2099,7 @@ }, { "cell_type": "markdown", - "id": "0c42324f", + "id": "1bc0321b", "metadata": { "editable": true }, @@ -2093,7 +2109,7 @@ }, { "cell_type": "markdown", - "id": "5509053e", + "id": "e7be68c1", "metadata": { "editable": true }, @@ -2105,7 +2121,7 @@ }, { "cell_type": "markdown", - "id": "8c989c9e", + "id": "f0b0b4e6", "metadata": { "editable": true }, @@ -2117,7 +2133,7 @@ }, { "cell_type": "markdown", - "id": "e49cc8bb", + "id": "5a63acb6", "metadata": { "editable": true }, @@ -2140,7 +2156,7 @@ }, { "cell_type": "markdown", - "id": "c950cb42", + "id": "99f26331", "metadata": { "editable": true }, @@ -2159,7 +2175,7 @@ }, { "cell_type": "markdown", - "id": "b3f1cb1d", + "id": "e0f8236b", "metadata": { "editable": true }, @@ -2171,7 +2187,7 @@ }, { "cell_type": "markdown", - "id": "b09b88af", + "id": "9710090c", "metadata": { "editable": true }, @@ -2181,7 +2197,7 @@ }, { "cell_type": "markdown", - "id": "0580595f", + "id": "6d4a3d43", "metadata": { "editable": true }, @@ -2193,7 +2209,7 @@ }, { "cell_type": "markdown", - "id": "c59b68cf", + "id": "eb7622ca", "metadata": { "editable": true }, @@ -2210,7 +2226,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "c1d4f091", + "id": "baf78bf5", "metadata": { "collapsed": false, "editable": true @@ -2294,7 +2310,7 @@ }, { "cell_type": "markdown", - "id": "ab302230", + "id": "53903197", "metadata": { "editable": true }, @@ -2323,7 +2339,7 @@ }, { "cell_type": "markdown", - "id": "3cde68ea", + "id": "a1ddcdf1", "metadata": { "editable": true }, @@ -2349,7 +2365,7 @@ }, { "cell_type": "markdown", - "id": "e0b04810", + "id": "da7a5bbf", "metadata": { "editable": true }, @@ -2371,7 +2387,7 @@ }, { "cell_type": "markdown", - "id": "dd7968ba", + "id": "fc41c84e", "metadata": { "editable": true }, @@ -2389,7 +2405,7 @@ }, { "cell_type": "markdown", - "id": "6fb372cb", + "id": "a46d2c87", "metadata": { "editable": true }, @@ -2412,7 +2428,7 @@ }, { "cell_type": "markdown", - "id": "f04d9799", + "id": "dd7e5b6d", "metadata": { "editable": true }, @@ -2431,7 +2447,7 @@ }, { "cell_type": "markdown", - "id": "c258546e", + "id": "eef14fe3", "metadata": { "editable": true }, @@ -2459,7 +2475,7 @@ }, { "cell_type": "markdown", - "id": "356cd43c", + "id": "9f725ea6", "metadata": { "editable": true }, @@ -2479,7 +2495,7 @@ }, { "cell_type": "markdown", - "id": "ea800ab5", + "id": "8c93ba64", "metadata": { "editable": true }, @@ -2500,7 +2516,7 @@ }, { "cell_type": "markdown", - "id": "96b69144", + "id": "bc1ed0d3", "metadata": { "editable": true }, @@ -2514,7 +2530,7 @@ }, { "cell_type": "markdown", - "id": "ca2cf253", + "id": "7630316a", "metadata": { "editable": true }, @@ -2526,7 +2542,7 @@ }, { "cell_type": "markdown", - "id": "5cc62a16", + "id": "46d67bfa", "metadata": { "editable": true }, @@ -2548,7 +2564,7 @@ }, { "cell_type": "markdown", - "id": "3afc6427", + "id": "77136736", "metadata": { "editable": true }, @@ -2570,7 +2586,7 @@ }, { "cell_type": "markdown", - "id": "f7bd09b4", + "id": "de9c468d", "metadata": { "editable": true }, @@ -2596,7 +2612,7 @@ }, { "cell_type": "markdown", - "id": "370453da", + "id": "cfb50ca1", "metadata": { "editable": true }, @@ -2616,7 +2632,7 @@ }, { "cell_type": "markdown", - "id": "6dce1d04", + "id": "3f125ef4", "metadata": { "editable": true }, @@ -2636,7 +2652,7 @@ }, { "cell_type": "markdown", - "id": "910f2a34", + "id": "b71d2ee6", "metadata": { "editable": true }, @@ -2662,7 +2678,7 @@ }, { "cell_type": "markdown", - "id": "cfaf1f5f", + "id": "4f52bccf", "metadata": { "editable": true }, @@ -2691,7 +2707,7 @@ }, { "cell_type": "markdown", - "id": "fece4515", + "id": "521d8224", "metadata": { "editable": true }, @@ -2709,7 +2725,7 @@ }, { "cell_type": "markdown", - "id": "5dda98bd", + "id": "7353424c", "metadata": { "editable": true }, @@ -2725,7 +2741,7 @@ }, { "cell_type": "markdown", - "id": "161c505e", + "id": "ac41cf2d", "metadata": { "editable": true }, @@ -2737,7 +2753,7 @@ }, { "cell_type": "markdown", - "id": "d60af03f", + "id": "f5da6f7d", "metadata": { "editable": true }, @@ -2751,7 +2767,7 @@ }, { "cell_type": "markdown", - "id": "d8e4db81", + "id": "e3cc99fa", "metadata": { "editable": true }, @@ -2774,7 +2790,7 @@ }, { "cell_type": "markdown", - "id": "14ab8c21", + "id": "1fb0cd04", "metadata": { "editable": true }, @@ -2786,7 +2802,7 @@ }, { "cell_type": "markdown", - "id": "7356a830", + "id": "ff41762e", "metadata": { "editable": true }, @@ -2796,7 +2812,7 @@ }, { "cell_type": "markdown", - "id": "26cd1439", + "id": "b0f16ac3", "metadata": { "editable": true }, @@ -2808,7 +2824,7 @@ }, { "cell_type": "markdown", - "id": "a8e13b66", + "id": "4006451e", "metadata": { "editable": true }, @@ -2818,7 +2834,7 @@ }, { "cell_type": "markdown", - "id": "205ebbe0", + "id": "b722befc", "metadata": { "editable": true }, @@ -2830,7 +2846,7 @@ }, { "cell_type": "markdown", - "id": "551a96dc", + "id": "996ba49f", "metadata": { "editable": true }, @@ -2842,7 +2858,7 @@ }, { "cell_type": "markdown", - "id": "1c0b3401", + "id": "1839cfa3", "metadata": { "editable": true }, @@ -2853,7 +2869,7 @@ }, { "cell_type": "markdown", - "id": "5ad8c77b", + "id": "b2532482", "metadata": { "editable": true }, @@ -2881,7 +2897,7 @@ }, { "cell_type": "markdown", - "id": "b6533f98", + "id": "dd7f255a", "metadata": { "editable": true }, @@ -2893,7 +2909,7 @@ }, { "cell_type": "markdown", - "id": "bb2d393f", + "id": "77a835f0", "metadata": { "editable": true }, @@ -2903,7 +2919,7 @@ }, { "cell_type": "markdown", - "id": "2e148310", + "id": "3199d594", "metadata": { "editable": true }, @@ -2915,7 +2931,7 @@ }, { "cell_type": "markdown", - "id": "b5d87151", + "id": "616b74f1", "metadata": { "editable": true }, @@ -2926,7 +2942,7 @@ }, { "cell_type": "markdown", - "id": "28e2d06e", + "id": "a7f53917", "metadata": { "editable": true }, @@ -2938,7 +2954,7 @@ }, { "cell_type": "markdown", - "id": "eda4883d", + "id": "6edc54f7", "metadata": { "editable": true }, @@ -2951,7 +2967,7 @@ }, { "cell_type": "markdown", - "id": "71ce4abc", + "id": "5c76b2da", "metadata": { "editable": true }, @@ -2976,7 +2992,7 @@ }, { "cell_type": "markdown", - "id": "4c611560", + "id": "f7310c1c", "metadata": { "editable": true }, @@ -2989,7 +3005,7 @@ }, { "cell_type": "markdown", - "id": "2c0d438a", + "id": "b792a6ec", "metadata": { "editable": true }, @@ -3001,7 +3017,7 @@ }, { "cell_type": "markdown", - "id": "6c98d19b", + "id": "66dc0422", "metadata": { "editable": true }, @@ -3013,7 +3029,7 @@ }, { "cell_type": "markdown", - "id": "4d00e55a", + "id": "520431d8", "metadata": { "editable": true }, @@ -3023,7 +3039,7 @@ }, { "cell_type": "markdown", - "id": "c9aada26", + "id": "ebc9a411", "metadata": { "editable": true }, @@ -3035,7 +3051,7 @@ }, { "cell_type": "markdown", - "id": "a3b4dd2f", + "id": "30ec94ff", "metadata": { "editable": true }, @@ -3047,7 +3063,7 @@ }, { "cell_type": "markdown", - "id": "eec6576a", + "id": "2b35e6dc", "metadata": { "editable": true }, @@ -3059,7 +3075,7 @@ }, { "cell_type": "markdown", - "id": "85f8ed7a", + "id": "293d6eba", "metadata": { "editable": true }, @@ -3071,7 +3087,7 @@ }, { "cell_type": "markdown", - "id": "f2f13ddb", + "id": "48886ac8", "metadata": { "editable": true }, @@ -3081,7 +3097,7 @@ }, { "cell_type": "markdown", - "id": "22b642fc", + "id": "cd441e1c", "metadata": { "editable": true }, @@ -3093,7 +3109,7 @@ }, { "cell_type": "markdown", - "id": "6178c894", + "id": "de1a7b33", "metadata": { "editable": true }, @@ -3103,7 +3119,7 @@ }, { "cell_type": "markdown", - "id": "38e05b57", + "id": "ea69c7ef", "metadata": { "editable": true }, @@ -3115,7 +3131,7 @@ }, { "cell_type": "markdown", - "id": "9a4f4808", + "id": "3ac7275f", "metadata": { "editable": true }, @@ -3128,7 +3144,7 @@ }, { "cell_type": "markdown", - "id": "465d3ffc", + "id": "467a250e", "metadata": { "editable": true }, @@ -3140,7 +3156,7 @@ }, { "cell_type": "markdown", - "id": "d5da2c3b", + "id": "60db33ad", "metadata": { "editable": true }, @@ -3150,7 +3166,7 @@ }, { "cell_type": "markdown", - "id": "d4eb87c0", + "id": "5b06a7b5", "metadata": { "editable": true }, @@ -3162,7 +3178,7 @@ }, { "cell_type": "markdown", - "id": "67788627", + "id": "870fa8cc", "metadata": { "editable": true }, @@ -3173,7 +3189,7 @@ }, { "cell_type": "markdown", - "id": "1fb29f4a", + "id": "5a549f75", "metadata": { "editable": true }, @@ -3185,7 +3201,7 @@ }, { "cell_type": "markdown", - "id": "81955be4", + "id": "90f07923", "metadata": { "editable": true }, @@ -3195,7 +3211,7 @@ }, { "cell_type": "markdown", - "id": "5233b18b", + "id": "79e5a86d", "metadata": { "editable": true }, @@ -3207,7 +3223,7 @@ }, { "cell_type": "markdown", - "id": "326d597b", + "id": "978c6a93", "metadata": { "editable": true }, @@ -3217,7 +3233,7 @@ }, { "cell_type": "markdown", - "id": "5d331cc6", + "id": "5c7a1d26", "metadata": { "editable": true }, @@ -3228,7 +3244,7 @@ }, { "cell_type": "markdown", - "id": "ba07203c", + "id": "6c1e8554", "metadata": { "editable": true }, @@ -3241,7 +3257,7 @@ }, { "cell_type": "markdown", - "id": "4280c0c6", + "id": "cd9d1a87", "metadata": { "editable": true }, @@ -3251,7 +3267,7 @@ }, { "cell_type": "markdown", - "id": "6448b342", + "id": "41775cbb", "metadata": { "editable": true }, @@ -3263,7 +3279,7 @@ }, { "cell_type": "markdown", - "id": "3881713b", + "id": "7e99b816", "metadata": { "editable": true }, @@ -3273,7 +3289,7 @@ }, { "cell_type": "markdown", - "id": "9dc18af4", + "id": "bbccbbaf", "metadata": { "editable": true }, @@ -3285,7 +3301,7 @@ }, { "cell_type": "markdown", - "id": "238cb866", + "id": "3a6bdd01", "metadata": { "editable": true }, @@ -3295,7 +3311,7 @@ }, { "cell_type": "markdown", - "id": "ad0c9102", + "id": "02675ee6", "metadata": { "editable": true }, @@ -3319,7 +3335,7 @@ }, { "cell_type": "markdown", - "id": "41d90e91", + "id": "24906bda", "metadata": { "editable": true }, @@ -3369,7 +3385,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "3f281bbf", + "id": "1b520431", "metadata": { "collapsed": false, "editable": true @@ -3422,7 +3438,7 @@ }, { "cell_type": "markdown", - "id": "8c745ae2", + "id": "b37f42f1", "metadata": { "editable": true }, @@ -3443,7 +3459,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "cec6ceb5", + "id": "4bd1752e", "metadata": { "collapsed": false, "editable": true @@ -3481,7 +3497,7 @@ }, { "cell_type": "markdown", - "id": "67ed0f4e", + "id": "21668c31", "metadata": { "editable": true }, @@ -3525,7 +3541,7 @@ }, { "cell_type": "markdown", - "id": "dddab3f1", + "id": "ebd5fea6", "metadata": { "editable": true }, @@ -3565,7 +3581,7 @@ }, { "cell_type": "markdown", - "id": "6de261cd", + "id": "2838bcc7", "metadata": { "editable": true }, @@ -3586,7 +3602,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "f55b95fc", + "id": "ad2318ba", "metadata": { "collapsed": false, "editable": true @@ -3612,7 +3628,7 @@ }, { "cell_type": "markdown", - "id": "e4048837", + "id": "39eab2f4", "metadata": { "editable": true }, @@ -3640,7 +3656,7 @@ }, { "cell_type": "markdown", - "id": "8d8e15ea", + "id": "13f8824d", "metadata": { "editable": true }, @@ -3677,7 +3693,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "c366cb05", + "id": "a58b391b", "metadata": { "collapsed": false, "editable": true @@ -3723,7 +3739,7 @@ }, { "cell_type": "markdown", - "id": "a329838e", + "id": "97fec3b9", "metadata": { "editable": true }, @@ -3754,7 +3770,7 @@ }, { "cell_type": "markdown", - "id": "acc107d3", + "id": "b383bb8e", "metadata": { "editable": true }, @@ -3792,7 +3808,7 @@ }, { "cell_type": "markdown", - "id": "b7513f34", + "id": "ce251c80", "metadata": { "editable": true }, @@ -3826,7 +3842,7 @@ }, { "cell_type": "markdown", - "id": "80d4c1fa", + "id": "428e9644", "metadata": { "editable": true }, @@ -3867,7 +3883,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "717ac016", + "id": "f1319356", "metadata": { "collapsed": false, "editable": true @@ -3946,7 +3962,7 @@ }, { "cell_type": "markdown", - "id": "c5578ae4", + "id": "69491ed2", "metadata": { "editable": true }, @@ -3967,7 +3983,7 @@ }, { "cell_type": "markdown", - "id": "897b827c", + "id": "81f07a43", "metadata": { "editable": true }, @@ -3981,7 +3997,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "2d81f6b5", + "id": "e176e7cc", "metadata": { "collapsed": false, "editable": true @@ -4091,7 +4107,7 @@ }, { "cell_type": "markdown", - "id": "71093a4f", + "id": "47ae64de", "metadata": { "editable": true }, @@ -4110,7 +4126,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "dbda9e36", + "id": "314354e0", "metadata": { "collapsed": false, "editable": true @@ -4137,7 +4153,7 @@ }, { "cell_type": "markdown", - "id": "d1baf786", + "id": "c030fa58", "metadata": { "editable": true }, @@ -4151,7 +4167,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "07cfe247", + "id": "4a6b0ee5", "metadata": { "collapsed": false, "editable": true @@ -4182,7 +4198,7 @@ }, { "cell_type": "markdown", - "id": "333bada1", + "id": "f9b0c009", "metadata": { "editable": true }, @@ -4193,7 +4209,7 @@ { "cell_type": "code", "execution_count": 11, - "id": "4aa6acfb", + "id": "400a00b1", "metadata": { "collapsed": false, "editable": true @@ -4237,7 +4253,7 @@ }, { "cell_type": "markdown", - "id": "40608240", + "id": "43513585", "metadata": { "editable": true }, @@ -4260,7 +4276,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "ebb62e20", + "id": "a1ea5919", "metadata": { "collapsed": false, "editable": true @@ -4287,7 +4303,7 @@ }, { "cell_type": "markdown", - "id": "893ff59f", + "id": "8f2d540e", "metadata": { "editable": true }, @@ -4298,7 +4314,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "5063e339", + "id": "1e133a00", "metadata": { "collapsed": false, "editable": true @@ -4343,7 +4359,7 @@ }, { "cell_type": "markdown", - "id": "4f48007a", + "id": "4a154c4e", "metadata": { "editable": true }, @@ -4361,7 +4377,7 @@ }, { "cell_type": "markdown", - "id": "093bd249", + "id": "e480555f", "metadata": { "editable": true }, @@ -4396,7 +4412,7 @@ { "cell_type": "code", "execution_count": 14, - "id": "f592148d", + "id": "9e2f7517", "metadata": { "collapsed": false, "editable": true @@ -4408,7 +4424,7 @@ }, { "cell_type": "markdown", - "id": "78c5fc79", + "id": "ce92e9d5", "metadata": { "editable": true }, @@ -4420,7 +4436,7 @@ { "cell_type": "code", "execution_count": 15, - "id": "3a17f898", + "id": "df07f1fd", "metadata": { "collapsed": false, "editable": true @@ -4433,7 +4449,7 @@ }, { "cell_type": "markdown", - "id": "1909eced", + "id": "6d4a3bc4", "metadata": { "editable": true }, @@ -4444,7 +4460,7 @@ { "cell_type": "code", "execution_count": 16, - "id": "5156163c", + "id": "a483bea5", "metadata": { "collapsed": false, "editable": true @@ -4457,7 +4473,7 @@ }, { "cell_type": "markdown", - "id": "230b7faa", + "id": "09e7a7a2", "metadata": { "editable": true }, @@ -4472,7 +4488,7 @@ { "cell_type": "code", "execution_count": 17, - "id": "1eef0b98", + "id": "10a78c23", "metadata": { "collapsed": false, "editable": true @@ -4484,7 +4500,7 @@ }, { "cell_type": "markdown", - "id": "cea9bd1a", + "id": "588a91b0", "metadata": { "editable": true }, @@ -4496,7 +4512,7 @@ }, { "cell_type": "markdown", - "id": "99d7772b", + "id": "b4a2bbe6", "metadata": { "editable": true }, @@ -4509,7 +4525,7 @@ { "cell_type": "code", "execution_count": 18, - "id": "6c6f5bfc", + "id": "a82a877e", "metadata": { "collapsed": false, "editable": true @@ -4564,7 +4580,7 @@ { "cell_type": "code", "execution_count": 19, - "id": "4fc79e1e", + "id": "68750ee2", "metadata": { "collapsed": false, "editable": true @@ -4593,7 +4609,7 @@ { "cell_type": "code", "execution_count": 20, - "id": "241dcbec", + "id": "a4cd8054", "metadata": { "collapsed": false, "editable": true @@ -4623,7 +4639,7 @@ { "cell_type": "code", "execution_count": 21, - "id": "1936206d", + "id": "6de65a81", "metadata": { "collapsed": false, "editable": true @@ -4650,7 +4666,7 @@ { "cell_type": "code", "execution_count": 22, - "id": "e52140a7", + "id": "60f77310", "metadata": { "collapsed": false, "editable": true @@ -4692,7 +4708,7 @@ }, { "cell_type": "markdown", - "id": "665b3ebd", + "id": "d1cf196b", "metadata": { "editable": true }, @@ -4703,7 +4719,7 @@ { "cell_type": "code", "execution_count": 23, - "id": "36caace7", + "id": "f561630c", "metadata": { "collapsed": false, "editable": true @@ -4880,7 +4896,7 @@ }, { "cell_type": "markdown", - "id": "9f85a17f", + "id": "7337285c", "metadata": { "editable": true }, @@ -4899,7 +4915,7 @@ }, { "cell_type": "markdown", - "id": "6d9cfcc8", + "id": "ae88bf09", "metadata": { "editable": true }, @@ -4921,7 +4937,7 @@ { "cell_type": "code", "execution_count": 24, - "id": "be81a71a", + "id": "ce29cadf", "metadata": { "collapsed": false, "editable": true @@ -5062,7 +5078,7 @@ }, { "cell_type": "markdown", - "id": "63283a38", + "id": "72db4c2e", "metadata": { "editable": true }, @@ -5078,7 +5094,7 @@ { "cell_type": "code", "execution_count": 25, - "id": "9584fa14", + "id": "24954087", "metadata": { "collapsed": false, "editable": true @@ -5091,7 +5107,7 @@ }, { "cell_type": "markdown", - "id": "2a5616ae", + "id": "1696f10c", "metadata": { "editable": true }, @@ -5103,7 +5119,7 @@ { "cell_type": "code", "execution_count": 26, - "id": "866b3bfa", + "id": "1b5a99e5", "metadata": { "collapsed": false, "editable": true @@ -5125,7 +5141,7 @@ }, { "cell_type": "markdown", - "id": "756d05d2", + "id": "ee76a451", "metadata": { "editable": true }, @@ -5141,7 +5157,7 @@ { "cell_type": "code", "execution_count": 27, - "id": "d8850104", + "id": "baa5a1c9", "metadata": { "collapsed": false, "editable": true @@ -5179,7 +5195,7 @@ }, { "cell_type": "markdown", - "id": "8edc05c4", + "id": "eaedf4e6", "metadata": { "editable": true }, @@ -5192,7 +5208,7 @@ { "cell_type": "code", "execution_count": 28, - "id": "a9e67ca3", + "id": "077af6de", "metadata": { "collapsed": false, "editable": true @@ -5213,7 +5229,7 @@ }, { "cell_type": "markdown", - "id": "1dd64c49", + "id": "3608c95b", "metadata": { "editable": true }, @@ -5229,7 +5245,7 @@ { "cell_type": "code", "execution_count": 29, - "id": "129aad84", + "id": "3d8748eb", "metadata": { "collapsed": false, "editable": true @@ -5287,7 +5303,7 @@ }, { "cell_type": "markdown", - "id": "e4dfc795", + "id": "165a06a9", "metadata": { "editable": true }, @@ -5302,7 +5318,7 @@ { "cell_type": "code", "execution_count": 30, - "id": "c0e717fc", + "id": "fd978199", "metadata": { "collapsed": false, "editable": true @@ -5323,7 +5339,7 @@ }, { "cell_type": "markdown", - "id": "29b69c91", + "id": "2b0f73af", "metadata": { "editable": true }, @@ -5347,7 +5363,7 @@ { "cell_type": "code", "execution_count": 31, - "id": "904c351d", + "id": "7396831b", "metadata": { "collapsed": false, "editable": true @@ -5819,7 +5835,7 @@ }, { "cell_type": "markdown", - "id": "2673e5bc", + "id": "d1f68897", "metadata": { "editable": true }, @@ -5831,7 +5847,7 @@ { "cell_type": "code", "execution_count": 32, - "id": "10ba6bc4", + "id": "764d64d2", "metadata": { "collapsed": false, "editable": true @@ -5875,7 +5891,7 @@ }, { "cell_type": "markdown", - "id": "d452842e", + "id": "20158cd2", "metadata": { "editable": true }, @@ -5891,7 +5907,7 @@ { "cell_type": "code", "execution_count": 33, - "id": "2871b76c", + "id": "138d2e76", "metadata": { "collapsed": false, "editable": true @@ -5906,7 +5922,7 @@ }, { "cell_type": "markdown", - "id": "9e2a0f1d", + "id": "6b8812f9", "metadata": { "editable": true }, @@ -5917,7 +5933,7 @@ { "cell_type": "code", "execution_count": 34, - "id": "95caf15c", + "id": "36f68eca", "metadata": { "collapsed": false, "editable": true @@ -5932,7 +5948,7 @@ }, { "cell_type": "markdown", - "id": "33f4287b", + "id": "1e2278c3", "metadata": { "editable": true }, @@ -5948,7 +5964,7 @@ { "cell_type": "code", "execution_count": 35, - "id": "19065db0", + "id": "82d5f7ed", "metadata": { "collapsed": false, "editable": true @@ -5962,7 +5978,7 @@ }, { "cell_type": "markdown", - "id": "6715b1fc", + "id": "7c82e420", "metadata": { "editable": true }, @@ -5977,7 +5993,7 @@ { "cell_type": "code", "execution_count": 36, - "id": "1958e0dd", + "id": "d69bc831", "metadata": { "collapsed": false, "editable": true @@ -6003,7 +6019,7 @@ { "cell_type": "code", "execution_count": 37, - "id": "d33c99ee", + "id": "b31e282b", "metadata": { "collapsed": false, "editable": true @@ -6018,7 +6034,7 @@ }, { "cell_type": "markdown", - "id": "2763a4de", + "id": "d9fb4833", "metadata": { "editable": true }, @@ -6029,7 +6045,7 @@ { "cell_type": "code", "execution_count": 38, - "id": "04cbbddf", + "id": "bd849a1e", "metadata": { "collapsed": false, "editable": true @@ -6044,7 +6060,7 @@ }, { "cell_type": "markdown", - "id": "f405b627", + "id": "59e4d897", "metadata": { "editable": true }, @@ -6055,7 +6071,7 @@ { "cell_type": "code", "execution_count": 39, - "id": "efbfba8c", + "id": "9a3e6ff5", "metadata": { "collapsed": false, "editable": true @@ -6075,7 +6091,7 @@ { "cell_type": "code", "execution_count": 40, - "id": "bf066770", + "id": "85cc07cf", "metadata": { "collapsed": false, "editable": true @@ -6090,7 +6106,7 @@ }, { "cell_type": "markdown", - "id": "3b99ffc1", + "id": "a4d3c4d4", "metadata": { "editable": true }, @@ -6105,7 +6121,7 @@ { "cell_type": "code", "execution_count": 41, - "id": "f85167ba", + "id": "53a180f6", "metadata": { "collapsed": false, "editable": true @@ -6142,7 +6158,7 @@ }, { "cell_type": "markdown", - "id": "d614b967", + "id": "41c67355", "metadata": { "editable": true }, @@ -6155,7 +6171,7 @@ { "cell_type": "code", "execution_count": 42, - "id": "f4d5609a", + "id": "ca3a2127", "metadata": { "collapsed": false, "editable": true @@ -6178,7 +6194,7 @@ }, { "cell_type": "markdown", - "id": "efce242a", + "id": "b3dc22c1", "metadata": { "editable": true }, diff --git a/doc/src/week42/exercisesweek42.ipynb b/doc/src/week42/exercisesweek42.ipynb deleted file mode 100644 index 846880178..000000000 --- a/doc/src/week42/exercisesweek42.ipynb +++ /dev/null @@ -1,467 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "4b4c06bc", - "metadata": {}, - "source": [ - "\n", - "\n" - ] - }, - { - "cell_type": "markdown", - "id": "bcb25e64", - "metadata": {}, - "source": [ - "# Exercises week 42\n", - "\n", - "**October 14-18, 2024**\n", - "\n", - "Date: **Deadline is Friday October 18 at midnight**\n" - ] - }, - { - "cell_type": "markdown", - "id": "bb01f126", - "metadata": {}, - "source": [ - "# Overarching aims of the exercises this week\n", - "\n", - "The aim of the exercises this week is to get started with implementing a neural network. There are a lot of technical and finicky parts of implementing a neutal network, so take your time.\n", - "\n", - "This week, you will implement only the feed-forward pass. Next week, you will implement backpropagation. We recommend that you do the exercises this week by editing and running this notebook file, as it includes several checks along the way that you have implemented the pieces of the feed-forward pass correctly. If you have trouble running a notebook, or importing pytorch, you can run this notebook in google colab instead: (LINK TO COLAB), though we recommend that you set up VSCode and your python environment to run code like this locally.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c6f61b09", - "metadata": {}, - "outputs": [], - "source": [ - "import autograd.numpy as np\n", - "from autograd import grad" - ] - }, - { - "cell_type": "markdown", - "id": "6248ec53", - "metadata": {}, - "source": [ - "# Exercise 1\n", - "\n", - "Complete the following parts to compute the activation of the first layer.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "37f30740", - "metadata": {}, - "outputs": [], - "source": [ - "np.random.seed(2024)\n", - "\n", - "\n", - "def ReLU(z):\n", - " return np.where(z > 0, z, 0)\n", - "\n", - "\n", - "x = np.random.randn(2) # network input\n", - "W1 = np.random.randn(4, 2) # first layer weights" - ] - }, - { - "cell_type": "markdown", - "id": "edf7217b", - "metadata": {}, - "source": [ - "**a)** Define the bias of the first layer, `b1`with the correct shape\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2129c19f", - "metadata": {}, - "outputs": [], - "source": [ - "b1 = np.random.randn(4)" - ] - }, - { - "cell_type": "markdown", - "id": "09e8d453", - "metadata": {}, - "source": [ - "**b)** Compute the intermediary `z1` for the first layer\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "6837119b", - "metadata": {}, - "outputs": [], - "source": [ - "z1 = W1 @ x + b1" - ] - }, - { - "cell_type": "markdown", - "id": "6f71374e", - "metadata": {}, - "source": [ - "**c)** Compute the activation `a1` for the first layer using the ReLU activation function defined earlier.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8d41ed19", - "metadata": {}, - "outputs": [], - "source": [ - "a1 = ReLU(z1)" - ] - }, - { - "cell_type": "markdown", - "id": "088710c0", - "metadata": {}, - "source": [ - "Confirm that you got the correct activation with the test below.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "4d2f54b4", - "metadata": {}, - "outputs": [], - "source": [ - "sol1 = np.array([0.60610368, 4.0076268, 0.0, 0.56469864])\n", - "\n", - "print(np.allclose(a1, sol1))" - ] - }, - { - "cell_type": "markdown", - "id": "7fb0cf46", - "metadata": {}, - "source": [ - "# Exercise 2\n", - "\n", - "Compute the activation of the second layer with an output of length 8 and ReLU activation.\n", - "\n", - "**a)** Define the weight and bias of the second layer with the right shapes.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "00063acf", - "metadata": {}, - "outputs": [], - "source": [ - "W2 = np.random.randn(8, 4)\n", - "b2 = np.random.randn(8)" - ] - }, - { - "cell_type": "markdown", - "id": "5bd7d84b", - "metadata": {}, - "source": [ - "**b)** Compute intermediary `z2` and activation `a2` for the second layer.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2fd0383d", - "metadata": {}, - "outputs": [], - "source": [ - "z2 = W2 @ a1\n", - "a2 = ReLU(z2)" - ] - }, - { - "cell_type": "markdown", - "id": "1b5daae5", - "metadata": {}, - "source": [ - "Confirm that you got the correct activation shape with the test below.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "f7f2f8a1", - "metadata": {}, - "outputs": [], - "source": [ - "print(a2.shape == (8,))" - ] - }, - { - "cell_type": "markdown", - "id": "3759620d", - "metadata": {}, - "source": [ - "# Exercise 3\n", - "\n", - "We often want our neural networks to have many layers of varying sizes. To avoid writing very long and error-prone code where we explicitly define and evaluate each layer we should keep all our layers in a single variable which is easy to create and use.\n", - "\n", - "**a)** Complete the function below so that it returns a list `layers` of weight and bias tuples `(W, b)` for each layer, in order, with the correct shapes that we can use later as our network parameters.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c58f10f9", - "metadata": {}, - "outputs": [], - "source": [ - "def create_layers(network_input_size, output_sizes):\n", - " layers = []\n", - "\n", - " i_size = network_input_size\n", - " for output_size in output_sizes:\n", - " W = np.random.rand(output_size, i_size)\n", - " b = np.random.rand(output_size)\n", - " layers.append((W, b))\n", - "\n", - " i_size = output_size\n", - " return layers" - ] - }, - { - "cell_type": "markdown", - "id": "bdc0cda2", - "metadata": {}, - "source": [ - "**b)** Comple the function below so that it evaluates the intermediate `z` and activation `a` for each layer, and returns the final activation `a`. This is the complete feed-forward pass, a full neural network!\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "5262df05", - "metadata": {}, - "outputs": [], - "source": [ - "def feed_forward(layers, input):\n", - " a = input\n", - " for W, b in layers:\n", - " z = W @ a + b\n", - " a = ReLU(z)\n", - " return a" - ] - }, - { - "cell_type": "markdown", - "id": "245adbcb", - "metadata": {}, - "source": [ - "**c)** Create a network with input size 8 and layers with output sizes 10, 16, 6, 2. Evaluate it and make sure that you get the correct size vectors along the way.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "89a8f70d", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "id": "306d8b7c", - "metadata": {}, - "source": [ - "# Exercise 4\n" - ] - }, - { - "cell_type": "markdown", - "id": "221c7b6c", - "metadata": {}, - "source": [ - "So far, every layer has used the same activation, ReLU. We often want to use other types of activation however, so we need to update our code to support multiple types of activation. Make sure that you have completed every previous exercise before trying this one.\n", - "\n", - "**a)** Make the `create_layers` function also accept a list of activation functions, which is used to add activation functions to each of the tuples in `layers`. Make new functions to not mess with the old ones.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "9df82312", - "metadata": {}, - "outputs": [], - "source": [ - "def create_layers_4(network_input_size, output_sizes, activation_funcs):\n", - " layers = []\n", - "\n", - " i_size = network_input_size\n", - " for output_size, activation in zip(output_sizes, activation_funcs):\n", - " W = np.random.rand(output_size, i_size)\n", - " b = np.random.rand(output_size)\n", - " layers.append((W, b, activation))\n", - "\n", - " i_size = output_size\n", - " return layers" - ] - }, - { - "cell_type": "markdown", - "id": "10896d06", - "metadata": {}, - "source": [ - "**b)** Update the `feed_forward` function to support this change.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "de062369", - "metadata": {}, - "outputs": [], - "source": [ - "def feed_forward_4(layers, input):\n", - " a = input\n", - " for W, b, activation in layers:\n", - " z = W @ a + b\n", - " a = activation(z)\n", - " return a" - ] - }, - { - "cell_type": "markdown", - "id": "efd07b4e", - "metadata": {}, - "source": [ - "**c)** Create and evaluate a neural network with 4 inputs and layers with output sizes 12, 10, 3 and activations ReLU, ReLU, softmax.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "ce6fcc2f", - "metadata": {}, - "outputs": [], - "source": [ - "from scipy.special import softmax\n", - "\n", - "network_input_size = 4\n", - "output_sizes = [12, 10, 3]\n", - "activation_funcs = [ReLU, ReLU, softmax]\n", - "layers = create_layers_4(network_input_size, output_sizes, activation_funcs)\n", - "\n", - "x = np.random.randn(network_input_size)\n", - "predict = feed_forward_4(layers, x)" - ] - }, - { - "cell_type": "markdown", - "id": "54d5fde7", - "metadata": {}, - "source": [ - "The final exercise will hopefully be very simple if everything has worked so far. You will evaluate your neural network on the iris data set (https://scikit-learn.org/1.5/auto_examples/datasets/plot_iris_dataset.html).\n", - "\n", - "This dataset contains data on 150 flowers of 3 different types which can be separated pretty well using the four features given for each flower, which includes the width and length of their leaves. You are not expected to do any training of the network or actual classification, unless you feel like it, in that case you can do exercise 5.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "6bd4c148", - "metadata": {}, - "outputs": [], - "source": [ - "# Loading and plotting iris dataset\n", - "from sklearn import datasets\n", - "import matplotlib.pyplot as plt\n", - "\n", - "iris = datasets.load_iris()\n", - "\n", - "_, ax = plt.subplots()\n", - "scatter = ax.scatter(iris.data[:, 0], iris.data[:, 1], c=iris.target)\n", - "ax.set(xlabel=iris.feature_names[0], ylabel=iris.feature_names[1])\n", - "_ = ax.legend(\n", - " scatter.legend_elements()[0], iris.target_names, loc=\"lower right\", title=\"Classes\"\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "c528846f", - "metadata": {}, - "source": [ - "**c)** Loop over the iris dataset(`iris.data`) and evaluate the network for each data point.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2efc507d", - "metadata": {}, - "outputs": [], - "source": [ - "# No need to change this cell! Just make sure it works!\n", - "for x in iris.data:\n", - " prediction = feed_forward_4(layers, x)" - ] - }, - { - "cell_type": "markdown", - "id": "334560b6", - "metadata": {}, - "source": [ - "# Exercise 5 (Very optional and very hard :)\n" - ] - }, - { - "cell_type": "markdown", - "id": "ea0a8fe0", - "metadata": {}, - "source": [ - "**a)** Make the iris target values into one-hot vectors.\n", - "\n", - "**b)** Define the cross-entropy loss function to evaluate the performance of your network on the data set.\n", - "\n", - "**c)** Use the autograd package to take the gradient of the cross entropy wrt. the weights and biases of the network.\n", - "\n", - "**d)** Use gradient descent of some sort to optimize the parameters.\n", - "\n", - "**e)** Evaluate the accuracy of the network.\n", - "\n", - "**e)** Show off how you did in a group session!\n" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.9.18" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/doc/src/week42/figures/nn2.pdf b/doc/src/week42/figures/nn2.pdf new file mode 100644 index 000000000..7b62d8ff7 Binary files /dev/null and b/doc/src/week42/figures/nn2.pdf differ diff --git a/doc/src/week42/figures/nn2.png b/doc/src/week42/figures/nn2.png new file mode 100644 index 000000000..c402d795b Binary files /dev/null and b/doc/src/week42/figures/nn2.png differ diff --git a/doc/src/week42/figures/simplenn3.pdf b/doc/src/week42/figures/simplenn3.pdf new file mode 100644 index 000000000..c27014f4a Binary files /dev/null and b/doc/src/week42/figures/simplenn3.pdf differ diff --git a/doc/src/week42/figures/structure.pdf b/doc/src/week42/figures/structure.pdf new file mode 100644 index 000000000..d21e6d3d9 Binary files /dev/null and b/doc/src/week42/figures/structure.pdf differ diff --git a/doc/src/week42/figures/structure.png b/doc/src/week42/figures/structure.png new file mode 100644 index 000000000..bf82679e3 Binary files /dev/null and b/doc/src/week42/figures/structure.png differ diff --git a/doc/src/week42/week42.do.txt b/doc/src/week42/week42.do.txt index 900da32a2..c79a8d47e 100644 --- a/doc/src/week42/week42.do.txt +++ b/doc/src/week42/week42.do.txt @@ -340,7 +340,7 @@ w_{ij}^{(1)}=\left\{w_{00}^{(1)},w_{01}^{(1)},w_{10}^{(1)},w_{11}^{(1)}\right\} !split ===== Layout of a simple neural network with two input nodes, one hidden layer and one output node ===== -FIGURE: [figures/simplenn3.png, width=900 frac=1.0] +FIGURE: [figures/simplenn3.pdf, width=900 frac=1.0] @@ -565,9 +565,9 @@ all inputs $\bm{x}$ are given by $\bm{\tilde{y}}_i$. !split -===== Layout of a neural network with three hidden layers ===== +===== Layout of a neural network with three hidden layers (last later = $l=L=4$, first layer $l=0$) ===== -FIGURE: [figures/nn1.pdf, width=900 frac=1.0] +FIGURE: [figures/nn2.pdf, width=900 frac=1.0] !split ===== Definitions ===== @@ -613,6 +613,13 @@ a_j^l = \sigma(z_j^l) = \frac{1}{1+\exp{-(z_j^l)}}. !et +!split +===== Layout of input to first hidden layer $l=1$ from input layer $l=0$ ===== + +FIGURE: [figures/structure.pdf, width=900 frac=1.0] + + + !split ===== Derivatives and the chain rule =====