hay / data-driven-learning

Data-driven learning (master Data-driven Design - University of Applied Sciences Utrecht)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

Essentials

Mathematics

Using tools from data science and machine learning would not make a lot of sense without some understanding of mathematics and statistics. However, the focus of the course is on the application of data science, rather than the mathematical foundation. If I use formulas, I will not focus on the technical aspects, but explain what they do conceptually. If you need to catch up on math, you can use these links to the Khan Academy:

Examples

For every week there is a Jupyter Notebook containing examples relating to the subjects of that week

Exercises

These are optional exercises you can make during the lesson to test your knowledge. You don't need to submit these with the final assignment.

Slides

These are PDF versions of the slides I give every week.

Resources and tips

Feel free to fork this file and add more resources!

Python

Mathematics

If you are struggling with the mathematics of the course, check out:

Data science and machine learning

Tips

  • Google, Stack Overflow and Cross Validated are your friends. It’s not a shame to Google even really basic concepts.
  • Your code should be properly commented (use #). Good commenting means you explain why you do something, not what you’re doing.
  • Visualize and explore your data. Get acquainted with your data. Explore cases that deviate from the trend (outliers).
  • Visualize your model predictions and residuals to look for ways to improve your model.
  • Properly label your graphs and axes.

About

Data-driven learning (master Data-driven Design - University of Applied Sciences Utrecht)