Skip to content

Commit

Permalink
Fix ETL User Guide link.
Browse files Browse the repository at this point in the history
  • Loading branch information
crockpotveggies committed May 27, 2019
1 parent 8b81cab commit 87c21b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/00. Quickstart for Deeplearning4j.zepp.ipynb
Expand Up @@ -85,7 +85,7 @@
"\n",
"Note that we create two different iterators below, one for training data and the other for for evaluating the accuracy of our model after training. The last `boolean` parameter in the constructor indicates whether we are instantiating test/train.\n",
"\n",
"You won't need it for this tutorial, you can learn more about loading data for neural networks in this [ETL user guide](https://deeplearning4j.org/etl-userguide). DL4J comes with many record readers that can load and convert data into ND-Arrays from CSVs, images, videos, audio, and sequences."
"You won't need it for this tutorial, you can learn more about loading data for neural networks in this [ETL user guide](https://deeplearning4j.org/docs/latest/datavec-overview). DL4J comes with many record readers that can load and convert data into ND-Arrays from CSVs, images, videos, audio, and sequences."
]
},
{
Expand Down Expand Up @@ -257,4 +257,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 87c21b9

Please sign in to comment.