Skip to content

Commit a70ae83

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/03-initialization-and-optimization
1 parent f413004 commit a70ae83

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:15974fe90cdc17049b2122b51e4951ec5cb27ea241236dd0a2acef96bd543917
3+
size 5669887
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
title: 'Tutorial 3: Initialization and Optimization'
2+
author: Phillip Lippe
3+
created: 2021-08-27
4+
updated: 2023-03-14
5+
license: CC BY-SA
6+
tags:
7+
- Image
8+
- Initialization
9+
- Optimizers
10+
description: 'In this tutorial, we will review techniques for optimization and initialization
11+
of neural networks.
12+
13+
When increasing the depth of neural networks, there are various challenges we face.
14+
15+
Most importantly, we need to have a stable gradient flow through the network, as
16+
otherwise, we might encounter vanishing or exploding gradients.
17+
18+
This is why we will take a closer look at the following concepts: initialization
19+
and optimization.
20+
21+
This notebook is part of a lecture series on Deep Learning at the University of
22+
Amsterdam.
23+
24+
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
25+
26+
'
27+
requirements:
28+
- torchvision
29+
- matplotlib
30+
- seaborn
31+
- lightning>=2.0.0
32+
accelerator:
33+
- CPU
34+
- GPU
35+
environment:
36+
- ipython==8.16.1
37+
- urllib3==2.2.2
38+
- seaborn==0.13.2
39+
- numpy==1.26.4
40+
- torchmetrics==1.2.1
41+
- torch==2.0.1
42+
- pytorch-lightning==2.0.9.post0
43+
- lightning==2.3.3
44+
- matplotlib==3.8.4
45+
- setuptools==69.0.3
46+
- torchvision==0.15.2
47+
published: '2024-07-19T19:29:56.143678'

0 commit comments

Comments
 (0)