Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayushmankumar7/mixture-density-networks

Simple Mixture Density Model implementation in Pytorch
https://github.com/ayushmankumar7/mixture-density-networks

gaussian-mixture-models mdn mixture-density-network mixture-density-networks pytorch pytorch-implementation

Last synced: 29 days ago
JSON representation

Simple Mixture Density Model implementation in Pytorch

Awesome Lists containing this project

README

        

# Mixture-Density-Networks

## Initial Data

![](assets/x_y_data.png)

## Prediction using a Simple Neural Network

![](assets/x_y_approximation.png)

## Inverse X-Y = Y-X

![](assets/inverse.png)

## Same Neural Network Output

![](https://github.com/ayushmankumar7/Mixture-Density-Networks/blob/master/assets/inverse%20approximation.png?raw=true)

## Using MDN

![](assets/sampled.png)
![](assets/final.png)