Skip to main content

No project description provided

Project description

PyPI PyPI - License

MN logo

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.

MatcherNet

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

matchernet-0.1.0.tar.gz (22.4 kB view hashes)

Uploaded Source

Built Distribution

matchernet-0.1.0-py3-none-any.whl (27.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page