Instructions to use JabaleNurAdnan/CS_Checkpoints_Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use JabaleNurAdnan/CS_Checkpoints_Dataset with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://JabaleNurAdnan/CS_Checkpoints_Dataset") - Notebooks
- Google Colab
- Kaggle
| { | |
| "tag": "UNSW_NB15__BiLSTM__FedProx__iid", | |
| "dataset": "UNSW_NB15", | |
| "model": "BiLSTM", | |
| "fl_algo": "FedProx", | |
| "partition": "iid", | |
| "n_clients": 30, | |
| "n_rounds": 30, | |
| "max_cap": 2000, | |
| "total_time_s": 7708.9, | |
| "model_params": 79233, | |
| "model_mb": 0.3169, | |
| "final": { | |
| "accuracy": 0.8839623556806054, | |
| "precision": 0.8999614208980028, | |
| "recall": 0.9207833611659328, | |
| "f1_binary": 0.9102533317325009, | |
| "f1_macro": 0.8730694728260178, | |
| "f1_weighted": 0.8834125526246873, | |
| "fpr": 0.18123655913978495, | |
| "auc_roc": 0.9508520807520842, | |
| "threshold": 0.42112651467323303, | |
| "round": 30, | |
| "comm_mb": 0, | |
| "round_time_s": 0 | |
| } | |
| } |