diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index 1b6917c..7654a5a 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -1,10 +1,11 @@ module.exports = { base: "/dl-demystified-course/", - title: 'Introduction to Deep Learning Course', + title: 'Deep Learning Demystified: Foundations for Non-Computer Scientist', themeConfig: { + logo: 'img/UoS_Violet_RSE.png', sidebar: [ { - title: 'Introduction to Deep Learning Course', + title: 'Deep Learning Demystified: Foundations for Non-Computer Scientist', path: "/", } diff --git a/site/.vuepress/public/img/UoS_Violet_RSE.png b/site/.vuepress/public/img/UoS_Violet_RSE.png new file mode 100644 index 0000000..6b2f073 Binary files /dev/null and b/site/.vuepress/public/img/UoS_Violet_RSE.png differ diff --git a/site/.vuepress/styles/index.styl b/site/.vuepress/styles/index.styl new file mode 100644 index 0000000..e69de29 diff --git a/site/.vuepress/styles/palette.styl b/site/.vuepress/styles/palette.styl new file mode 100644 index 0000000..6c2077a --- /dev/null +++ b/site/.vuepress/styles/palette.styl @@ -0,0 +1,20 @@ +// colors +$accentColor = #440099 +$textColor = #2c3e50 +$borderColor = #eaecef +$codeBgColor = #282c34 +$arrowBgColor = #ccc +$badgeTipColor = #42b983 +$badgeWarningColor = darken(#ffe564, 35%) +$badgeErrorColor = #DA5961 + +// layout +$navbarHeight = 3.6rem +$sidebarWidth = 20rem +$contentWidth = 740px +$homePageWidth = 960px + +// responsive breakpoints +$MQNarrow = 959px +$MQMobile = 719px +$MQMobileNarrow = 419px diff --git a/site/README.md b/site/README.md index 0ce0476..273508e 100644 --- a/site/README.md +++ b/site/README.md @@ -1,25 +1,21 @@ -# Introduction to Deep Learning Course +# Deep Learning Demystified: Foundations for Non-Computer Scientist ## Course Description -In this one-day introductory workshop, you’ll learn the basics of deep learning by training and deploying neural networks. +"Deep Learning Demystified: Foundations for Non-Computer Scientists" is an accessible and comprehensive course designed to introduce individuals from diverse backgrounds to the fundamental concepts of deep learning. Through clear explanations and real-world examples, participants will gain a solid understanding of key components of deep learning. By the end of the course, students will be equipped with the knowledge and confidence to engage with and apply deep learning techniques in various fields, regardless of their technical background. -## Learning Outcomes - -By the end of this course, participants will be able to: - -* Implement common deep learning workflows using Tensorflow Keras framework. -* Experiment with data, training parameters, network structure, and other strategies to increase performance and capability. -* Deploy your neural networks to start solving real-world problems. +## Objectives +- Utilise the Tensorflow Keras framework to execute standard deep learning workflows. +- Explore diverse data, training parameters, network architectures, and other methodologies to enhance performance and functionality. +- Transition your trained neural networks into deployment to tackle practical challenges effectively. ## Pre-requisites - -* Basic knowledge of the Python programming language. +- Basic knowledge of the Python programming language. ## Schedule - + - + ## Overview @@ -54,7 +50,7 @@ By the end of this course, participants will be able to:
- Python Colab notebook + Python Colab notebook
@@ -70,11 +66,13 @@ By the end of this course, participants will be able to: +
- Python Colab notebook + Python Colab notebook
@@ -86,11 +84,13 @@ By the end of this course, participants will be able to: +
- Python Colab notebook + Python Colab notebook
@@ -102,11 +102,13 @@ By the end of this course, participants will be able to: +
- Python Colab notebook + Python Colab notebook
@@ -120,11 +122,13 @@ By the end of this course, participants will be able to: +
- Python Colab notebook + Python Colab notebook
@@ -132,11 +136,13 @@ By the end of this course, participants will be able to: +
- Python Colab notebook + Python Colab notebook
@@ -149,11 +155,13 @@ By the end of this course, participants will be able to: +
- Python Colab notebook + Python Colab notebook
@@ -161,12 +169,13 @@ By the end of this course, participants will be able to: +
- Python Colab notebook + Python Colab notebook
@@ -179,7 +188,7 @@ By the end of this course, participants will be able to:
- Python Colab notebook + Python Colab notebook
@@ -187,7 +196,7 @@ By the end of this course, participants will be able to:
- Python Colab notebook + Python Colab notebook
@@ -195,7 +204,7 @@ By the end of this course, participants will be able to:
- Python Colab notebook + Python Colab notebook