Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,21 @@ To know more about the architectural details, please read the [design document](

## Usage Scenarios

* If you already have a FfDL deployment up and running, you can jump to [FfDL User Guide](docs/user-guide.md) to use FfDL for training your deep learning models.
* If you have a FfDL deployment up and running, you can jump to [FfDL User Guide](docs/user-guide.md) to use FfDL for training your deep learning models.

* If you have FfDL confiugured to use GPUs, and want to train using GPUs, follow steps [here](docs/gpu-guide.md)

* If you have used FfDL to train your models, and want to use a GPU enabled public cloud hosted service for further training and serving, please follow instructions [here](etc/converter/ffdl-wml.md) to train and serve your models using [Watson Studio Deep Learning](https://www.ibm.com/cloud/deep-learning) service

* If you are getting started and want to setup your own FfDL deployment, please follow the steps below.
* If you are getting started and want to setup your own FfDL deployment, please follow the steps [below](#1-quick-start).

* If you want to leverage Jupyter notebooks to launch training on your FfDL cluster, please follow [these instructions](etc/notebooks/art)

* To invoke [Adversarial Robustness Toolbox](https://github.com/IBM/adversarial-robustness-toolbox) to find vulnerabilities in your models, follow the [instructions here](etc/notebooks/art)

* To deploy your trained models, follow [the integration guide with Seldon](community/FfDL-Seldon)

* If you are looking for related collateral, slides, webinars, blogs and other materials related to FfDL, please [find them here](demos)

## Steps

Expand Down
Binary file modified docs/images/ffdl-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions etc/notebooks/art/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Jupyter Notebook Using ART to Test the Robustness of Deep Learning Models

This [Jupyter](http://jupyter.org/install) notebook shows how to use the [Adversarial Robustness Toolbox (ART)](https://github.com/IBM/adversarial-robustness-toolbox)
to test the robustness of Deep Learning models against adversarial attacks.
This [Jupyter](http://jupyter.org/install) notebook shows how to

- Launch training on your FfDL cluster using Jupyter notebook as a client
- Use [Adversarial Robustness Toolbox (ART)](https://github.com/IBM/adversarial-robustness-toolbox) to test the robustness of Deep Learning models against adversarial attacks.

## Prerequisites

Expand Down