Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxme1/gmm_linear

A Pytorch implementation of the paper "Processing of missing data by neural networks"
https://github.com/maxme1/gmm_linear

Last synced: about 2 months ago
JSON representation

A Pytorch implementation of the paper "Processing of missing data by neural networks"

Awesome Lists containing this project

README

        

## A Pytorch implementation of the paper "Processing of missing data by neural networks".

This module is capable of processing inputs containing NaN values
by approximating them with a Gaussian Mixture Model (GMM).

## Installation

```shell
git clone https://github.com/maxme1/gmm_linear
cd gmm_linear
pip install -e .
```