Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theodedeken/dimdrop

Dimensionality reduction using Neural Networks
https://github.com/theodedeken/dimdrop

dimensionality-reduction keras machine-learning-algorithms ml python

Last synced: 24 days ago
JSON representation

Dimensionality reduction using Neural Networks

Awesome Lists containing this project

README

        

# dimdrop
**Dimensionality reduction using Neural Networks**

A collection of dimensionality reduction methods using neural networks.

## Installation
### From PyPi
```bash
pip install dimdrop
```

### From source
```bash
git clone https://github.com/theodedeken/dimdrop
cd dimdrop
pip install .
```

## Documentation
Documentation can be found [here](https://theodedeken.github.io/dimdrop)

## Contributing
View the guidelines [here](CONTRIBUTING.md)

## License
[MIT](LICENSE)