nflows VS zuko

Compare nflows vs zuko and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nflows zuko
2 1
805 252
1.5% 4.8%
3.2 7.8
6 months ago 26 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nflows

Posts with mentions or reviews of nflows. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-07.
  • [P] Zuko, a fresh approach to normalizing flows in PyTorch
    4 projects | /r/MachineLearning | 7 Feb 2023
    Normalizing flows (NFs) are very useful tools to build and train expressive parametric distributions. There exists a few libraries for NFs in PyTorch such as nflows, FrEIA and FlowTorch but, in my opinion, their complex APIs and the lack of documentation (except for FrEIA) makes them hard to approach. I initially planned on contributing to their repositories as they did not implement some architectures like neural autoregressive flow, unconstrained monotonic neural networks, sum-of-square polynomial flow or continuous normalizing flow. Unfortunately, none of the libraries seemed under active development anymore at the time.
  • [D] Normalizing flows for distributions with finit support
    1 project | /r/MachineLearning | 7 Jan 2022
    You can just start from a uniform distribution in [0,1]D and use a mapping with a finite domain/reach. One example would be a spline (see 1906.04032, or here https://github.com/bayesiains/nflows).

zuko

Posts with mentions or reviews of zuko. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-07.

What are some alternatives?

When comparing nflows and zuko you can also consider the following projects:

awesome-normalizing-flows - Awesome resources on normalizing flows.

flowtorch - This library would form a permanent home for reusable components for deep probabilistic programming. The library would form and harness a community of users and contributors by focusing initially on complete infra and documentation for how to use and create components.

benchmark_VAE - Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)

FrEIA - Framework for Easily Invertible Architectures

cflow-ad - Official PyTorch code for WACV 2022 paper "CFLOW-AD: Real-Time Unsupervised Anomaly Detection with Localization via Conditional Normalizing Flows"