Tutorials for the zfit project
Try them directly with
An introduction to the declarative programing paradigm and graphs using pure python and TensorFlow..
Complete and simple fit with zfit. Going from the creation of a Space to Parameters and a model to building a Loss, minimizing it and calculating the errors.
Building models out of other models using sums, products and more is an essential part of model building. This tutorial starts out with the basics of it.
Being able to build a custom model simply is an essential feature of zfit. This tutorial introduces the two main ways of doing it, a simpler and a more advanced, more flexible way.