Skip to content

This repository contains teaching material for machine learning which is available under a free license.

License

Notifications You must be signed in to change notification settings

Machine-Learning-OER-Collection/Machine-Learning-OER-Basics

Repository files navigation

Machine-Learning-OER-Basics

This repository contains teaching material for machine learning which is labelled under a free license.

You are welcome to reuse them for courses, presentations, workshops, etc.
Please, give appropriate credit to the authors.

The repository is structured as follows:

For each algorithm, teaching material is provided as code, images and text snippets.

Content


Supervised learning

In planning:

  • naive bayes

Unsupervised learning

  • support vector machines
  • neural network models

Reinforcement learning

The repo follows the book Introduction to Machine Learning with Python by Andreas Mueller and Sarah Guido. For more information, see the repo introduction_to_ml_with_python.

Requirements


The code is written in Python 3.9 and uses the requirements listed in the file requirements.txt. You can install the requirements with the following commands:

git clone https://github.com/Machine-Learning-OER-Collection/Machine-Learning-OER-Basics

cd Machine-Learning-OER-Basics

pip install -r requirements.txt

Or you can try out Binder by clicking on the following badge:

Binder

Contributing


Please read the Contributing Guidelines if you want to contribute.

Feel free to open a GitHub issue if you have any questions.

License


Please read the License for more information.

You can find further information about the Creative Commons licenses under:

Teaching material is available under a CC-BY 4.0 and MIT license. The kick data set is available under a CC0 license.

Contributors


  • ischmahl contributed knn and linear regression
  • julia contributed EDA, decision tree, random forest and gradient boosting classifier

About

This repository contains teaching material for machine learning which is available under a free license.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published