PyroNN v-1.1.0 documentation
Download PowerPoint Presentation
We will demonstrate the capabilities of Pyro-NN, a differentiable reconstruction framework.
- 📘 Introduction to Pyro-NN: Gain a basic understanding of the theory behind Pyro-NN.
- ⚙️ Installation and Setup: Learn how to install and set up Pyro-NN on your machine.
- 🔬 Working with Projection Data: Explore how to work with projection data to initiate a reconstruction.
- 🚀 Advanced Examples: Discover more advanced examples showcasing the usage of Pyro-NN.
1. 📘 Introduction to Pyro-NN
1.1 Motivation 💡
- We can make use of known operators
- For Deep Learning, the loss function and the amount of parameters to train can be reduced 🎯
- We can have gradient flow through different domains 🔄
- Parts of the neural network get interpretable, e.g. as filters 🧐
1.2 Basic Overview 🌐
General Notes 📋
- 🤖 Supports TensorFlow and PyTorch
- 💥 Full GPU Integration
- 🔓 Open Source
- 📜 Apache 2.0 License