PhiML

Φ<sub>ML</sub>

🌐 GitHub     🔗 API     ▶ Videos   •   Introduction   •   Examples

We recommend starting with the introduction notebook which walks you through the installation and introduces the general structure of ΦML. Check out the corresponding introductory ▶ tutorial video as well!

Tensors & Math

Getting started

If you’re already familiar with NumPy, PyTorch, TensorFlow, or JAX

Advanced topics

Neural Networks

API Documentation

The 🔗 API documentation is generated using pdoc3. To manually generate the documentation, add the ΦML directory to your Python path and run

$ pdoc --html --output-dir docs --force phiml

This requires PyTorch, TensorFlow and Jax to be installed, in addition to the standard ΦML requirements.

Contributing to ΦML

Contributions are welcome!

If you find a bug, feel free to open a GitHub issue or get in touch with the developers. If you have changes to be merged, check out our style guide before opening a pull request.