An anthology of open access data science materials

Preface as to why I started this anthology, how I set it up and for what purpose. This is work in progress.

Author
Published

November 1, 2023

Why this anthology

Machine learning is permeating many fields of work. As a new ‘system technology’1, its impact on organizations and society is expected to be of the same magnitude as that of the steam engine or electricity. As such, more and more professionals are seeking to acquire the necessary understanding and skills to apply machine learning in their day-to-day work. Hence more people without a background in either computer science or statistics - let alone both - have a need for high-quality, open access content to explore and learn data science by themselves.

Now there is a lot of machine learning learning materials out there, so why this anthology? Based on my experience in teaching professional education course on data & AI, I am continouly challenged to:

  • curate content for different professional learning paths, combining various existing open access materials that can be readily shared and thus contribute to the democratization of know-how in this field of work;
  • finding a balance between too technical vs. too vague, handwaving or even downright wrong;
  • take a hands-on, problem-based approach. Rather than, say, explaining the principles that underlie regularization, we choose to demonstrate these principles using the simplest algorithms. With a little math, everyone should be able to understand how LASSO performs regularisation for regression models. With this intuitive understanding, you can move on to more complex algorithms and applications, and reason where and how to use regularisation.

What is the best online course to get into data science & AI?

For now, my recommendation is to start with one of the courses offered by Elements of AI.

An Introduction to AI is a free online course for everyone interested in learning what AI is, what is possible (and not possible) with AI, and how it affects our lives – with no complicated math or programming required.

Building AI is a free online course where you’ll learn about the actual algorithms that make creating AI methods possible. Some basic Python programming skills are recommended to get the most out of the course.

How is this anthology set up?

A selection of the best books

A selection of what I think are the best textbooks is provided as a digital bookshelf. All the books included are open access, thanks to their respective authors! They should keep you busy for a while.

Perspectives

Various topics and perspectives on how data science is done. Clearly this is an opinionated and very personal selection. It includes a section on getting into Python, where I have curated a selection of books and online tutorials to get you going. Also, a selection of tutorials and blogpost is provided on creatingvisualizations with Altair. I am a big fan of the Vega-Altair ecosystem for data visualization, because it not only helps me in creating appealing, interactive visualizations, but it also helps me to reason about the data when I am doing exploratory data analysis.

Use cases

A selection of inspiring use cases across various industries, which I think are a demonstration of good practices.

Notebooks

Notebooks for those seeking hands-on examples and explainers.

Report an issue

This anthology was born out of a need to scratch my own itch, namely have a central repository where I can continously collate interesting resources and keep the content up-to-date as the best practices evolve. I hope it is also helpful those seeking a stepping stone into the wonderful field of data science. Feel free to drop me a note with suggestions or feedback by reporting an issue.

Footnotes

  1. Sheikh et al. (2023), Mission AI: the New System Technology, https://doi.org/10.1007/978-3-031-21448-6↩︎