https://github.com/VMward/TensorMap
Topological Mapping and Localization via Tensor Decompositions.
https://github.com/VMward/TensorMap
machine-learning machine-learning-algorithms tensorflow
Last synced: 16 days ago
JSON representation
Topological Mapping and Localization via Tensor Decompositions.
- Host: GitHub
- URL: https://github.com/VMward/TensorMap
- Owner: VMward
- License: mit
- Created: 2020-10-06T23:14:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T01:13:16.000Z (over 5 years ago)
- Last Synced: 2025-02-16T10:54:39.495Z (over 1 year ago)
- Topics: machine-learning, machine-learning-algorithms, tensorflow
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TensorMap
[](https://pypi.org/project/TensorMap/)
[](https://github.com/social-learning/TensorMap)
[](https://github.com/social-learning/TensorMap)
[](https://www.linkedin.com/company/codeforall/)
[](https://https://www.tensorflow.org/)
[](https://gym.openai.com/)
[](https://pytorch.org/)
## Installation
Use the package manager [pip](https://pypi.org/project/TensorMap/) `pip install TensorMap` to install TensorMap.
## Usage
```
import TensorMap as tm
tm.visualize(sample.load_data("fort_collins_demo_data"))
```
## Contributing
1. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
1. If you would like to become an administrator or bundle the code directly, please request a GitHub API key and a PyPi token.
Setup Tools - Install the following
* `python3 -m pip install --user --upgrade setuptools wheel`
* `python3 -m pip install --user --upgrade twine`
Run the Following command in order:
* Generating distribution archives `python3 setup.py sdist bdist_wheel`
* Upload the distribution archives `python3 -m twine upload --repository testpypi dist/*`
## Testing and Setup
1. It is suggested that you create a virtual env `python3 -m venv /path/` or house it in a docker container before continuing
1. Download Dependencies `pip install requirements.txt `