General ML

Contents

General ML#

These tutorials introduce simple machine-learning examples primarely using neural networks with familiar datasets typically used for pedagogical purposes, keeping the focus on implementation.

Topics#

Native PyTorch is the canonical neural-network implementation. The shorter Keras 3 notebooks use the same Torch runtime and show the equivalent high-level compile() and fit() workflow that one may prefer to use for simplicity. The notebooks also include ideas to experiment interactively.