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

https://github.com/interactivetech/pachyderm-determined-anomaly-det

(WIP) POC showcasing creating Network Anomaly Detection using NetML Pachyderm, and Determined
https://github.com/interactivetech/pachyderm-determined-anomaly-det

Last synced: about 1 year ago
JSON representation

(WIP) POC showcasing creating Network Anomaly Detection using NetML Pachyderm, and Determined

Awesome Lists containing this project

README

          

# pachyderm-determined-anomaly-det
(WIP) POC showcasing creating Network Anomaly Detection using NetML Pachyderm, and Determined

# Demo MLDE/Determined showing Semi Supervised Learning (SSL) on network anomaly detection dataset

## 1. Run SSL Training on Local Setting
`bash det_scripts/run_exp_single_ssl.sh`

## 2. Run SSL Training on MultiGPU Setting
`bash det_scripts/run_exp_single_ssl_dist.sh`

## 3. Run Supervised Training on Local Setting
`bash det_scripts/run_exp_single.sh`
## 4. Run Supervised Training on MultiGPU Setting
`bash det_scripts/run_exp_single_dist.sh`