Skip to content

Commit f413004

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/02-activation-functions
1 parent e40e729 commit f413004

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-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:e90d3ca314b85c23c45c86c6d64187530990a24ede67591f152042026ab68c28
3+
size 3237014
Loading
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
title: 'Tutorial 2: Activation Functions'
2+
author: Phillip Lippe
3+
created: 2021-08-27
4+
updated: 2023-03-14
5+
license: CC BY-SA
6+
description: 'In this tutorial, we will take a closer look at (popular) activation
7+
functions and investigate their effect on optimization properties in neural networks.
8+
9+
Activation functions are a crucial part of deep learning models as they add the
10+
non-linearity to neural networks.
11+
12+
There is a great variety of activation functions in the literature, and some are
13+
more beneficial than others.
14+
15+
The goal of this tutorial is to show the importance of choosing a good activation
16+
function (and how to do so), and what problems might occur if we don''t.
17+
18+
This notebook is part of a lecture series on Deep Learning at the University of
19+
Amsterdam.
20+
21+
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
22+
23+
'
24+
requirements:
25+
- torchvision
26+
- matplotlib
27+
- seaborn
28+
- lightning>=2.0.0
29+
accelerator:
30+
- CPU
31+
- GPU
32+
environment:
33+
- ipython==8.16.1
34+
- numpy==1.26.4
35+
- torchmetrics==1.2.1
36+
- torch==2.0.1
37+
- pytorch-lightning==2.0.9.post0
38+
- torchvision==0.15.2
39+
- lightning==2.3.3
40+
- seaborn==0.13.2
41+
- setuptools==69.0.3
42+
- matplotlib==3.8.4
43+
- urllib3==2.2.2
44+
published: '2024-07-19T19:22:02.189820'

0 commit comments

Comments
 (0)