Movelets for Multiple Aspect Trajectory Data Mining
Project description
Movelets: Movelets for Multiple Aspect Trajectory Data Mining
[Publication] [citation.bib] [GitHub] [PyPi]
The present application offers a tool, to support the user in the classification task of multiple aspect trajectories, specifically for extracting and visualizing the movelets, the parts of the trajectory that better discriminate a class. It integrates into a unique platform the fragmented approaches available for multiple aspects trajectories and in general for multidimensional sequence classification into a unique web-based and python library system. Offers both movelets visualization and classification methods.
Created on May, 2023 Copyright (C) 2023, License GPL Version 3 or superior (see LICENSE file)
Main Modules
- Methods: Methods for trajectory classification and movelet extraction;
- Tutorial: Tutorial on how to use Automatise as a Python library.
Available Classifiers (needs update):
- MLP (Movelet): Multilayer-Perceptron (MLP) with movelets features. The models were implemented using the Python language, with the keras, fully-connected hidden layer of 100 units, Dropout Layer with dropout rate of 0.5, learning rate of 10−3 and softmax activation function in the Output Layer. Adam Optimization is used to avoid the categorical cross entropy loss, with 200 of batch size, and a total of 200 epochs per training. [REFERENCE*]
- RF (Movelet): Random Forest (RF) with movelets features, that consists of an ensemble of 300 decision trees. The models were implemented using the Python language, with the keras. [REFERENCE*]
- SVN (Movelet): Support Vector Machine (SVM) with movelets features. The models were implemented using the Python language, with the keras, linear kernel and default structure. Other structure details are default settings. [REFERENCE*]
Installation
Install directly from PyPi repository, or, download from github. (python >= 3.7 required)
pip install movelets
Citing
If you use automatize
please cite the following paper:
Tarlis Tortelli Portela; Jonata Tyska Carvalho; Vania Bogorny. HiPerMovelets: high-performance movelet extraction for trajectory classification, International Journal of Geographical Information Science, 2022. DOI: 10.1080/13658816.2021.2018593.
@article{Portela2022,
author = {Tarlis Tortelli Portela and Jonata Tyska Carvalho and Vania Bogorny},
title = {HiPerMovelets: high-performance movelet extraction for trajectory classification},
journal = {International Journal of Geographical Information Science},
volume = {0},
number = {0},
pages = {1-25},
year = {2022},
publisher = {Taylor & Francis},
doi = {10.1080/13658816.2021.2018593},
URL = {https://doi.org/10.1080/13658816.2021.2018593}
}
Collaborate with us
Any contribution is welcome. This is an active project and if you would like to include your algorithm in movelets
, feel free to fork the project, open an issue and contact us.
Feel free to contribute in any form, such as scientific publications referencing movelets
, teaching material and workshop videos.
Related packages
- automatize: Automatize: Multiple Aspect Trajectory Data Mining Tool Library;
Change Log
This is a package under construction:
Dec. 2023:
TODO:
- Comments on all public interface funcions and modules
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
File details
Details for the file movelets-0.1b0.tar.gz
.
File metadata
- Download URL: movelets-0.1b0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea00e228186d721bbd4217400f1df71c50c2a5b7c0ff80f057e3b71c977ce9bd |
|
MD5 | 4443b82c23bf40041c21733ca18c8193 |
|
BLAKE2b-256 | db35b747a080f5754a9c5b4481ce4b65619be85794413493083364f0da37810c |
File details
Details for the file movelets-0.1b0-py3-none-any.whl
.
File metadata
- Download URL: movelets-0.1b0-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb6c760d940bba4f0b1d12b3bd6258f76f7ba9cd13d10572779e6ca42700d13f |
|
MD5 | 50c2cf2bc00ee89fa9230ff939a7818d |
|
BLAKE2b-256 | 71ac2b57f98242f74cb17d3565055c000ae77e3f1d260fbbbd6c733a8e50a69b |