diff --git a/css/bootstrap.css b/css/bootstrap.css
index 10b6150..3b7a284 100755
--- a/css/bootstrap.css
+++ b/css/bootstrap.css
@@ -465,7 +465,6 @@ hr {
p {
margin: 0 0 10px;
- font-size: var(--text-font-size);
}
.lead {
diff --git a/css/one-page-wonder.css b/css/one-page-wonder.css
index 6d520a9..6e54e2c 100755
--- a/css/one-page-wonder.css
+++ b/css/one-page-wonder.css
@@ -153,19 +153,10 @@ textarea {
margin-top: 10px;
}
-.featurette>h4,
-.featurette>p,
-.featurette>ul,
-.featurette>ol,
-.featurette>button,
-ul,
-ol,
-p,
-button {
+.featurette {
font-size: 18px;
}
-
.github-icon-container {
word-wrap: nowrap;
display: inline-block;
@@ -220,6 +211,11 @@ tr:nth-child(odd) {
background-color: var(--table-tile-colour);
}
+.schedule-table>ul {
+ list-style-type: none;
+ padding: 0em;
+}
+
caption {
font-size: 16px;
font-weight: bold;
@@ -260,16 +256,8 @@ footer {
font-size: 27px;
}
- .featurette>h4,
- .featurette>ul,
- .featurette>ol,
- .featurette>p,
- .featurette>button,
- h4,
- ul,
- ol,
- p,
- button {
+
+ .featurette {
font-size: 16px;
}
@@ -303,16 +291,7 @@ footer {
font-size: 21px;
}
- .featurette>h4,
- .featurette>p,
- .featurette>ul,
- .featurette>ol,
- .featurette>button,
- h4,
- ul,
- ol,
- p,
- button {
+ .featurette {
font-size: 16px;
}
@@ -364,16 +343,7 @@ footer {
font-size: 21px;
}
- .featurette>h4,
- .featurette>p,
- .featurette>ul,
- .featurette>ol,
- .featurette>button,
- h4,
- ul,
- ol,
- p,
- button {
+ .featurette {
font-size: 16px;
}
@@ -466,16 +436,7 @@ footer {
font-size: 18px;
}
- .featurette>h4,
- .featurette>p,
- .featurette>ul,
- .featurette>ol,
- .featurette>button,
- ul,
- ol,
- h4,
- p,
- button {
+ .featurette {
font-size: 16px;
}
diff --git a/index.html b/index.html
index f9e3a46..a86fd63 100755
--- a/index.html
+++ b/index.html
@@ -265,31 +265,29 @@
Schedule
Date |
- Time |
- Content |
- Activity |
- Room |
- Lecturer |
+ Time |
+ Content |
+ Files |
+ Activity |
+ Room |
+ Lecturer |
Mon |
10 - 12 |
- Introduction to Machine Learning
-
+ | Introduction to Machine Learning |
+
+
+ Slides
+
+ |
+
+ Notes
+
|
Lecture |
|
@@ -298,6 +296,7 @@ Schedule
1 - 4 |
Python Tutorial: Preliminary Skills/concepts |
+ |
Lab |
|
P. Barnaghi |
@@ -307,7 +306,18 @@ Schedule
Tue |
10 - 12 |
- Linear Models |
+ Linear Models |
+
+
+ Slides
+
+ |
+
+ Notes
+
+ |
Lecture |
|
P. Barnaghi |
@@ -315,6 +325,7 @@ Schedule
1 - 4 |
Linear Models - Regression and Classification Models |
+ |
Lab |
|
P. Barnaghi |
@@ -324,7 +335,18 @@ Schedule
Wed |
10 - 12 |
- Probability and Information Theory |
+ Probability and Information Theory |
+
+
+ Slides
+
+ |
+
+ Notes
+
+ |
Lecture |
|
P. Barnaghi |
@@ -335,13 +357,25 @@ Schedule
|
|
|
+ |
Thur |
10 - 12 |
- Bayesian Models |
+ Bayesian Models |
+
+
+ Slides
+
+ |
+
+ Notes
+
+ |
Lecture |
|
P. Barnaghi |
@@ -349,6 +383,7 @@ Schedule
1 - 4 |
Naive Bayes and Evaluaiton Metrics |
+ |
Lab |
|
P. Barnaghi |
@@ -359,6 +394,17 @@ Schedule
Fri |
10 - 12 |
Ensemble Models and Kernel Based Models |
+
+
+ Slides
+
+ |
+
+ Notes
+
+ |
Lecture |
|
P. Barnaghi |
@@ -366,6 +412,7 @@ Schedule
1 - 4 |
SVM, Random Forests ★ |
+ |
Lab |
|
P. Barnaghi |
@@ -384,20 +431,33 @@ Schedule
Week 2 - Starting Monday 22nd January
+
Date |
- Time |
- Content |
- Activity |
- Room |
- Lecturer |
+ Time |
+ Content |
+ Files |
+ Activity |
+ Room |
+ Lecturer |
Mon |
10 - 12 |
- Neural Networks |
+ Neural Networks |
+
+
+ Slides
+
+ |
+
+ Notes
+
+ |
Lecture |
|
P. Barnaghi |
@@ -405,6 +465,7 @@ Schedule
1 - 4 |
Building and Traning a Simple Neural Nework in PyTorch ★ |
+ |
Lab |
|
P. Barnaghi |
@@ -414,7 +475,18 @@ Schedule
Tue |
10 - 12 |
- Convolutional Neural Networks (CNN) |
+ Convolutional Neural Networks (CNNs) |
+
+
+ Slides
+
+ |
+
+ Notes
+
+ |
Lecture |
|
P. Barnaghi |
@@ -422,6 +494,7 @@ Schedule
1 - 4 |
Constructing and Training CCNs |
+ |
Lab |
|
P. Barnaghi |
@@ -432,7 +505,18 @@ Schedule
Wed |
10 - 12 |
- Applicaitions and Neuroscience Inspired Machine Learning |
+ Applicaitions and Neuroscience Inspired Machine Learning |
+
+
+ Slides
+
+ |
+
+ Notes
+
+ |
Lecture |
|
P. Barnaghi |
@@ -443,6 +527,7 @@ Schedule
|
|
|
+ |
@@ -451,7 +536,18 @@ Schedule
Thur |
10 - 12 |
- Ethical Considerations and Responsible Machine Learning |
+ Ethical Considerations and Responsible Machine Learning |
+
+
+ Slides
+
+ |
+
+ Notes
+
+ |
Lecture |
|
P. Barnaghi |
@@ -459,6 +555,7 @@ Schedule
1 - 4 |
Use-case Evaluation ★ |
+ |
Lab |
|
P. Barnaghi |
@@ -471,6 +568,7 @@ Schedule
Fri |
10 - 12 |
Review and Project (Q/A) |
+ |
Lecture |
|
P. Barnaghi |
@@ -478,6 +576,7 @@ Schedule
1 - 4 |
Project |
+ |
Lab |
|
P. Barnaghi |
@@ -497,13 +596,15 @@ Schedule
Week 3 - Starting Monday 29th January
+
Date |
- Time |
- Content |
- Activity |
- Room |
- Lecturer |
+ Time |
+ Content |
+ Files |
+ Activity |
+ Room |
+ Lecturer |
@@ -511,6 +612,7 @@ Schedule
Mon |
10 - 12 |
Project |
+ |
Lab |
|
P. Barnaghi |
@@ -518,6 +620,7 @@ Schedule
1 - 4 |
Project |
+ |
Lab |
|
P. Barnaghi |
@@ -528,6 +631,7 @@ Schedule
Tue |
10 - 12 |
Project |
+ |
Lab |
|
P. Barnaghi |
@@ -535,6 +639,7 @@ Schedule
1 - 4 |
Project |
+ |
Lab |
|
P. Barnaghi |
@@ -546,6 +651,7 @@ Schedule
Wed |
10 - 12 |
Project |
+ |
Lab |
|
P. Barnaghi |
@@ -556,6 +662,7 @@ Schedule
|
|
|
+ |
@@ -572,12 +679,15 @@ Schedule