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": "CICIDS2017__CNN_BiLSTM__FedProx__iid", | |
| "dataset": "CICIDS2017", | |
| "model": "CNN_BiLSTM", | |
| "fl_algo": "FedProx", | |
| "partition": "iid", | |
| "n_clients": 30, | |
| "n_rounds": 30, | |
| "max_cap": 2000, | |
| "total_time_s": 12095.4, | |
| "model_params": 101921, | |
| "model_mb": 0.4077, | |
| "final": { | |
| "accuracy": 0.9628843290370556, | |
| "precision": 0.8641264119975541, | |
| "recall": 0.9630141039550252, | |
| "f1_binary": 0.9108942799835469, | |
| "f1_macro": 0.9437273747328767, | |
| "f1_weighted": 0.9636245030694847, | |
| "fpr": 0.03714750780871937, | |
| "auc_roc": 0.9924290483822928, | |
| "threshold": 0.5999274253845215, | |
| "round": 30, | |
| "comm_mb": 0, | |
| "round_time_s": 0 | |
| } | |
| } |