From 30f203c34ecf8e8519e8664dda6b4b79acb422cd Mon Sep 17 00:00:00 2001 From: franzi Date: Fri, 15 Oct 2021 00:15:04 +0200 Subject: [PATCH] rename --- README.md | 6 +++--- cheatsheet.pdf => other/cheatsheet.pdf | Bin .../exercise_ml_use_cases_spotlight.docx | Bin .../exercise_ml_use_cases_spotlight.pdf | Bin .../exercise_your_ml_project.pdf | Bin .../exercise_your_ml_project_template.docx | Bin 6 files changed, 3 insertions(+), 3 deletions(-) rename cheatsheet.pdf => other/cheatsheet.pdf (100%) rename exercise_ml_use_cases_spotlight.docx => other/exercise_ml_use_cases_spotlight.docx (100%) rename exercise_ml_use_cases_spotlight.pdf => other/exercise_ml_use_cases_spotlight.pdf (100%) rename exercise_your_ml_project.pdf => other/exercise_your_ml_project.pdf (100%) rename exercise_your_ml_project_template.docx => other/exercise_your_ml_project_template.docx (100%) diff --git a/README.md b/README.md index f2c9276..c75c616 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You can also find the course syllabus on the last page of the [course descriptio ##### Block 1.4: - [ ] Read the whole chapter ["ML Solutions: Overview"](https://franziskahorn.de/mlbook/_ml_solutions_overview.html) - [ ] Answer [Quiz 3](https://forms.gle/fr7PYmP9Exx4Vvrc8) -- [ ] Prepare a [90-second Spotlight presentation](/exercise_ml_use_cases_spotlight.pdf) for one of the given ML use cases +- [ ] Prepare a [90-second Spotlight presentation](/other/exercise_ml_use_cases_spotlight.pdf) for one of the given ML use cases --- @@ -90,7 +90,7 @@ You can also find the course syllabus on the last page of the [course descriptio ##### Block 4.2: - [ ] Work through [Notebook 6: analyze toy dataset](/notebooks/6_analyze_toydata.ipynb) -- [ ] Have a look at the [cheat sheet](/cheatsheet.pdf), which includes a summary of the most important steps when developing a machine learning solution, incl. code snippets +- [ ] Have a look at the [cheat sheet](/other/cheatsheet.pdf), which includes a summary of the most important steps when developing a machine learning solution, incl. code snippets ##### Block 4.3: - [ ] _Case Study!_ Work through [Notebook 7: predicting hard drive failures](/notebooks/7_hard_drive_failures.ipynb) (plan at least 5 hours for this!) @@ -106,6 +106,6 @@ You can also find the course syllabus on the last page of the [course descriptio ##### Block 5.2: - [ ] Answer [Quiz 5](https://forms.gle/uZGj54YQHKwckmL46) - [ ] Read the whole chapter: ["Conclusion"](https://franziskahorn.de/mlbook/_conclusion.html) -- [ ] Complete the exercise: ["Your next ML Project"](/exercise_your_ml_project.pdf) (in case you need some inspiration for a project idea, have a look at [how ML could be used to fight climate change](https://www.climatechange.ai/summaries)). Feel free to prepare a few slides or use the [Word template](/exercise_your_ml_project_template.docx) and aim for a 5 minute presentation. +- [ ] Complete the exercise: ["Your next ML Project"](/other/exercise_your_ml_project.pdf) (in case you need some inspiration for a project idea, have a look at [how ML could be used to fight climate change](https://www.climatechange.ai/summaries)). Feel free to prepare a few slides or use the [Word template](/other/exercise_your_ml_project_template.docx) and aim for a 5 minute presentation. --- diff --git a/cheatsheet.pdf b/other/cheatsheet.pdf similarity index 100% rename from cheatsheet.pdf rename to other/cheatsheet.pdf diff --git a/exercise_ml_use_cases_spotlight.docx b/other/exercise_ml_use_cases_spotlight.docx similarity index 100% rename from exercise_ml_use_cases_spotlight.docx rename to other/exercise_ml_use_cases_spotlight.docx diff --git a/exercise_ml_use_cases_spotlight.pdf b/other/exercise_ml_use_cases_spotlight.pdf similarity index 100% rename from exercise_ml_use_cases_spotlight.pdf rename to other/exercise_ml_use_cases_spotlight.pdf diff --git a/exercise_your_ml_project.pdf b/other/exercise_your_ml_project.pdf similarity index 100% rename from exercise_your_ml_project.pdf rename to other/exercise_your_ml_project.pdf diff --git a/exercise_your_ml_project_template.docx b/other/exercise_your_ml_project_template.docx similarity index 100% rename from exercise_your_ml_project_template.docx rename to other/exercise_your_ml_project_template.docx