Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jihyeonseong/capsule-on-timeseries

Ablation Study of CapsuleNetwork on TimeSeries
https://github.com/jihyeonseong/capsule-on-timeseries

ablation-study capsule capsule-network drcapsnet hinton neurips sabour time-series

Last synced: about 1 month ago
JSON representation

Ablation Study of CapsuleNetwork on TimeSeries

Awesome Lists containing this project

README

        

# TSCapsuleNet: Dynamic-Routing Capsule Network on TimeSeries

## Pkgs
```pip install umap-learn```

```pip install mlflow```

```pip install hydra-core```

Q. How to launch ml ui?

A. ```mlflow ui --port 8888 --host 0.0.0.0 --backend-store-uri ./mlruns```

-> You must use an available port on your server.