This is a git repository started by Michael Vorburger.ch to learn Machine Learning (ML), similar to my other learning repos.
It has an AI/ML Introduction presentation.
- https://colab.research.google.com/github/vorburger/LearningMachineLearning/blob/develop/beginner.ipynb
- The same in Python code instead of a Notebook, and with training and inference split:
pip install -r requirements.txt
./beginner-train.py
producesbeginner.model/
./beginner-infer.py
usesbeginner.model/
ToDo.md has stuff to do.
Resource has moar!