No project description provided
Project description
What is MatcherNet?
What is MatcherNet?
MatcherNet is a probabilistic state-space model for dynamic system identification and control. With MatcherNet, you can easily design a dynamic world model of high-dimensional / multi-modal / multi-scale states and observations for robotics, image processing, sensor networks, and their hybrid cases. MatcherNet may provide you a solution better than a large state space model, a deep neural network of end-to-end structure, etc.
Acknowledgment
MatcherNet was developped with support by the New Energy and Industrial Technology Development Organization (NEDO), Japan, and by Post-K application development for exploratory challenges from the MEXT, Japan.
Document
See an overview for knowing what is MatcherNet in a little bit more detail.
See the matchernet documentation for important classes and functions.
See a developers' info. for knowing some additional info. for installation.
How to install?
The beta version has been released below: https://pypi.org/project/matchernet/
You can install the beta version with the following command:
pip install matchernet
How to try demos?
See demo files under the /demos directory.
Python3 demos/demo_ekf.py
See also jupyter notebooks under the /examples directory.
How to set up in detail?
For MacOSX
Install Python 3.7.*
It is tested on 3.7.2 and 3.7.3. 3.8.* is not supported yet.
Set up virtual environment
mkdir ~/virt_env
cd ~/virt_env
virtualenv -p Python3 mn
workon mn
Install libraries
pip3 install -r requirements.txt
Modify PYTHONPATH
export PYTHONPATH="/path/to/dir:$PYTHONPATH"
You need this if you are to modify files in the matchernet original packages.
Run a demo
Python3 demos/demo_ekf.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file matchernet-0.1.0.tar.gz.
File metadata
- Download URL: matchernet-0.1.0.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
648a24270e1c71140b9c1671e1b1b00fdc48be97d30ff2eba660cf256a597092
|
|
| MD5 |
4192d5ea1910a889e48d966a0b9548f1
|
|
| BLAKE2b-256 |
232c58f6abd8a1edd4fe85b179aeafe9527fc8ab29f924a1a8dcebcc986bc34c
|
File details
Details for the file matchernet-0.1.0-py3-none-any.whl.
File metadata
- Download URL: matchernet-0.1.0-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcae3aca9311cd3513c529276361f81a00cc9221542a9ea268c00c911eaa4721
|
|
| MD5 |
8960ca005b76ba16fcc377fc88c97e99
|
|
| BLAKE2b-256 |
08e8ab74463b437931ba6c2b411f014a8c0b43e471e26797b18a1103cbe88a40
|