From 885b05cebbb4862cc38ed94afaeba26442f7c392 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Tue, 21 Nov 2023 09:35:04 +0100 Subject: [PATCH] update --- .../exercisesweek47-checkpoint.ipynb | 214 ++++++++++++++++++ doc/LectureNotes/exercisesweek47.ipynb | 94 ++++---- 2 files changed, 252 insertions(+), 56 deletions(-) create mode 100644 doc/LectureNotes/.ipynb_checkpoints/exercisesweek47-checkpoint.ipynb diff --git a/doc/LectureNotes/.ipynb_checkpoints/exercisesweek47-checkpoint.ipynb b/doc/LectureNotes/.ipynb_checkpoints/exercisesweek47-checkpoint.ipynb new file mode 100644 index 000000000..d897dd60b --- /dev/null +++ b/doc/LectureNotes/.ipynb_checkpoints/exercisesweek47-checkpoint.ipynb @@ -0,0 +1,214 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "29616fbf", + "metadata": {}, + "source": [ + "\n", + "" + ] + }, + { + "cell_type": "markdown", + "id": "e4f3fe3f", + "metadata": {}, + "source": [ + "# Exercise week 47\n", + "**November 20-24, 2023**\n", + "\n", + "Date: **Deadline is Sunday November 26 at midnight**" + ] + }, + { + "cell_type": "markdown", + "id": "c1f597b7", + "metadata": {}, + "source": [ + "# Overarching aims of the exercises this week\n", + "\n", + "The exercise this week is a simple course survey and feedback. This\n", + "is important for us in order to improve our teaching material, the\n", + "active learning format and anything else related to a succesful\n", + "mastering of central machine learning methods and their applications." + ] + }, + { + "cell_type": "markdown", + "id": "7497591b", + "metadata": {}, + "source": [ + "### Why did you choose this course?" + ] + }, + { + "cell_type": "markdown", + "id": "1c08143f", + "metadata": {}, + "source": [ + "### What was your programming knowledge before you started?\n", + "\n", + "And do you feel this course added to your programming competences and skills?" + ] + }, + { + "cell_type": "markdown", + "id": "9783d8a7", + "metadata": {}, + "source": [ + "### How do you judge your own level of knowledge on machine learning before and after this course?\n", + "\n", + "Here you can discuss your level of skill/knowledge at start of course\n", + "and at the end of the course and how these matched the level of\n", + "skill/knowledge needed to complete the projects." + ] + }, + { + "cell_type": "markdown", + "id": "8b0d5c47", + "metadata": {}, + "source": [ + "### Did the projects and the teaching material allow you to deepen your insights about Machine Learning?\n", + "\n", + "Feel free to comment here." + ] + }, + { + "cell_type": "markdown", + "id": "1ead8d47", + "metadata": {}, + "source": [ + "### Project based teaching and active learning\n", + "\n", + "This is a project based course and we as teachers would like to keep\n", + "it as it is since we see very clearly that people who attend this\n", + "course have a very good learning outcome. Project based courses are\n", + "however demanding (and expensive seen from the university admin) when\n", + "it comes to proper feedback and evaluations. Feel free to discuss\n", + "whether you found a project-based and active learning approach\n", + "useful. Feel also free to comment upon things we can improve upon or\n", + "alternative ways to assess whether the learning outcomes have been\n", + "achieved. Would you for example a standard 4 hours written exam\n", + "be something you would prefer? Or other alternatives to projects? We\n", + "would very much value your thoughts here since projects are an\n", + "essential part of this course." + ] + }, + { + "cell_type": "markdown", + "id": "746bd238", + "metadata": {}, + "source": [ + "### Usefulness of the weekly exercises\n", + "\n", + "Did the weekly exercises help in getting started with the projects?\n", + "How relevant where they for solving the projects? Feel free to\n", + "elaborate" + ] + }, + { + "cell_type": "markdown", + "id": "2ce96822", + "metadata": {}, + "source": [ + "### Active learning/lab sessions and lectures\n", + "\n", + "Was there a good link between lectures and active learning sessions?\n", + "Would you prefer an active learning environment only with no lectures\n", + "or would you prefer a more lecture based format with lab sessions only\n", + "(that is no discussion at the beginning of the lab sessions)? Feel\n", + "free to comment." + ] + }, + { + "cell_type": "markdown", + "id": "5dc0637a", + "metadata": {}, + "source": [ + "### How would you improve this course?\n", + "\n", + "Are there topics which are missing, topics which could have been\n", + "omitted and/or discussed in more depth? Feel free to add your comments\n", + "here such as how to improve to teaching material and more." + ] + }, + { + "cell_type": "markdown", + "id": "a98adf6c", + "metadata": {}, + "source": [ + "## Then some basic questions" + ] + }, + { + "cell_type": "markdown", + "id": "3a935279", + "metadata": {}, + "source": [ + "### Which is your preferred information chanel, Canvas, Discord, mail or other?" + ] + }, + { + "cell_type": "markdown", + "id": "41592552", + "metadata": {}, + "source": [ + "### Was the weekly update with plans etc useful?" + ] + }, + { + "cell_type": "markdown", + "id": "e79a2360", + "metadata": {}, + "source": [ + "### Was it easy to access the course material?" + ] + }, + { + "cell_type": "markdown", + "id": "8bc4dfc9", + "metadata": {}, + "source": [ + "### Which resources and tools did you use? Jupyter-notebooks, GitHub, the various textbooks we have recommended, etc etc" + ] + }, + { + "cell_type": "markdown", + "id": "bf415075", + "metadata": {}, + "source": [ + "### If you did not attend the lectures or the active learning/lab sessions, which resources did you use?" + ] + }, + { + "cell_type": "markdown", + "id": "db3db20a", + "metadata": {}, + "source": [ + "### Any other topics, impressions, ideas etc you would like to share with us?" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.10" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/doc/LectureNotes/exercisesweek47.ipynb b/doc/LectureNotes/exercisesweek47.ipynb index 2e2758065..d897dd60b 100644 --- a/doc/LectureNotes/exercisesweek47.ipynb +++ b/doc/LectureNotes/exercisesweek47.ipynb @@ -3,9 +3,7 @@ { "cell_type": "markdown", "id": "29616fbf", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "\n", @@ -15,9 +13,7 @@ { "cell_type": "markdown", "id": "e4f3fe3f", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "# Exercise week 47\n", "**November 20-24, 2023**\n", @@ -28,9 +24,7 @@ { "cell_type": "markdown", "id": "c1f597b7", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "# Overarching aims of the exercises this week\n", "\n", @@ -43,9 +37,7 @@ { "cell_type": "markdown", "id": "7497591b", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Why did you choose this course?" ] @@ -53,9 +45,7 @@ { "cell_type": "markdown", "id": "1c08143f", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### What was your programming knowledge before you started?\n", "\n", @@ -65,9 +55,7 @@ { "cell_type": "markdown", "id": "9783d8a7", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### How do you judge your own level of knowledge on machine learning before and after this course?\n", "\n", @@ -79,9 +67,7 @@ { "cell_type": "markdown", "id": "8b0d5c47", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Did the projects and the teaching material allow you to deepen your insights about Machine Learning?\n", "\n", @@ -91,9 +77,7 @@ { "cell_type": "markdown", "id": "1ead8d47", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Project based teaching and active learning\n", "\n", @@ -105,7 +89,7 @@ "whether you found a project-based and active learning approach\n", "useful. Feel also free to comment upon things we can improve upon or\n", "alternative ways to assess whether the learning outcomes have been\n", - "achieved. Would you for example prefer a standard 4 hours written exam\n", + "achieved. Would you for example a standard 4 hours written exam\n", "be something you would prefer? Or other alternatives to projects? We\n", "would very much value your thoughts here since projects are an\n", "essential part of this course." @@ -114,9 +98,7 @@ { "cell_type": "markdown", "id": "746bd238", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Usefulness of the weekly exercises\n", "\n", @@ -128,9 +110,7 @@ { "cell_type": "markdown", "id": "2ce96822", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Active learning/lab sessions and lectures\n", "\n", @@ -144,9 +124,7 @@ { "cell_type": "markdown", "id": "5dc0637a", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### How would you improve this course?\n", "\n", @@ -158,9 +136,7 @@ { "cell_type": "markdown", "id": "a98adf6c", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "## Then some basic questions" ] @@ -168,9 +144,7 @@ { "cell_type": "markdown", "id": "3a935279", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Which is your preferred information chanel, Canvas, Discord, mail or other?" ] @@ -178,9 +152,7 @@ { "cell_type": "markdown", "id": "41592552", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Was the weekly update with plans etc useful?" ] @@ -188,9 +160,7 @@ { "cell_type": "markdown", "id": "e79a2360", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Was it easy to access the course material?" ] @@ -198,9 +168,7 @@ { "cell_type": "markdown", "id": "8bc4dfc9", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Which resources and tools did you use? Jupyter-notebooks, GitHub, the various textbooks we have recommended, etc etc" ] @@ -208,9 +176,7 @@ { "cell_type": "markdown", "id": "bf415075", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### If you did not attend the lectures or the active learning/lab sessions, which resources did you use?" ] @@ -218,15 +184,31 @@ { "cell_type": "markdown", "id": "db3db20a", - "metadata": { - "editable": true - }, + "metadata": {}, "source": [ "### Any other topics, impressions, ideas etc you would like to share with us?" ] } ], - "metadata": {}, + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.10" + } + }, "nbformat": 4, "nbformat_minor": 5 }