Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fkodom/ncsn

Personal repo recreating Noise Contrastive Score Networks (https://arxiv.org/abs/1907.05600v2) for learning purposes.
https://github.com/fkodom/ncsn

Last synced: 7 days ago
JSON representation

Personal repo recreating Noise Contrastive Score Networks (https://arxiv.org/abs/1907.05600v2) for learning purposes.

Awesome Lists containing this project

README

        

# ncsn
Personal repo recreating [Noise Contrastive Score Networks](https://arxiv.org/abs/1907.05600v2) for learning purposes.

## Example Outputs

### MNIST
Random samples:

![mnist-random-samples](https://github.com/fkodom/ncsn/blob/master/doc/mnist.gif?raw=true)

Iterating between label values:

![mnist-random-samples](https://github.com/fkodom/ncsn/blob/master/doc/mnist-iteration.gif?raw=true)

### Celeb-A

Random samples:

![mnist-random-samples](https://github.com/fkodom/ncsn/blob/master/doc/celeba.gif?raw=true)

TODO: Add visualization for label iterations in Celeb-A.