Unverified Commit 8fd2c4e2 authored by Kaan Guney Keklikci's avatar Kaan Guney Keklikci Committed by GitHub

Update README.md

parent e7ed4a7b
# Normalizing Flows
1. This repository follows the great tutorial by [Eric Jang on normalizing flows.](https://github.com/ericjang/normalizing-flows-tutorial)
2. Repository will update itself as variations of normalizing flows are implemented.
3. Performance evaluation will be done at the end of the project.
4. Implementations are in Jupyter Notebook. Articles on normalizing flows, possibly with modular Python scripts of notebooks, will be added on the fly.
### Implementation
* Parameters
* number of hidden layers
* base distribution
* bijector count
* neuron size
* optimizers
* iteration count
### Performance Evaluation
* Performance evaluation will be done at the end of the project.
* convergence time
* correctness
* robustness
### Reference
* This repository is inspired by the great tutorial by [Eric Jang on normalizing flows](https://github.com/ericjang/normalizing-flows-tutorial) and [TensorFlow probability docs.](https://www.tensorflow.org/probability)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment