Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jihyeonseong/capsule-on-timeseries
- Owner: jihyeonseong
- Created: 2022-03-02T03:27:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T13:14:05.000Z (almost 2 years ago)
- Last Synced: 2024-11-23T04:16:29.968Z (about 1 month ago)
- Topics: ablation-study, capsule, capsule-network, drcapsnet, hinton, neurips, sabour, time-series
- Language: Jupyter Notebook
- Homepage:
- Size: 19.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.