From 08f979fdf15edfaaadfd3fff16da70f17f3da646 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Sat, 12 Oct 2024 11:00:05 +0200 Subject: [PATCH] update week 42 --- doc/pub/week42/html/._week42-bs000.html | 121 ++--- doc/pub/week42/html/._week42-bs001.html | 150 +++--- doc/pub/week42/html/._week42-bs002.html | 139 +++--- doc/pub/week42/html/._week42-bs003.html | 133 +++--- doc/pub/week42/html/._week42-bs004.html | 186 +++----- doc/pub/week42/html/._week42-bs005.html | 200 ++++---- doc/pub/week42/html/._week42-bs006.html | 182 ++++---- doc/pub/week42/html/._week42-bs007.html | 181 ++++---- doc/pub/week42/html/._week42-bs008.html | 159 ++++--- doc/pub/week42/html/._week42-bs009.html | 144 +++--- doc/pub/week42/html/._week42-bs010.html | 236 +++------- doc/pub/week42/html/._week42-bs011.html | 225 +++++---- doc/pub/week42/html/._week42-bs012.html | 195 ++++---- doc/pub/week42/html/._week42-bs013.html | 174 +++---- doc/pub/week42/html/._week42-bs014.html | 184 ++++---- doc/pub/week42/html/._week42-bs015.html | 180 +++++--- doc/pub/week42/html/._week42-bs016.html | 216 ++++----- doc/pub/week42/html/._week42-bs017.html | 215 ++++++--- doc/pub/week42/html/._week42-bs018.html | 158 ++++--- doc/pub/week42/html/._week42-bs019.html | 164 +++---- doc/pub/week42/html/._week42-bs020.html | 254 ++++------- doc/pub/week42/html/._week42-bs021.html | 241 +++++++--- doc/pub/week42/html/._week42-bs022.html | 247 +++------- doc/pub/week42/html/._week42-bs023.html | 233 ++++++---- doc/pub/week42/html/._week42-bs024.html | 160 +++---- doc/pub/week42/html/._week42-bs025.html | 168 ++++--- doc/pub/week42/html/._week42-bs026.html | 174 +++---- doc/pub/week42/html/._week42-bs027.html | 176 +++---- doc/pub/week42/html/._week42-bs028.html | 191 ++++---- doc/pub/week42/html/._week42-bs029.html | 143 +++--- doc/pub/week42/html/._week42-bs030.html | 158 ++++--- doc/pub/week42/html/._week42-bs031.html | 213 +++------ doc/pub/week42/html/._week42-bs032.html | 192 ++++---- doc/pub/week42/html/._week42-bs033.html | 203 ++++++--- doc/pub/week42/html/._week42-bs034.html | 222 +++------ doc/pub/week42/html/._week42-bs035.html | 201 +++++--- doc/pub/week42/html/._week42-bs036.html | 326 +++---------- doc/pub/week42/html/._week42-bs037.html | 453 ++++++++++--------- doc/pub/week42/html/._week42-bs038.html | 322 +++++++++---- doc/pub/week42/html/._week42-bs039.html | 145 +++--- doc/pub/week42/html/._week42-bs040.html | 150 +++--- doc/pub/week42/html/._week42-bs041.html | 154 +++---- doc/pub/week42/html/._week42-bs042.html | 163 ++++--- doc/pub/week42/html/._week42-bs043.html | 158 ++++--- doc/pub/week42/html/._week42-bs044.html | 146 +++--- doc/pub/week42/html/._week42-bs045.html | 137 +++--- doc/pub/week42/html/._week42-bs046.html | 136 +++--- doc/pub/week42/html/._week42-bs047.html | 132 +++--- doc/pub/week42/html/._week42-bs048.html | 129 +++--- doc/pub/week42/html/._week42-bs049.html | 127 +++--- doc/pub/week42/html/._week42-bs050.html | 155 +++---- doc/pub/week42/html/._week42-bs051.html | 165 ++++--- doc/pub/week42/html/._week42-bs052.html | 447 +++++++----------- doc/pub/week42/html/week42-bs.html | 121 ++--- doc/pub/week42/html/week42-reveal.html | 41 +- doc/pub/week42/html/week42-solarized.html | 42 +- doc/pub/week42/html/week42.html | 42 +- doc/pub/week42/ipynb/ipynb-week42-src.tar.gz | Bin 192 -> 191 bytes doc/pub/week42/ipynb/week42.ipynb | 280 ++++++------ doc/src/week42/week42.do.txt | 22 +- 60 files changed, 5362 insertions(+), 5349 deletions(-) diff --git a/doc/pub/week42/html/._week42-bs000.html b/doc/pub/week42/html/._week42-bs000.html index 6f608dbb9..88e5ee07b 100644 --- a/doc/pub/week42/html/._week42-bs000.html +++ b/doc/pub/week42/html/._week42-bs000.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -276,7 +279,7 @@ MathJax.Hub.Config({
    -

    Week 42 Constructing a Neural Network code with introduction to Tensor flow

    +

    Week 42 Constructing a Neural Network code with examples

    @@ -292,7 +295,7 @@ MathJax.Hub.Config({
    -

    October 16-20, 2023

    +

    October 14-18, 2024


    @@ -317,7 +320,7 @@ MathJax.Hub.Config({
  • 9
  • 10
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • @@ -331,7 +334,7 @@ MathJax.Hub.Config({ -->
    - © 1999-2023, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license + © 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
    diff --git a/doc/pub/week42/html/._week42-bs001.html b/doc/pub/week42/html/._week42-bs001.html index 16ffd8e3b..662a08d2a 100644 --- a/doc/pub/week42/html/._week42-bs001.html +++ b/doc/pub/week42/html/._week42-bs001.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -276,41 +279,6 @@ MathJax.Hub.Config({

    Plan for week 42

    -
    -
    - -
      -
    • Exercise on writing your own stochastic gradient and gradient descent codes. This exercise continues from the previous week but now with inclusion of automatic differentiation
    • -
    • Discussion of project 2
    • -
    • See video on automatic differentiation from last year. This video will be updated before Tuesday.
    • -
    -
    -
    - - -
    -
    - - -

    I also recommend Michael Nielsen's intuitive approach to the neural networks and the universal approximation theorem, see the slides at http://neuralnetworksanddeeplearning.com/chap4.html.

    -
    -
    - -

    diff --git a/doc/pub/week42/html/._week42-bs002.html b/doc/pub/week42/html/._week42-bs002.html index 7aafdfcd3..6a148241d 100644 --- a/doc/pub/week42/html/._week42-bs002.html +++ b/doc/pub/week42/html/._week42-bs002.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,7 +277,29 @@ MathJax.Hub.Config({

     

     

     

    -

    Lecture Thursday October 19

    +

    Lecture October 14, 2024

    +
    +
    + + +

    I also recommend Michael Nielsen's intuitive approach to the neural networks and the universal approximation theorem, see the slides at http://neuralnetworksanddeeplearning.com/chap4.html.

    +
    +
    +

    @@ -293,7 +318,7 @@ MathJax.Hub.Config({

  • 11
  • 12
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs003.html b/doc/pub/week42/html/._week42-bs003.html index 31546de37..db627945f 100644 --- a/doc/pub/week42/html/._week42-bs003.html +++ b/doc/pub/week42/html/._week42-bs003.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,13 +277,17 @@ MathJax.Hub.Config({

     

     

     

    -

    Review of the back propagation algorithm

    - -

    During the last lecture we discussed in detail the back propagation -algorithm. This algorithm is based on a repeated application of the -chain rule. Let us bring back the basic equation and at the same time -link this with the basic mathematics of automatic differentiation. -

    +

    Material for the active learning sessions on Tuesday and Wednesday

    +
    +
    + +
      +
    • Exercise on writing your own stochastic gradient and gradient descent codes. This exercise continues from the previous week but now with inclusion of automatic differentiation
    • +
    • Discussion of project 2
    • +
    +
    +
    +

    @@ -300,7 +307,7 @@ link this with the basic mathematics of automatic differentiation.

  • 12
  • 13
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs004.html b/doc/pub/week42/html/._week42-bs004.html index f03898fcb..20ca1b587 100644 --- a/doc/pub/week42/html/._week42-bs004.html +++ b/doc/pub/week42/html/._week42-bs004.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,73 +277,12 @@ MathJax.Hub.Config({

     

     

     

    -

    Setting up the Back propagation algorithm

    +

    Review of the back propagation algorithm

    -

    The four equations derived last week provide us with a way of computing the gradient of the cost function. 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}f'(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_{jk}^l\leftarrow = w_{jk}^l- \eta \delta_j^la_k^{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. +

    During the last lecture we discussed in detail the back propagation +algorithm. This algorithm is based on a repeated application of the +chain rule. Let us bring back the basic equation and at the same time +link this with the basic mathematics of automatic differentiation.

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

  • 13
  • 14
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs005.html b/doc/pub/week42/html/._week42-bs005.html index c64ad9965..c5d0d55f3 100644 --- a/doc/pub/week42/html/._week42-bs005.html +++ b/doc/pub/week42/html/._week42-bs005.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,43 +276,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. -

    +

    The four equations derived last week provide us with a way of computing the gradient of the cost function. 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}f'(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_{jk}^l\leftarrow = w_{jk}^l- \eta \delta_j^la_k^{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-bs006.html b/doc/pub/week42/html/._week42-bs006.html index 29e038501..a40417a90 100644 --- a/doc/pub/week42/html/._week42-bs006.html +++ b/doc/pub/week42/html/._week42-bs006.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,57 +276,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!

    @@ -346,7 +334,7 @@ $$

  • 15
  • 16
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs007.html b/doc/pub/week42/html/._week42-bs007.html index 3701ddf6f..eddb46232 100644 --- a/doc/pub/week42/html/._week42-bs007.html +++ b/doc/pub/week42/html/._week42-bs007.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,50 +277,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!

    @@ -341,7 +350,7 @@ $$

  • 16
  • 17
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs008.html b/doc/pub/week42/html/._week42-bs008.html index 6f2cd0b5c..23263c8cc 100644 --- a/doc/pub/week42/html/._week42-bs008.html +++ b/doc/pub/week42/html/._week42-bs008.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,24 +277,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.

    @@ -316,7 +345,7 @@ $$

  • 17
  • 18
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs009.html b/doc/pub/week42/html/._week42-bs009.html index 67bdc21b1..23b5861e4 100644 --- a/doc/pub/week42/html/._week42-bs009.html +++ b/doc/pub/week42/html/._week42-bs009.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,19 +276,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. -

      @@ -310,7 +320,7 @@ MathJax.Hub.Config({
    • 18
    • 19
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs010.html b/doc/pub/week42/html/._week42-bs010.html index eb75a94f3..ec87489c3 100644 --- a/doc/pub/week42/html/._week42-bs010.html +++ b/doc/pub/week42/html/._week42-bs010.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,118 +276,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-bs011.html b/doc/pub/week42/html/._week42-bs011.html index 27d2fb0a9..1b82d2fff 100644 --- a/doc/pub/week42/html/._week42-bs011.html +++ b/doc/pub/week42/html/._week42-bs011.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,17 +277,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.

    @@ -294,33 +330,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()
     
    @@ -362,7 +413,7 @@ X_train, X_test, Y_train, Y_test = train_tes
  • 20
  • 21
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs012.html b/doc/pub/week42/html/._week42-bs012.html index 98831a986..d93765577 100644 --- a/doc/pub/week42/html/._week42-bs012.html +++ b/doc/pub/week42/html/._week42-bs012.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,46 +277,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.

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

  • 21
  • 22
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs013.html b/doc/pub/week42/html/._week42-bs013.html index 73976be35..b39121a3b 100644 --- a/doc/pub/week42/html/._week42-bs013.html +++ b/doc/pub/week42/html/._week42-bs013.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,47 +276,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.

    +

      @@ -339,7 +343,7 @@ weights to the output layer.
    • 22
    • 23
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs014.html b/doc/pub/week42/html/._week42-bs014.html index 6466d8eb7..b2415cfeb 100644 --- a/doc/pub/week42/html/._week42-bs014.html +++ b/doc/pub/week42/html/._week42-bs014.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,56 +277,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. +

    @@ -350,7 +342,7 @@ output_bias = np23

  • 24
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs015.html b/doc/pub/week42/html/._week42-bs015.html index 742186e7b..8a0d3350e 100644 --- a/doc/pub/week42/html/._week42-bs015.html +++ b/doc/pub/week42/html/._week42-bs015.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,29 +276,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
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

      @@ -321,7 +353,7 @@ For each input image we calculate a weighted sum of input features (pixel values
    • 24
    • 25
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs016.html b/doc/pub/week42/html/._week42-bs016.html index e1d266325..1eda82864 100644 --- a/doc/pub/week42/html/._week42-bs016.html +++ b/doc/pub/week42/html/._week42-bs016.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,96 +276,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]))
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

      @@ -388,7 +324,7 @@ predictions = predict(X_train)
    • 25
    • 26
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs017.html b/doc/pub/week42/html/._week42-bs017.html index a11a09781..a81456805 100644 --- a/doc/pub/week42/html/._week42-bs017.html +++ b/doc/pub/week42/html/._week42-bs017.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,33 +276,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]))
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

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

  • 26
  • 27
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs018.html b/doc/pub/week42/html/._week42-bs018.html index 9a88b902b..2ce3854c5 100644 --- a/doc/pub/week42/html/._week42-bs018.html +++ b/doc/pub/week42/html/._week42-bs018.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,39 +277,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.

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

  • 27
  • 28
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs019.html b/doc/pub/week42/html/._week42-bs019.html index a1fbcb8dc..db74eb9ff 100644 --- a/doc/pub/week42/html/._week42-bs019.html +++ b/doc/pub/week42/html/._week42-bs019.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,36 +276,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.

    +

      @@ -328,7 +336,7 @@ calculate the gradient efficently.
    • 28
    • 29
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs020.html b/doc/pub/week42/html/._week42-bs020.html index a2ca09f71..cd46c75b2 100644 --- a/doc/pub/week42/html/._week42-bs020.html +++ b/doc/pub/week42/html/._week42-bs020.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,133 +276,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-bs021.html b/doc/pub/week42/html/._week42-bs021.html index a43e96c64..cfa1a14d8 100644 --- a/doc/pub/week42/html/._week42-bs021.html +++ b/doc/pub/week42/html/._week42-bs021.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,22 +277,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)))
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

      @@ -315,7 +428,7 @@ Andrew Ng goes through some of these considerations in this 30
    • 31
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs022.html b/doc/pub/week42/html/._week42-bs022.html index d3eb3e24b..a4273d4bd 100644 --- a/doc/pub/week42/html/._week42-bs022.html +++ b/doc/pub/week42/html/._week42-bs022.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,133 +277,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. +

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

  • 31
  • 32
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs023.html b/doc/pub/week42/html/._week42-bs023.html index 24d1e9e86..6c75f51fa 100644 --- a/doc/pub/week42/html/._week42-bs023.html +++ b/doc/pub/week42/html/._week42-bs023.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,17 +277,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.

    -
    @@ -292,22 +290,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()
     
    @@ -349,7 +430,7 @@ test_predict = dnn32
  • 33
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs024.html b/doc/pub/week42/html/._week42-bs024.html index 4fef2f395..5d10b727e 100644 --- a/doc/pub/week42/html/._week42-bs024.html +++ b/doc/pub/week42/html/._week42-bs024.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,12 +277,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.

    +
    @@ -287,26 +295,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))
     
    @@ -348,7 +352,7 @@ DNN_numpy = np.
  • 33
  • 34
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs025.html b/doc/pub/week42/html/._week42-bs025.html index 726c78def..848a64474 100644 --- a/doc/pub/week42/html/._week42-bs025.html +++ b/doc/pub/week42/html/._week42-bs025.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,7 +277,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). +

    @@ -283,39 +290,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()
     
    @@ -357,7 +351,7 @@ plt.show()
  • 34
  • 35
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs026.html b/doc/pub/week42/html/._week42-bs026.html index 382da3519..6208390dd 100644 --- a/doc/pub/week42/html/._week42-bs026.html +++ b/doc/pub/week42/html/._week42-bs026.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,21 +277,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

    @@ -297,22 +286,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()
     
    @@ -354,7 +360,7 @@ DNN_scikit = np
  • 35
  • 36
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs027.html b/doc/pub/week42/html/._week42-bs027.html index 99611235f..767f5c7d6 100644 --- a/doc/pub/week42/html/._week42-bs027.html +++ b/doc/pub/week42/html/._week42-bs027.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,7 +277,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. +

    +
    @@ -282,40 +300,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()
     
    @@ -357,7 +357,7 @@ plt.show()
  • 36
  • 37
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs028.html b/doc/pub/week42/html/._week42-bs028.html index 141a92b43..b4f15870f 100644 --- a/doc/pub/week42/html/._week42-bs028.html +++ b/doc/pub/week42/html/._week42-bs028.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,29 +277,63 @@ MathJax.Hub.Config({

     

     

     

    -

    Testing our code for the XOR, OR and AND gates

    +

    Visualization

    -

    Last week we discussed three different types of gates, the so-called -XOR, the OR and the AND gates. Their inputs and outputs can be -summarized using the following tables, first for the OR gate with -inputs \( x_1 \) and \( x_2 \) and outputs \( y \): -

    + +
    +
    +
    +
    +
    +
    # 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()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    -
    -
    - - - - - - - - - - -
    \( x_1 \) \( x_2 \) \( y \)
    0 0 0
    0 1 1
    1 0 1
    1 1 1
    -
    -

    @@ -323,7 +360,7 @@ inputs \( x_1 \) and \( x_2 \) and outputs \( y \):

  • 37
  • 38
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs029.html b/doc/pub/week42/html/._week42-bs029.html index cc1903be2..f5255d899 100644 --- a/doc/pub/week42/html/._week42-bs029.html +++ b/doc/pub/week42/html/._week42-bs029.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,27 +277,13 @@ MathJax.Hub.Config({

     

     

     

    -

    The AND and XOR Gates

    +

    Testing our code for the XOR, OR and AND gates

    -

    The AND gate is defined as

    - -
    -
    - - - - - - - - - - -
    \( x_1 \) \( x_2 \) \( y \)
    0 0 0
    0 1 0
    1 0 0
    1 1 1
    -
    -
    - -

    And finally we have the XOR gate

    +

    Last week we discussed three different types of gates, the so-called +XOR, the OR and the AND gates. Their inputs and outputs can be +summarized using the following tables, first for the OR gate with +inputs \( x_1 \) and \( x_2 \) and outputs \( y \): +

    @@ -306,7 +295,7 @@ MathJax.Hub.Config({ 0 0 0 0 1 1 1 0 1 - 1 1 0 + 1 1 1
    @@ -337,7 +326,7 @@ MathJax.Hub.Config({
  • 38
  • 39
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs030.html b/doc/pub/week42/html/._week42-bs030.html index a83a31359..0a7fda618 100644 --- a/doc/pub/week42/html/._week42-bs030.html +++ b/doc/pub/week42/html/._week42-bs030.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,18 +277,43 @@ MathJax.Hub.Config({

     

     

     

    -

    Representing the Data Sets

    +

    The AND and XOR Gates

    -

    Our design matrix is defined by the input values \( x_1 \) and \( x_2 \). Since we have four possible outputs, our design matrix reads

    +

    The AND gate is defined as

    -$$ -\boldsymbol{X}=\begin{bmatrix} 0 & 0 \\ - 0 & 1 \\ - 1 & 0 \\ - 1 & 1 \end{bmatrix}, -$$ +
    +
    + + + + + + + + + + +
    \( x_1 \) \( x_2 \) \( y \)
    0 0 0
    0 1 0
    1 0 0
    1 1 1
    +
    +
    -

    while the vector of outputs is \( \boldsymbol{y}^T=[0,1,1,0] \) for the XOR gate, \( \boldsymbol{y}^T=[0,0,0,1] \) for the AND gate and \( \boldsymbol{y}^T=[0,1,1,1] \) for the OR gate.

    +

    And finally we have the XOR gate

    + +
    +
    + + + + + + + + + + +
    \( x_1 \) \( x_2 \) \( y \)
    0 0 0
    0 1 1
    1 0 1
    1 1 0
    +
    +

    @@ -312,7 +340,7 @@ $$

  • 39
  • 40
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs031.html b/doc/pub/week42/html/._week42-bs031.html index 56e8f51b5..4d592a434 100644 --- a/doc/pub/week42/html/._week42-bs031.html +++ b/doc/pub/week42/html/._week42-bs031.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,98 +277,18 @@ MathJax.Hub.Config({

     

     

     

    -

    Setting up the Neural Network

    +

    Representing the Data Sets

    -

    We define first our design matrix and the various output vectors for the different gates.

    +

    Our design matrix is defined by the input values \( x_1 \) and \( x_2 \). Since we have four possible outputs, our design matrix reads

    +$$ +\boldsymbol{X}=\begin{bmatrix} 0 & 0 \\ + 0 & 1 \\ + 1 & 0 \\ + 1 & 1 \end{bmatrix}, +$$ - -
    -
    -
    -
    -
    -
    """
    -Simple code that tests XOR, OR and AND gates with linear regression
    -"""
    -
    -# import necessary packages
    -import numpy as np
    -import matplotlib.pyplot as plt
    -from sklearn import datasets
    -
    -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
    -    probabilities = sigmoid(z_o)
    -    return probabilities
    -
    -# 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)
    -
    -# ensure the same random numbers appear every time
    -np.random.seed(0)
    -
    -# Design matrix
    -X = np.array([ [0, 0], [0, 1], [1, 0],[1, 1]],dtype=np.float64)
    -
    -# The XOR gate
    -yXOR = np.array( [ 0, 1 ,1, 0])
    -# The OR gate
    -yOR = np.array( [ 0, 1 ,1, 1])
    -# The AND gate
    -yAND = np.array( [ 0, 0 ,0, 1])
    -
    -# Defining the neural network
    -n_inputs, n_features = X.shape
    -n_hidden_neurons = 2
    -n_categories = 2
    -n_features = 2
    -
    -# 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
    -
    -probabilities = feed_forward(X)
    -print(probabilities)
    -
    -
    -predictions = predict(X)
    -print(predictions)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    Not an impressive result, but this was our first forward pass with randomly assigned weights. Let us now add the full network with the back-propagation algorithm discussed above.

    +

    while the vector of outputs is \( \boldsymbol{y}^T=[0,1,1,0] \) for the XOR gate, \( \boldsymbol{y}^T=[0,0,0,1] \) for the AND gate and \( \boldsymbol{y}^T=[0,1,1,1] \) for the OR gate.

    @@ -392,7 +315,7 @@ predictions = predict(X)

  • 40
  • 41
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs032.html b/doc/pub/week42/html/._week42-bs032.html index 414500b5f..f1460b1ed 100644 --- a/doc/pub/week42/html/._week42-bs032.html +++ b/doc/pub/week42/html/._week42-bs032.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,7 +277,9 @@ MathJax.Hub.Config({

     

     

     

    -

    The Code using Scikit-Learn

    +

    Setting up the Neural Network

    + +

    We define first our design matrix and the various output vectors for the different gates.

    @@ -283,12 +288,35 @@ MathJax.Hub.Config({
    -
    # import necessary packages
    +  
    """
    +Simple code that tests XOR, OR and AND gates with linear regression
    +"""
    +
    +# import necessary packages
     import numpy as np
     import matplotlib.pyplot as plt
    -from sklearn.neural_network import MLPClassifier
    -from sklearn.metrics import accuracy_score
    -import seaborn as sns
    +from sklearn import datasets
    +
    +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
    +    probabilities = sigmoid(z_o)
    +    return probabilities
    +
    +# 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)
     
     # ensure the same random numbers appear every time
     np.random.seed(0)
    @@ -309,37 +337,22 @@ n_hidden_neurons = = 2
     n_features = 2
     
    -eta_vals = np.logspace(-5, 1, 7)
    -lmbd_vals = np.logspace(-5, 1, 7)
    -# store models for later use
    -DNN_scikit = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
    -epochs = 100
    +# we make the weights normally distributed using numpy.random.randn
     
    -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, yXOR)
    -        DNN_scikit[i][j] = dnn
    -        print("Learning rate  = ", eta)
    -        print("Lambda = ", lmbd)
    -        print("Accuracy score on data set: ", dnn.score(X, yXOR))
    -        print()
    +# 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
     
    -sns.set()
    -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]
    -        test_pred = dnn.predict(X)
    -        test_accuracy[i][j] = accuracy_score(yXOR, test_pred)
    +# 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
     
    -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()
    +probabilities = feed_forward(X)
    +print(probabilities)
    +
    +
    +predictions = predict(X)
    +print(predictions)
     
    @@ -355,6 +368,7 @@ plt.show()
    +

    Not an impressive result, but this was our first forward pass with randomly assigned weights. Let us now add the full network with the back-propagation algorithm discussed above.

    @@ -381,7 +395,7 @@ plt.show()

  • 41
  • 42
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs033.html b/doc/pub/week42/html/._week42-bs033.html index 38d136454..2d6282eac 100644 --- a/doc/pub/week42/html/._week42-bs033.html +++ b/doc/pub/week42/html/._week42-bs033.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,17 +277,87 @@ MathJax.Hub.Config({

     

     

     

    -

    Building neural networks in Tensorflow and Keras

    +

    The Code using Scikit-Learn

    -

    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. -

    -

    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. -

    + +
    +
    +
    +
    +
    +
    # import necessary packages
    +import numpy as np
    +import matplotlib.pyplot as plt
    +from sklearn.neural_network import MLPClassifier
    +from sklearn.metrics import accuracy_score
    +import seaborn as sns
    +
    +# ensure the same random numbers appear every time
    +np.random.seed(0)
    +
    +# Design matrix
    +X = np.array([ [0, 0], [0, 1], [1, 0],[1, 1]],dtype=np.float64)
    +
    +# The XOR gate
    +yXOR = np.array( [ 0, 1 ,1, 0])
    +# The OR gate
    +yOR = np.array( [ 0, 1 ,1, 1])
    +# The AND gate
    +yAND = np.array( [ 0, 0 ,0, 1])
    +
    +# Defining the neural network
    +n_inputs, n_features = X.shape
    +n_hidden_neurons = 2
    +n_categories = 2
    +n_features = 2
    +
    +eta_vals = np.logspace(-5, 1, 7)
    +lmbd_vals = np.logspace(-5, 1, 7)
    +# store models for later use
    +DNN_scikit = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
    +epochs = 100
    +
    +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, yXOR)
    +        DNN_scikit[i][j] = dnn
    +        print("Learning rate  = ", eta)
    +        print("Lambda = ", lmbd)
    +        print("Accuracy score on data set: ", dnn.score(X, yXOR))
    +        print()
    +
    +sns.set()
    +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]
    +        test_pred = dnn.predict(X)
    +        test_accuracy[i][j] = accuracy_score(yXOR, test_pred)
    +
    +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()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    @@ -311,7 +384,7 @@ NumPy arrays.

  • 42
  • 43
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs034.html b/doc/pub/week42/html/._week42-bs034.html index 1380ea18a..06e8bf2de 100644 --- a/doc/pub/week42/html/._week42-bs034.html +++ b/doc/pub/week42/html/._week42-bs034.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,111 +277,18 @@ MathJax.Hub.Config({

     

     

     

    -

    Tensorflow

    +

    Building neural networks in Tensorflow and Keras

    -

    Tensorflow is an open source library machine learning library -developed by the Google Brain team for internal use. It was released -under the Apache 2.0 open source license in November 9, 2015. +

    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.

    -

    Tensorflow is a computational framework that allows you to construct -machine learning models at different levels of abstraction, from -high-level, object-oriented APIs like Keras, down to the C++ kernels -that Tensorflow is built upon. The higher levels of abstraction are -simpler to use, but less flexible, and our choice of implementation -should reflect the problems we are trying to solve. +

    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.

    -

    Tensorflow uses so-called graphs to represent your computation -in terms of the dependencies between individual operations, such that you first build a Tensorflow graph -to represent your model, and then create a Tensorflow session to run the graph. -

    - -

    In this guide we will analyze the same data as we did in our NumPy and -scikit-learn tutorial, gathered from the MNIST database of images. We -will give an introduction to the lower level Python Application -Program Interfaces (APIs), and see how we use them to build our graph. -Then we will build (effectively) the same graph in Keras, to see just -how simple solving a machine learning problem can be. -

    - -

    To install tensorflow on Unix/Linux systems, use pip as

    - - -
    -
    -
    -
    -
    -
    pip3 install tensorflow
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    and/or if you use anaconda, just write (or install from the graphical user interface) -(current release of CPU-only TensorFlow) -

    - - -
    -
    -
    -
    -
    -
    conda create -n tf tensorflow
    -conda activate tf
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    To install the current release of GPU TensorFlow

    - - -
    -
    -
    -
    -
    -
    conda create -n tf-gpu tensorflow-gpu
    -conda activate tf-gpu
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

      @@ -404,7 +314,7 @@ conda activate tf-gpu
    • 43
    • 44
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs035.html b/doc/pub/week42/html/._week42-bs035.html index 56c8c5d25..dea536861 100644 --- a/doc/pub/week42/html/._week42-bs035.html +++ b/doc/pub/week42/html/._week42-bs035.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,20 +277,43 @@ MathJax.Hub.Config({

     

     

     

    -

    Using Keras

    +

    Tensorflow

    -

    Keras is a high level neural network -that supports Tensorflow, CTNK and Theano as backends. -If you have Anaconda installed you may run the following command +

    Tensorflow is an open source library machine learning library +developed by the Google Brain team for internal use. It was released +under the Apache 2.0 open source license in November 9, 2015.

    +

    Tensorflow is a computational framework that allows you to construct +machine learning models at different levels of abstraction, from +high-level, object-oriented APIs like Keras, down to the C++ kernels +that Tensorflow is built upon. The higher levels of abstraction are +simpler to use, but less flexible, and our choice of implementation +should reflect the problems we are trying to solve. +

    + +

    Tensorflow uses so-called graphs to represent your computation +in terms of the dependencies between individual operations, such that you first build a Tensorflow graph +to represent your model, and then create a Tensorflow session to run the graph. +

    + +

    In this guide we will analyze the same data as we did in our NumPy and +scikit-learn tutorial, gathered from the MNIST database of images. We +will give an introduction to the lower level Python Application +Program Interfaces (APIs), and see how we use them to build our graph. +Then we will build (effectively) the same graph in Keras, to see just +how simple solving a machine learning problem can be. +

    + +

    To install tensorflow on Unix/Linux systems, use pip as

    +
    -
    conda install keras
    +  
    pip3 install tensorflow
     
    @@ -303,9 +329,58 @@ If you have Anaconda installed you may run the following command
    -

    You can look up the instructions here for more information.

    +

    and/or if you use anaconda, just write (or install from the graphical user interface) +(current release of CPU-only TensorFlow) +

    + + +
    +
    +
    +
    +
    +
    conda create -n tf tensorflow
    +conda activate tf
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    To install the current release of GPU TensorFlow

    + + +
    +
    +
    +
    +
    +
    conda create -n tf-gpu tensorflow-gpu
    +conda activate tf-gpu
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    -

    We will to a large extent use keras in this course.

    @@ -332,7 +407,7 @@ If you have Anaconda installed you may run the following command

  • 44
  • 45
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs036.html b/doc/pub/week42/html/._week42-bs036.html index 9580cd973..bd16d076e 100644 --- a/doc/pub/week42/html/._week42-bs036.html +++ b/doc/pub/week42/html/._week42-bs036.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,10 +277,12 @@ MathJax.Hub.Config({

     

     

     

    -

    Collect and pre-process data

    - -

    Let us look again at the MINST data set.

    +

    Using Keras

    +

    Keras is a high level neural network +that supports Tensorflow, CTNK and Theano as backends. +If you have Anaconda installed you may run the following command +

    @@ -285,205 +290,7 @@ MathJax.Hub.Config({
    -
    # import necessary packages
    -import numpy as np
    -import matplotlib.pyplot as plt
    -import tensorflow as tf
    -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()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    from tensorflow.keras.layers import Input
    -from tensorflow.keras.models import Sequential      #This allows appending layers to existing models
    -from tensorflow.keras.layers import Dense           #This allows defining the characteristics of a particular layer
    -from tensorflow.keras import optimizers             #This allows using whichever optimiser we want (sgd,adam,RMSprop)
    -from tensorflow.keras import regularizers           #This allows using whichever regularizer we want (l1,l2,l1_l2)
    -from tensorflow.keras.utils import to_categorical   #This allows using categorical cross entropy as the cost function
    -
    -from sklearn.model_selection import train_test_split
    -
    -# one-hot representation of labels
    -labels = to_categorical(labels)
    -
    -# split into train and test data
    -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)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    epochs = 100
    -batch_size = 100
    -n_neurons_layer1 = 100
    -n_neurons_layer2 = 50
    -n_categories = 10
    -eta_vals = np.logspace(-5, 1, 7)
    -lmbd_vals = np.logspace(-5, 1, 7)
    -def create_neural_network_keras(n_neurons_layer1, n_neurons_layer2, n_categories, eta, lmbd):
    -    model = Sequential()
    -    model.add(Dense(n_neurons_layer1, activation='sigmoid', kernel_regularizer=regularizers.l2(lmbd)))
    -    model.add(Dense(n_neurons_layer2, activation='sigmoid', kernel_regularizer=regularizers.l2(lmbd)))
    -    model.add(Dense(n_categories, activation='softmax'))
    -    
    -    sgd = optimizers.SGD(lr=eta)
    -    model.compile(loss='categorical_crossentropy', optimizer=sgd, metrics=['accuracy'])
    -    
    -    return model
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    DNN_keras = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
    -        
    -for i, eta in enumerate(eta_vals):
    -    for j, lmbd in enumerate(lmbd_vals):
    -        DNN = create_neural_network_keras(n_neurons_layer1, n_neurons_layer2, n_categories,
    -                                         eta=eta, lmbd=lmbd)
    -        DNN.fit(X_train, Y_train, epochs=epochs, batch_size=batch_size, verbose=0)
    -        scores = DNN.evaluate(X_test, Y_test)
    -        
    -        DNN_keras[i][j] = DNN
    -        
    -        print("Learning rate = ", eta)
    -        print("Lambda = ", lmbd)
    -        print("Test accuracy: %.3f" % scores[1])
    -        print()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    # 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_keras[i][j]
    -
    -        train_accuracy[i][j] = DNN.evaluate(X_train, Y_train)[1]
    -        test_accuracy[i][j] = DNN.evaluate(X_test, Y_test)[1]
    -
    -        
    -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()
    +  
    conda install keras
     
    @@ -499,6 +306,9 @@ plt.show()
    +

    You can look up the instructions here for more information.

    + +

    We will to a large extent use keras in this course.

    @@ -525,7 +335,7 @@ plt.show()

  • 45
  • 46
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs037.html b/doc/pub/week42/html/._week42-bs037.html index 4ce8cf603..ec09c8119 100644 --- a/doc/pub/week42/html/._week42-bs037.html +++ b/doc/pub/week42/html/._week42-bs037.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,7 +277,9 @@ MathJax.Hub.Config({

     

     

     

    -

    The Breast Cancer Data, now with Keras

    +

    Collect and pre-process data

    + +

    Let us look again at the MINST data set.

    @@ -283,171 +288,205 @@ MathJax.Hub.Config({
    -
    import tensorflow as tf
    -from tensorflow.keras.layers import Input
    +  
    # import necessary packages
    +import numpy as np
    +import matplotlib.pyplot as plt
    +import tensorflow as tf
    +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()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    from tensorflow.keras.layers import Input
     from tensorflow.keras.models import Sequential      #This allows appending layers to existing models
     from tensorflow.keras.layers import Dense           #This allows defining the characteristics of a particular layer
     from tensorflow.keras import optimizers             #This allows using whichever optimiser we want (sgd,adam,RMSprop)
     from tensorflow.keras import regularizers           #This allows using whichever regularizer we want (l1,l2,l1_l2)
     from tensorflow.keras.utils import to_categorical   #This allows using categorical cross entropy as the cost function
    -import numpy as np
    -import matplotlib.pyplot as plt
    -import seaborn as sns
    -from sklearn.model_selection import train_test_split as splitter
    -from sklearn.datasets import load_breast_cancer
    -import pickle
    -import os 
     
    +from sklearn.model_selection import train_test_split
     
    -"""Load breast cancer dataset"""
    +# one-hot representation of labels
    +labels = to_categorical(labels)
     
    -np.random.seed(0)        #create same seed for random number every time
    -
    -cancer=load_breast_cancer()      #Download breast cancer dataset
    -
    -inputs=cancer.data                     #Feature matrix of 569 rows (samples) and 30 columns (parameters)
    -outputs=cancer.target                  #Label array of 569 rows (0 for benign and 1 for malignant)
    -labels=cancer.feature_names[0:30]
    -
    -print('The content of the breast cancer dataset is:')      #Print information about the datasets
    -print(labels)
    -print('-------------------------')
    -print("inputs =  " + str(inputs.shape))
    -print("outputs =  " + str(outputs.shape))
    -print("labels =  "+ str(labels.shape))
    -
    -x=inputs      #Reassign the Feature and Label matrices to other variables
    -y=outputs
    -
    -#%% 
    -
    -# Visualisation of dataset (for correlation analysis)
    -
    -plt.figure()
    -plt.scatter(x[:,0],x[:,2],s=40,c=y,cmap=plt.cm.Spectral)
    -plt.xlabel('Mean radius',fontweight='bold')
    -plt.ylabel('Mean perimeter',fontweight='bold')
    -plt.show()
    -
    -plt.figure()
    -plt.scatter(x[:,5],x[:,6],s=40,c=y, cmap=plt.cm.Spectral)
    -plt.xlabel('Mean compactness',fontweight='bold')
    -plt.ylabel('Mean concavity',fontweight='bold')
    -plt.show()
    -
    -
    -plt.figure()
    -plt.scatter(x[:,0],x[:,1],s=40,c=y,cmap=plt.cm.Spectral)
    -plt.xlabel('Mean radius',fontweight='bold')
    -plt.ylabel('Mean texture',fontweight='bold')
    -plt.show()
    -
    -plt.figure()
    -plt.scatter(x[:,2],x[:,1],s=40,c=y,cmap=plt.cm.Spectral)
    -plt.xlabel('Mean perimeter',fontweight='bold')
    -plt.ylabel('Mean compactness',fontweight='bold')
    -plt.show()
    -
    -
    -# Generate training and testing datasets
    -
    -#Select features relevant to classification (texture,perimeter,compactness and symmetery) 
    -#and add to input matrix
    -
    -temp1=np.reshape(x[:,1],(len(x[:,1]),1))
    -temp2=np.reshape(x[:,2],(len(x[:,2]),1))
    -X=np.hstack((temp1,temp2))      
    -temp=np.reshape(x[:,5],(len(x[:,5]),1))
    -X=np.hstack((X,temp))       
    -temp=np.reshape(x[:,8],(len(x[:,8]),1))
    -X=np.hstack((X,temp))       
    -
    -X_train,X_test,y_train,y_test=splitter(X,y,test_size=0.1)   #Split datasets into training and testing
    -
    -y_train=to_categorical(y_train)     #Convert labels to categorical when using categorical cross entropy
    -y_test=to_categorical(y_test)
    -
    -del temp1,temp2,temp
    -
    -# %%
    -
    -# Define tunable parameters"
    -
    -eta=np.logspace(-3,-1,3)                    #Define vector of learning rates (parameter to SGD optimiser)
    -lamda=0.01                                  #Define hyperparameter
    -n_layers=2                                  #Define number of hidden layers in the model
    -n_neuron=np.logspace(0,3,4,dtype=int)       #Define number of neurons per layer
    -epochs=100                                   #Number of reiterations over the input data
    -batch_size=100                              #Number of samples per gradient update
    -
    -# %%
    -
    -"""Define function to return Deep Neural Network model"""
    -
    -def NN_model(inputsize,n_layers,n_neuron,eta,lamda):
    -    model=Sequential()      
    -    for i in range(n_layers):       #Run loop to add hidden layers to the model
    -        if (i==0):                  #First layer requires input dimensions
    -            model.add(Dense(n_neuron,activation='relu',kernel_regularizer=regularizers.l2(lamda),input_dim=inputsize))
    -        else:                       #Subsequent layers are capable of automatic shape inferencing
    -            model.add(Dense(n_neuron,activation='relu',kernel_regularizer=regularizers.l2(lamda)))
    -    model.add(Dense(2,activation='softmax'))  #2 outputs - ordered and disordered (softmax for prob)
    -    sgd=optimizers.SGD(lr=eta)
    -    model.compile(loss='categorical_crossentropy',optimizer=sgd,metrics=['accuracy'])
    +# split into train and test data
    +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)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    epochs = 100
    +batch_size = 100
    +n_neurons_layer1 = 100
    +n_neurons_layer2 = 50
    +n_categories = 10
    +eta_vals = np.logspace(-5, 1, 7)
    +lmbd_vals = np.logspace(-5, 1, 7)
    +def create_neural_network_keras(n_neurons_layer1, n_neurons_layer2, n_categories, eta, lmbd):
    +    model = Sequential()
    +    model.add(Dense(n_neurons_layer1, activation='sigmoid', kernel_regularizer=regularizers.l2(lmbd)))
    +    model.add(Dense(n_neurons_layer2, activation='sigmoid', kernel_regularizer=regularizers.l2(lmbd)))
    +    model.add(Dense(n_categories, activation='softmax'))
    +    
    +    sgd = optimizers.SGD(lr=eta)
    +    model.compile(loss='categorical_crossentropy', optimizer=sgd, metrics=['accuracy'])
    +    
         return model
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    DNN_keras = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
    +        
    +for i, eta in enumerate(eta_vals):
    +    for j, lmbd in enumerate(lmbd_vals):
    +        DNN = create_neural_network_keras(n_neurons_layer1, n_neurons_layer2, n_categories,
    +                                         eta=eta, lmbd=lmbd)
    +        DNN.fit(X_train, Y_train, epochs=epochs, batch_size=batch_size, verbose=0)
    +        scores = DNN.evaluate(X_test, Y_test)
    +        
    +        DNN_keras[i][j] = DNN
    +        
    +        print("Learning rate = ", eta)
    +        print("Lambda = ", lmbd)
    +        print("Test accuracy: %.3f" % scores[1])
    +        print()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    # optional
    +# visual representation of grid search
    +# uses seaborn heatmap, could probably do this in matplotlib
    +import seaborn as sns
     
    -    
    -Train_accuracy=np.zeros((len(n_neuron),len(eta)))      #Define matrices to store accuracy scores as a function
    -Test_accuracy=np.zeros((len(n_neuron),len(eta)))       #of learning rate and number of hidden neurons for 
    +sns.set()
     
    -for i in range(len(n_neuron)):     #run loops over hidden neurons and learning rates to calculate 
    -    for j in range(len(eta)):      #accuracy scores 
    -        DNN_model=NN_model(X_train.shape[1],n_layers,n_neuron[i],eta[j],lamda)
    -        DNN_model.fit(X_train,y_train,epochs=epochs,batch_size=batch_size,verbose=1)
    -        Train_accuracy[i,j]=DNN_model.evaluate(X_train,y_train)[1]
    -        Test_accuracy[i,j]=DNN_model.evaluate(X_test,y_test)[1]
    -               
    +train_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    +test_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
     
    -def plot_data(x,y,data,title=None):
    +for i in range(len(eta_vals)):
    +    for j in range(len(lmbd_vals)):
    +        DNN = DNN_keras[i][j]
     
    -    # plot results
    -    fontsize=16
    +        train_accuracy[i][j] = DNN.evaluate(X_train, Y_train)[1]
    +        test_accuracy[i][j] = DNN.evaluate(X_test, Y_test)[1]
     
    +        
    +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 = plt.figure()
    -    ax = fig.add_subplot(111)
    -    cax = ax.matshow(data, interpolation='nearest', vmin=0, vmax=1)
    -    
    -    cbar=fig.colorbar(cax)
    -    cbar.ax.set_ylabel('accuracy (%)',rotation=90,fontsize=fontsize)
    -    cbar.set_ticks([0,.2,.4,0.6,0.8,1.0])
    -    cbar.set_ticklabels(['0%','20%','40%','60%','80%','100%'])
    -
    -    # put text on matrix elements
    -    for i, x_val in enumerate(np.arange(len(x))):
    -        for j, y_val in enumerate(np.arange(len(y))):
    -            c = "${0:.1f}\\%$".format( 100*data[j,i])  
    -            ax.text(x_val, y_val, c, va='center', ha='center')
    -
    -    # convert axis vaues to to string labels
    -    x=[str(i) for i in x]
    -    y=[str(i) for i in y]
    -
    -
    -    ax.set_xticklabels(['']+x)
    -    ax.set_yticklabels(['']+y)
    -
    -    ax.set_xlabel('$\\mathrm{learning\\ rate}$',fontsize=fontsize)
    -    ax.set_ylabel('$\\mathrm{hidden\\ neurons}$',fontsize=fontsize)
    -    if title is not None:
    -        ax.set_title(title)
    -
    -    plt.tight_layout()
    -
    -    plt.show()
    -    
    -plot_data(eta,n_neuron,Train_accuracy, 'training')
    -plot_data(eta,n_neuron,Test_accuracy, 'testing')
    +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()
     
    @@ -489,7 +528,7 @@ plot_data(eta,n_neuron,Test_accuracy, 'testing&
  • 46
  • 47
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs038.html b/doc/pub/week42/html/._week42-bs038.html index 142e5b658..720357a91 100644 --- a/doc/pub/week42/html/._week42-bs038.html +++ b/doc/pub/week42/html/._week42-bs038.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,29 +277,196 @@ MathJax.Hub.Config({

     

     

     

    -

    Fine-tuning neural network hyperparameters

    +

    The Breast Cancer Data, now with Keras

    -

    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? -

    -
      -
    • You can use grid search with cross-validation to find the right hyperparameters.
    • -
    -

    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. -

    + +
    +
    +
    +
    +
    +
    import tensorflow as tf
    +from tensorflow.keras.layers import Input
    +from tensorflow.keras.models import Sequential      #This allows appending layers to existing models
    +from tensorflow.keras.layers import Dense           #This allows defining the characteristics of a particular layer
    +from tensorflow.keras import optimizers             #This allows using whichever optimiser we want (sgd,adam,RMSprop)
    +from tensorflow.keras import regularizers           #This allows using whichever regularizer we want (l1,l2,l1_l2)
    +from tensorflow.keras.utils import to_categorical   #This allows using categorical cross entropy as the cost function
    +import numpy as np
    +import matplotlib.pyplot as plt
    +import seaborn as sns
    +from sklearn.model_selection import train_test_split as splitter
    +from sklearn.datasets import load_breast_cancer
    +import pickle
    +import os 
    +
    +
    +"""Load breast cancer dataset"""
    +
    +np.random.seed(0)        #create same seed for random number every time
    +
    +cancer=load_breast_cancer()      #Download breast cancer dataset
    +
    +inputs=cancer.data                     #Feature matrix of 569 rows (samples) and 30 columns (parameters)
    +outputs=cancer.target                  #Label array of 569 rows (0 for benign and 1 for malignant)
    +labels=cancer.feature_names[0:30]
    +
    +print('The content of the breast cancer dataset is:')      #Print information about the datasets
    +print(labels)
    +print('-------------------------')
    +print("inputs =  " + str(inputs.shape))
    +print("outputs =  " + str(outputs.shape))
    +print("labels =  "+ str(labels.shape))
    +
    +x=inputs      #Reassign the Feature and Label matrices to other variables
    +y=outputs
    +
    +#%% 
    +
    +# Visualisation of dataset (for correlation analysis)
    +
    +plt.figure()
    +plt.scatter(x[:,0],x[:,2],s=40,c=y,cmap=plt.cm.Spectral)
    +plt.xlabel('Mean radius',fontweight='bold')
    +plt.ylabel('Mean perimeter',fontweight='bold')
    +plt.show()
    +
    +plt.figure()
    +plt.scatter(x[:,5],x[:,6],s=40,c=y, cmap=plt.cm.Spectral)
    +plt.xlabel('Mean compactness',fontweight='bold')
    +plt.ylabel('Mean concavity',fontweight='bold')
    +plt.show()
    +
    +
    +plt.figure()
    +plt.scatter(x[:,0],x[:,1],s=40,c=y,cmap=plt.cm.Spectral)
    +plt.xlabel('Mean radius',fontweight='bold')
    +plt.ylabel('Mean texture',fontweight='bold')
    +plt.show()
    +
    +plt.figure()
    +plt.scatter(x[:,2],x[:,1],s=40,c=y,cmap=plt.cm.Spectral)
    +plt.xlabel('Mean perimeter',fontweight='bold')
    +plt.ylabel('Mean compactness',fontweight='bold')
    +plt.show()
    +
    +
    +# Generate training and testing datasets
    +
    +#Select features relevant to classification (texture,perimeter,compactness and symmetery) 
    +#and add to input matrix
    +
    +temp1=np.reshape(x[:,1],(len(x[:,1]),1))
    +temp2=np.reshape(x[:,2],(len(x[:,2]),1))
    +X=np.hstack((temp1,temp2))      
    +temp=np.reshape(x[:,5],(len(x[:,5]),1))
    +X=np.hstack((X,temp))       
    +temp=np.reshape(x[:,8],(len(x[:,8]),1))
    +X=np.hstack((X,temp))       
    +
    +X_train,X_test,y_train,y_test=splitter(X,y,test_size=0.1)   #Split datasets into training and testing
    +
    +y_train=to_categorical(y_train)     #Convert labels to categorical when using categorical cross entropy
    +y_test=to_categorical(y_test)
    +
    +del temp1,temp2,temp
    +
    +# %%
    +
    +# Define tunable parameters"
    +
    +eta=np.logspace(-3,-1,3)                    #Define vector of learning rates (parameter to SGD optimiser)
    +lamda=0.01                                  #Define hyperparameter
    +n_layers=2                                  #Define number of hidden layers in the model
    +n_neuron=np.logspace(0,3,4,dtype=int)       #Define number of neurons per layer
    +epochs=100                                   #Number of reiterations over the input data
    +batch_size=100                              #Number of samples per gradient update
    +
    +# %%
    +
    +"""Define function to return Deep Neural Network model"""
    +
    +def NN_model(inputsize,n_layers,n_neuron,eta,lamda):
    +    model=Sequential()      
    +    for i in range(n_layers):       #Run loop to add hidden layers to the model
    +        if (i==0):                  #First layer requires input dimensions
    +            model.add(Dense(n_neuron,activation='relu',kernel_regularizer=regularizers.l2(lamda),input_dim=inputsize))
    +        else:                       #Subsequent layers are capable of automatic shape inferencing
    +            model.add(Dense(n_neuron,activation='relu',kernel_regularizer=regularizers.l2(lamda)))
    +    model.add(Dense(2,activation='softmax'))  #2 outputs - ordered and disordered (softmax for prob)
    +    sgd=optimizers.SGD(lr=eta)
    +    model.compile(loss='categorical_crossentropy',optimizer=sgd,metrics=['accuracy'])
    +    return model
    +
    +    
    +Train_accuracy=np.zeros((len(n_neuron),len(eta)))      #Define matrices to store accuracy scores as a function
    +Test_accuracy=np.zeros((len(n_neuron),len(eta)))       #of learning rate and number of hidden neurons for 
    +
    +for i in range(len(n_neuron)):     #run loops over hidden neurons and learning rates to calculate 
    +    for j in range(len(eta)):      #accuracy scores 
    +        DNN_model=NN_model(X_train.shape[1],n_layers,n_neuron[i],eta[j],lamda)
    +        DNN_model.fit(X_train,y_train,epochs=epochs,batch_size=batch_size,verbose=1)
    +        Train_accuracy[i,j]=DNN_model.evaluate(X_train,y_train)[1]
    +        Test_accuracy[i,j]=DNN_model.evaluate(X_test,y_test)[1]
    +               
    +
    +def plot_data(x,y,data,title=None):
    +
    +    # plot results
    +    fontsize=16
    +
    +
    +    fig = plt.figure()
    +    ax = fig.add_subplot(111)
    +    cax = ax.matshow(data, interpolation='nearest', vmin=0, vmax=1)
    +    
    +    cbar=fig.colorbar(cax)
    +    cbar.ax.set_ylabel('accuracy (%)',rotation=90,fontsize=fontsize)
    +    cbar.set_ticks([0,.2,.4,0.6,0.8,1.0])
    +    cbar.set_ticklabels(['0%','20%','40%','60%','80%','100%'])
    +
    +    # put text on matrix elements
    +    for i, x_val in enumerate(np.arange(len(x))):
    +        for j, y_val in enumerate(np.arange(len(y))):
    +            c = "${0:.1f}\\%$".format( 100*data[j,i])  
    +            ax.text(x_val, y_val, c, va='center', ha='center')
    +
    +    # convert axis vaues to to string labels
    +    x=[str(i) for i in x]
    +    y=[str(i) for i in y]
    +
    +
    +    ax.set_xticklabels(['']+x)
    +    ax.set_yticklabels(['']+y)
    +
    +    ax.set_xlabel('$\\mathrm{learning\\ rate}$',fontsize=fontsize)
    +    ax.set_ylabel('$\\mathrm{hidden\\ neurons}$',fontsize=fontsize)
    +    if title is not None:
    +        ax.set_title(title)
    +
    +    plt.tight_layout()
    +
    +    plt.show()
    +    
    +plot_data(eta,n_neuron,Train_accuracy, 'training')
    +plot_data(eta,n_neuron,Test_accuracy, 'testing')
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + -
      -
    • You can use randomized search.
    • -
    • Or use tools like Oscar, which implements more complex algorithms to help you find a good set of hyperparameters quickly.
    • -

      @@ -322,7 +492,7 @@ will only be able to explore a tiny part of the hyperparameter space.
    • 47
    • 48
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs039.html b/doc/pub/week42/html/._week42-bs039.html index 6c7852e30..bfff8a2d2 100644 --- a/doc/pub/week42/html/._week42-bs039.html +++ b/doc/pub/week42/html/._week42-bs039.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,23 +277,29 @@ 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. +

      +
    • You can use grid search with cross-validation to find the right hyperparameters.
    • +
    +

    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.

    +
      +
    • You can use randomized search.
    • +
    • Or use tools like Oscar, which implements more complex algorithms to help you find a good set of hyperparameters quickly.
    • +

      @@ -316,7 +325,7 @@ common to reuse parts of a pretrained state-of-the-art network that performs a s
    • 48
    • 49
    • ...
    • -
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs040.html b/doc/pub/week42/html/._week42-bs040.html index 64935863d..bf41b06d4 100644 --- a/doc/pub/week42/html/._week42-bs040.html +++ b/doc/pub/week42/html/._week42-bs040.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,31 +276,22 @@ MathJax.Hub.Config({

     

     

     

    - -

    Which activation function should I use?

    + +

    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. -

    - -

    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 +

    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.

    @@ -325,7 +319,7 @@ learn at widely different speeds

  • 49
  • 50
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs041.html b/doc/pub/week42/html/._week42-bs041.html index 8f3ab0cb4..671f53313 100644 --- a/doc/pub/week42/html/._week42-bs041.html +++ b/doc/pub/week42/html/._week42-bs041.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,31 +277,30 @@ MathJax.Hub.Config({

     

     

     

    -

    Is the Logistic activation function (Sigmoid) our choice?

    +

    Which activation function should I use?

    -

    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. +

    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.

    -

    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. +

    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.

    -

    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). +

    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

    @@ -326,7 +328,7 @@ better than the logistic function in deep networks).

  • 50
  • 51
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs042.html b/doc/pub/week42/html/._week42-bs042.html index 35e300c51..b4107cd45 100644 --- a/doc/pub/week42/html/._week42-bs042.html +++ b/doc/pub/week42/html/._week42-bs042.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,38 +276,32 @@ MathJax.Hub.Config({

     

     

     

    - -

    The derivative of the Logistic funtion

    + +

    Is the Logistic activation function (Sigmoid) our choice?

    -

    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. +

    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.

    -

    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. +

    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.

    -

    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). +

    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).

    @@ -331,6 +328,8 @@ fast to compute).

  • 50
  • 51
  • 52
  • +
  • ...
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs043.html b/doc/pub/week42/html/._week42-bs043.html index 49a1c195b..2452b35ae 100644 --- a/doc/pub/week42/html/._week42-bs043.html +++ b/doc/pub/week42/html/._week42-bs043.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,31 +277,39 @@ MathJax.Hub.Config({

     

     

     

    -

    The RELU function family

    +

    The derivative of the Logistic funtion

    -

    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. +

    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 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. +

    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.

    -

    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 +

    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).

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

    diff --git a/doc/pub/week42/html/._week42-bs044.html b/doc/pub/week42/html/._week42-bs044.html index 90b862a43..fca821572 100644 --- a/doc/pub/week42/html/._week42-bs044.html +++ b/doc/pub/week42/html/._week42-bs044.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,23 +277,31 @@ MathJax.Hub.Config({

     

     

     

    -

    Which activation function should we use?

    +

    The RELU function family

    -

    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. +

    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.

    -

    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. +

    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.

    +

    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 +

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

      @@ -313,6 +324,7 @@ bootstrap to evaluate other activation functions.
    • 50
    • 51
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs045.html b/doc/pub/week42/html/._week42-bs045.html index 215312369..6653fb03f 100644 --- a/doc/pub/week42/html/._week42-bs045.html +++ b/doc/pub/week42/html/._week42-bs045.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,18 +277,23 @@ 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.
    • -

      @@ -307,6 +315,7 @@ MathJax.Hub.Config({
    • 50
    • 51
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs046.html b/doc/pub/week42/html/._week42-bs046.html index 8685170a9..4b5831c8f 100644 --- a/doc/pub/week42/html/._week42-bs046.html +++ b/doc/pub/week42/html/._week42-bs046.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,22 +277,18 @@ 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.
    • +

      @@ -310,6 +309,7 @@ mini-batch, from this the name batch normalization.
    • 50
    • 51
    • 52
    • +
    • 53
    • »
    diff --git a/doc/pub/week42/html/._week42-bs047.html b/doc/pub/week42/html/._week42-bs047.html index 3b7e7d750..af29a277c 100644 --- a/doc/pub/week42/html/._week42-bs047.html +++ b/doc/pub/week42/html/._week42-bs047.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,16 +277,20 @@ 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.

    @@ -305,6 +312,7 @@ hyperparameter \( p \) is called the dropout rate, and it is typically set to 50

  • 50
  • 51
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs048.html b/doc/pub/week42/html/._week42-bs048.html index d317cdc4f..5c7c551d7 100644 --- a/doc/pub/week42/html/._week42-bs048.html +++ b/doc/pub/week42/html/._week42-bs048.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,17 +277,16 @@ 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.

    @@ -305,6 +307,7 @@ Normalization is preferred.

  • 50
  • 51
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs049.html b/doc/pub/week42/html/._week42-bs049.html index 1bc507172..d95424281 100644 --- a/doc/pub/week42/html/._week42-bs049.html +++ b/doc/pub/week42/html/._week42-bs049.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -274,9 +277,18 @@ MathJax.Hub.Config({

     

     

     

    -

    A very nice website on Neural Networks

    +

    Gradient Clipping

    -

    You may find this website very useful.

    +

    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. +

    @@ -295,6 +307,7 @@ MathJax.Hub.Config({

  • 50
  • 51
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs050.html b/doc/pub/week42/html/._week42-bs050.html index 1e17d2938..3166de7a0 100644 --- a/doc/pub/week42/html/._week42-bs050.html +++ b/doc/pub/week42/html/._week42-bs050.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,45 +276,10 @@ MathJax.Hub.Config({

     

     

     

    - -

    A top-down perspective on Neural networks

    + +

    A very nice website on Neural Networks

    -

    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: -

    - -
      -
    • Estimate optimal error rate
    • -
    • Minimize underfitting (bias) on training data set.
    • -
    • Make sure you are not overfitting.
    • -
    -

    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. -

    +

    You may find this website very useful.

    @@ -329,6 +297,7 @@ supervised learning.

  • 50
  • 51
  • 52
  • +
  • 53
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs051.html b/doc/pub/week42/html/._week42-bs051.html index f0171e987..d3c61f156 100644 --- a/doc/pub/week42/html/._week42-bs051.html +++ b/doc/pub/week42/html/._week42-bs051.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -273,27 +276,45 @@ MathJax.Hub.Config({

     

     

     

    - -

    Limitations of supervised learning with deep networks

    + +

    A top-down perspective on Neural networks

    -

    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). +

    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:

    -

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

    -
      -
    • 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.
    • -
    • 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.
    • -
    • 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.
    • +
    • Estimate optimal error rate
    • +
    • Minimize underfitting (bias) on training data set.
    • +
    • Make sure you are not overfitting.
    -

    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.

    +

    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. +

    @@ -310,6 +331,8 @@ features).

  • 50
  • 51
  • 52
  • +
  • 53
  • +
  • »
  • diff --git a/doc/pub/week42/html/._week42-bs052.html b/doc/pub/week42/html/._week42-bs052.html index 2fdd92b7d..d17f31320 100644 --- a/doc/pub/week42/html/._week42-bs052.html +++ b/doc/pub/week42/html/._week42-bs052.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Solving differential equations and Convolutional (CNN) + +Week 42 Constructing a Neural Network code with examples @@ -37,235 +37,149 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d @@ -293,7 +207,7 @@ MathJax.Hub.Config({ - Week 42 Solving differential equations and Convolutional (CNN) + Week 42 Constructing a Neural Network code with examples
    diff --git a/doc/pub/week42/html/week42-bs.html b/doc/pub/week42/html/week42-bs.html index 6f608dbb9..88e5ee07b 100644 --- a/doc/pub/week42/html/week42-bs.html +++ b/doc/pub/week42/html/week42-bs.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -37,10 +37,12 @@ doconce format html week42.do.txt --html_style=bootstrap --pygments_html_style=d
  • Plan for week 42
  • -
  • Lecture Thursday October 19
  • -
  • Review of the back propagation algorithm
  • -
  • 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
  • -
  • Testing our code for the XOR, OR and AND gates
  • -
  • The AND and XOR Gates
  • -
  • Representing the Data Sets
  • -
  • Setting up the Neural Network
  • -
  • The Code using Scikit-Learn
  • -
  • Building neural networks in Tensorflow and Keras
  • -
  • Tensorflow
  • -
  • Using Keras
  • -
  • Collect and pre-process data
  • -
  • The Breast Cancer Data, now with Keras
  • -
  • Fine-tuning neural network hyperparameters
  • -
  • Hidden layers
  • -
  • Which activation function should I use?
  • -
  • Is the Logistic activation function (Sigmoid) our choice?
  • -
  • The derivative of the Logistic funtion
  • -
  • The RELU function family
  • -
  • Which activation function should we use?
  • -
  • More on activation functions, output layers
  • -
  • Batch Normalization
  • -
  • Dropout
  • -
  • Gradient Clipping
  • -
  • A very nice website on Neural Networks
  • -
  • A top-down perspective on Neural networks
  • -
  • Limitations of supervised learning with deep networks
  • +
  • Lecture October 14, 2024
  • +
  • Material for the active learning sessions on Tuesday and Wednesday
  • +
  • Review of the back propagation algorithm
  • +
  • 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
  • +
  • Testing our code for the XOR, OR and AND gates
  • +
  • The AND and XOR Gates
  • +
  • Representing the Data Sets
  • +
  • Setting up the Neural Network
  • +
  • The Code using Scikit-Learn
  • +
  • Building neural networks in Tensorflow and Keras
  • +
  • Tensorflow
  • +
  • Using Keras
  • +
  • Collect and pre-process data
  • +
  • The Breast Cancer Data, now with Keras
  • +
  • Fine-tuning neural network hyperparameters
  • +
  • Hidden layers
  • +
  • Which activation function should I use?
  • +
  • Is the Logistic activation function (Sigmoid) our choice?
  • +
  • The derivative of the Logistic funtion
  • +
  • The RELU function family
  • +
  • Which activation function should we use?
  • +
  • More on activation functions, output layers
  • +
  • Batch Normalization
  • +
  • Dropout
  • +
  • Gradient Clipping
  • +
  • A very nice website on Neural Networks
  • +
  • A top-down perspective on Neural networks
  • +
  • Limitations of supervised learning with deep networks
  • @@ -276,7 +279,7 @@ MathJax.Hub.Config({
    -

    Week 42 Constructing a Neural Network code with introduction to Tensor flow

    +

    Week 42 Constructing a Neural Network code with examples

    @@ -292,7 +295,7 @@ MathJax.Hub.Config({
    -

    October 16-20, 2023

    +

    October 14-18, 2024


    @@ -317,7 +320,7 @@ MathJax.Hub.Config({
  • 9
  • 10
  • ...
  • -
  • 52
  • +
  • 53
  • »
  • @@ -331,7 +334,7 @@ MathJax.Hub.Config({ -->
    - © 1999-2023, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license + © 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
    diff --git a/doc/pub/week42/html/week42-reveal.html b/doc/pub/week42/html/week42-reveal.html index 51d2d3120..7df8c1197 100644 --- a/doc/pub/week42/html/week42-reveal.html +++ b/doc/pub/week42/html/week42-reveal.html @@ -9,8 +9,8 @@ doconce format html week42-reveal.html week42-reveal reveal --html_slide_theme=b - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -168,7 +168,7 @@ MathJax.Hub.Config({
    -

    Week 42 Constructing a Neural Network code with introduction to Tensor flow

    +

    Week 42 Constructing a Neural Network code with examples

    @@ -184,35 +184,24 @@ MathJax.Hub.Config({
    -

    October 16-20, 2023

    +

    October 14-18, 2024


    - © 1999-2023, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license + © 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license

    Plan for week 42

    +
    +
    +

    Lecture October 14, 2024

    -Material for the active learning sessions on Tuesday and Wednesday -

    -

      - -

    • Exercise on writing your own stochastic gradient and gradient descent codes. This exercise continues from the previous week but now with inclusion of automatic differentiation
    • - -

    • Discussion of project 2
    • - -

    • See video on automatic differentiation from last year. This video will be updated before Tuesday.
    • -
    -
    - - -
    -Material for the lecture on Thursday October 12, 2023 +

      @@ -247,7 +236,17 @@ MathJax.Hub.Config({
    -

    Lecture Thursday October 19

    +

    Material for the active learning sessions on Tuesday and Wednesday

    +
    + +

    +

      + +

    • Exercise on writing your own stochastic gradient and gradient descent codes. This exercise continues from the previous week but now with inclusion of automatic differentiation
    • + +

    • Discussion of project 2
    • +
    +
    diff --git a/doc/pub/week42/html/week42-solarized.html b/doc/pub/week42/html/week42-solarized.html index c38c8e003..d283779fb 100644 --- a/doc/pub/week42/html/week42-solarized.html +++ b/doc/pub/week42/html/week42-solarized.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --pygments_html_style=perldoc --html_style=sol - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples @@ -64,10 +64,12 @@ div.toc p,a {
    -

    Week 42 Constructing a Neural Network code with introduction to Tensor flow

    +

    Week 42 Constructing a Neural Network code with examples

    @@ -242,26 +244,17 @@ MathJax.Hub.Config({
    -

    October 16-20, 2023

    +

    October 14-18, 2024












    Plan for week 42

    +









    +

    Lecture October 14, 2024

    -Material for the active learning sessions on Tuesday and Wednesday -

    -

      -
    • Exercise on writing your own stochastic gradient and gradient descent codes. This exercise continues from the previous week but now with inclusion of automatic differentiation
    • -
    • Discussion of project 2
    • -
    • See video on automatic differentiation from last year. This video will be updated before Tuesday.
    • -
    -
    - - -
    -Material for the lecture on Thursday October 12, 2023 +

    • Building our own Feed-forward Neural Network and discussion of project 2
    • @@ -283,7 +276,16 @@ MathJax.Hub.Config({









      -

      Lecture Thursday October 19

      +

      Material for the active learning sessions on Tuesday and Wednesday

      +
      + +

      +

        +
      • Exercise on writing your own stochastic gradient and gradient descent codes. This exercise continues from the previous week but now with inclusion of automatic differentiation
      • +
      • Discussion of project 2
      • +
      +
      +









      Review of the back propagation algorithm

      @@ -2707,7 +2709,7 @@ features).
      - © 1999-2023, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license + © 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
      diff --git a/doc/pub/week42/html/week42.html b/doc/pub/week42/html/week42.html index a538b8f26..da24d21fb 100644 --- a/doc/pub/week42/html/week42.html +++ b/doc/pub/week42/html/week42.html @@ -8,8 +8,8 @@ doconce format html week42.do.txt --pygments_html_style=default --html_style=blo - -Week 42 Constructing a Neural Network code with introduction to Tensor flow + +Week 42 Constructing a Neural Network code with examples