Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theodedeken/dimdrop
- Owner: theodedeken
- License: mit
- Created: 2019-02-24T21:45:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T10:07:59.000Z (over 4 years ago)
- Last Synced: 2024-10-01T16:08:18.150Z (about 1 month ago)
- Topics: dimensionality-reduction, keras, machine-learning-algorithms, ml, python
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)