100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Lecture notes of Deep Learning $5.81
Add to cart

Class notes

Lecture notes of Deep Learning

 3 views  0 purchase
  • Course
  • Institution

These are the lecture notes taken from the course Deep Learning given by Dr Görkem Saygili at Tilburg University in the year 2024/2025 SM1. It contains the theoretical aspects of the course.

Preview 3 out of 16  pages

  • December 9, 2024
  • 16
  • 2023/2024
  • Class notes
  • Görkem saygili
  • All classes
avatar-seller
Michiel de Folter 2024/2025



Deep Learning
Lecture 1: Introduction & the perceptron

Dataset: Is mostly split in 3 different datasets →
Training set: Is mainly used for training your algorithm.
Validation set: Is mainly used for finding the best hyperparameters. (or design
parameters) These parameters have to be chosen by the programmer.
Test set: Is used to test how much generalization error your algorithm has in a “real”
world use. Here we check the performance of your algorithm.

What is deep learning?:


AI: Hard coded knowledge to make decisions.
Often too complex to hard-code everything.

Machine learning: extract patterns from raw data.
depends heavily on the representation of the
features.

Representation learning: machine learning used
not only to extract patterns, but having it also learn
from the extraction as well.

Deep learning: Introduces representations that
are expressed in terms of other simpler
representations.


Artificial Neural Networks (ANN’s): A system which is supposed to look like a biological
neuron as it is in the brain.

Dendrites → Weights and inputs
Neuron → Transfer function
Axon (fire/ don’t fire) → Activation function

Deep Learning (DL): A multi-layered system with input layer (called a layer but is actually
just the input vectors), hidden layers and output layer. also derived from the layered
structure of the brain.
Meaning a visual stimulus does not simply find the visual as is. It used multiple parts of the
brain responsible for finding colors, patterns, forms and constructing the final image in our
brain as the combination of all.


Deep Learning frameworks:

,Michiel de Folter 2024/2025


Tensorflow by Google
Keras runs on Tensorflow
Pytorch runs on Torch and Caffe2

The perceptron: A single layer neural network used for binary classification. Outputs either
+1 or 0. (Yes/No)
For a perceptron to work, data needs to be linearly separable.

Perceptron function: b+𝗫∗𝗪
Activation function: b+𝗫∗𝗪 ≥ t y '=1
b+𝗫∗𝗪<t y '=0

Weight update rule: w ' i=w i+ α x i∗( y− y ' )
New weight of i=Old weight of i+learning rate∗input∗some function


Universal function approximator: Used to approximate an unknown function; y = f(x)


Linear algebra:
Scalar: 1 x 1 0D
Vector: 1 x N 1D
Matrix: N x M 2D
Tensor: N x M x C x … 3D, 4D, …


Transpose: flips the dimensions 900.
Vector: 1xN → Nx1
Matrix: NxM → MxN


Matrix multiplication: C i , j =∑ A i , k∗Bk , j
k


Element wise product: Hadamard product for 2 matrices
C= A ∘ B

, Michiel de Folter 2024/2025


Lecture 2: MLP & the back propagation algorithm

Limitations of the perceptron:
- Decision boundary is linear.
- XOR function does not work.

XOR function can be made using multiple layer perceptrons. a combination of an AND-gate
and an OR-gate.

Multilayer perceptron: or feedforward neural network.
Dense layer: a layer where every neuron in the layer before is connected to every
neuron in the current layer.

Goal of a MLP: to approximate a function “f(x)” using the mapping y = f(x; θ) and to
learn the best values of parameters θ that result in the best function approximation.




Hidden layer function: h=f 1 ( X ; W ,c )
Output layer function: y=f 2 (h ; W , b)
Chained function: y=f 1 (f 2 ( X ))


Activation per layer:

a l=f (W l∗al−1 +bl )




Notation:

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Maggoe. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $5.81. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

48298 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 15 years now

Start selling
$5.81
  • (0)
Add to cart
Added