<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" >

<!-- 
######################################################################################## 	
##  Front page
########################################################################################    
-->
  <url> 
    <loc>https://hvidberrrg.github.io/</loc>
  </url>
  
  <!-- Here come the robots -->
  <url> 
    <loc>https://hvidberrrg.github.io/robots.txt</loc>
  </url>
  
<!-- 
######################################################################################## 	
##  Deep learning and neural networks
########################################################################################    
-->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning_and_neural_networks.html</loc>
  </url>

  <!-- Resources and references -->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning/resources_and_references.html</loc>
  </url>
  
<!-- 
######################################################################################## 	
##  Activation functions 
########################################################################################    
-->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning/activation_functions_in_artificial_neural_networks.html</loc>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/assets/sem_image_of_biological_neuron.png</image:loc>
       <image:caption>Scanning electron microscope (SEM) image of a biological neuron</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/assets/activation_function_diagram.png</image:loc>
       <image:caption>A generic activation function for an artificial neuron</image:caption>
    </image:image>
  </url>
  
  <!-- The sigmoid function -->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning/activation_functions/sigmoid_function_and_derivative.html</loc> 
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/activation_functions/assets/sigmoid_function.png</image:loc>
       <image:caption>The elongated 'S'-like curve of the sigmoid function (a.k.a. the logistic function)</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/activation_functions/assets/sigmoid_derivative.png</image:loc>
       <image:caption>The bell-shaped curve of the derivative of the sigmoid function (a.k.a. the logistic function)</image:caption>
    </image:image>
  </url>
  
  <!-- The unit step function -->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning/activation_functions/unit_step_function.html</loc> 
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/activation_functions/assets/step_function.png</image:loc>
       <image:caption>The unit step function</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/activation_functions/assets/step_function_non_zero_threshold.png</image:loc>
       <image:caption>The unit step function with a non-zero threshold</image:caption>
    </image:image>
  </url>

<!-- 
######################################################################################## 	
##  Optimization and Backpropagation
########################################################################################    
-->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning/optimization_and_backpropagation.html</loc>
  </url>
  
  <!-- Gradient descent -->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning/optimization_and_backpropagation/gradient_descent.html</loc>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/optimization_and_backpropagation/assets/gradient_vector_field_of_a_function.png</image:loc>
       <image:caption>Example function and its gradient vector field</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/optimization_and_backpropagation/assets/gradient_descent_example.png</image:loc>
       <image:caption>Example of gradient descent</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/optimization_and_backpropagation/assets/gradient_descent_small_steps.png</image:loc>
       <image:caption>Gradient descent using a small step size</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/optimization_and_backpropagation/assets/gradient_descent_efficient_step_size.png</image:loc>
       <image:caption>Gradient descent with an "efficient" step size</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/optimization_and_backpropagation/assets/gradient_descent_large_steps.png</image:loc>
       <image:caption>Gradient descent using too large a step size</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/optimization_and_backpropagation/assets/multiple_minima.png</image:loc>
       <image:caption>Function with multiple minima</image:caption>
    </image:image>
  </url>

<!-- 
######################################################################################## 	
##  Mathematical Foundations of Deep Learning
########################################################################################    
-->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning/mathematical_foundations_of_deep_learning.html</loc>
  </url>
  
  <!-- Vectors, matrices, and tensors -->
  <url> 
    <loc>https://hvidberrrg.github.io/deep_learning/mathematical_foundations/vectors_matrices_and_tensors.html</loc> 
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/mathematical_foundations/assets/vector.png</image:loc>
       <image:caption>An example of a vector</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/mathematical_foundations/assets/vector_components.png</image:loc>
       <image:caption>Vector representing a displacement in 2-dimensional space</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/mathematical_foundations/assets/scalar_projection.png</image:loc>
       <image:caption>Scalar projection of one vector onto another</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/mathematical_foundations/assets/vector_addition.png</image:loc>
       <image:caption>Illustrating the triangle inequality in 2-dimensional space</image:caption>
    </image:image>
    <image:image>
       <image:loc>https://hvidberrrg.github.io/deep_learning/mathematical_foundations/assets/unit_circles_in_various_p-norms.png</image:loc>
       <image:caption>Unit circles in various p-norms</image:caption>
    </image:image>
  </url>
  
</urlset>