diff --git a/README.md b/README.md index 6396f8b83d0f98f4a76d36726ce06bbeb12a52e0..4caa603cd5abd03b4c5a8aca93e0778c9a93aa7a 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,9 @@ Before installing Keras, please install one of its backend engines: TensorFlow, You may also consider installing the following **optional dependencies**: -- cuDNN (recommended if you plan on running Keras on GPU). -- HDF5 and h5py (required if you plan on saving Keras models to disk). -- graphviz and pydot (used by [visualization utilities](https://keras.io/visualization/) to plot model graphs). +- [cuDNN](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/) (recommended if you plan on running Keras on GPU). +- HDF5 and [h5py](http://docs.h5py.org/en/latest/build.html) (required if you plan on saving Keras models to disk). +- [graphviz](https://graphviz.gitlab.io/download/) and [pydot](https://github.com/erocarrera/pydot) (used by [visualization utilities](https://keras.io/visualization/) to plot model graphs). Then, you can install Keras itself. There are two ways to install Keras: