Skip to content

Commit 2ded3cb

Browse files
committed
update URLs
1 parent b0b6431 commit 2ded3cb

File tree

3 files changed

+690
-4
lines changed

3 files changed

+690
-4
lines changed

index.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This will provide you with default CPU-based installations of Keras and TensorFl
6565

6666
Below we walk through a simple example of using Keras to recognize handwritten digits from the [MNIST](https://en.wikipedia.org/wiki/MNIST_database) dataset. After getting familiar with the basics, check out the [tutorials](#tutorials) and additional [learning resources](#learning-more) available on this website.
6767

68-
The [Deep Learning with R](https://www.amazon.com/Deep-Learning-R-Francois-Chollet/dp/161729554X) book by François Chollet (the creator of Keras) provides a more comprehensive introduction to both Keras and the concepts and practice of deep learning.
68+
The [Deep Learning with R](https://www.manning.com/books/deep-learning-with-r-second-edition) book by François Chollet (the creator of Keras) provides a more comprehensive introduction to both Keras and the concepts and practice of deep learning.
6969

7070
You may also find it convenient to download the [Deep Learning with Keras](https://github.com/rstudio/cheatsheets/raw/main/keras.pdf){target="_self"} cheat sheet, a quick high-level reference to all of the capabilities of Keras.
7171

@@ -248,12 +248,12 @@ The [examples](articles/examples/index.html) demonstrate more advanced models in
248248

249249
The [function reference](reference/index.html) includes detailed information on all of the functions available in the package.
250250

251-
[![](https://images.manning.com/720/960/resize/book/a/4e5e97f-4e8d-4d97-a715-f6c2b0eb95f5/Allaire-DLwithR-HI.png){width=125 align=right style="margin-left:10px; margin-right: 20px; margin-top: 15px; border: solid 1px #cccccc;"}](https://www.amazon.com/Deep-Learning-R-Francois-Chollet/dp/161729554X)
251+
[![](https://images.manning.com/264/352/resize/book/a/8f961a8-9cf7-47e8-a69b-949186e59a81/Chollet2-HI.png){width=125 align=right style="margin-left:10px; margin-right: 20px; margin-top: 15px; border: solid 1px #cccccc;"}](https://www.manning.com/books/deep-learning-with-r-second-edition)
252252

253253

254254
### Deep Learning with R Book
255255

256-
If you want a more comprehensive introduction to both Keras and the concepts and practice of deep learning, we recommend the [Deep Learning with R](https://www.amazon.com/Deep-Learning-R-Francois-Chollet/dp/161729554X) book from Manning. This book is a collaboration between François Chollet, the creator of Keras, and J.J. Allaire, who wrote the R interface to Keras.
256+
If you want a more comprehensive introduction to both Keras and the concepts and practice of deep learning, we recommend the [Deep Learning with R](https://www.manning.com/books/deep-learning-with-r-second-edition) book from Manning. This book is a collaboration between François Chollet, the creator of Keras, J.J. Allaire, who wrote the original R interface to Keras, and Tomasz Kalinowski, who maintains the R interface today.
257257

258258
The book presumes no significant knowledge of machine learning and deep learning, and goes all the way from basic theory to advanced practical applications, all using the R interface to Keras.
259259

index.html

Lines changed: 686 additions & 0 deletions
Large diffs are not rendered by default.

vignettes/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Keras provides a vocabulary for building deep learning models that is simple, el
202202

203203
### Deep Learning with R Book
204204

205-
If you want a more comprehensive introduction to both Keras and the concepts and practice of deep learning, we recommend the [Deep Learning with R](https://www.amazon.com/Deep-Learning-R-Francois-Chollet/dp/161729554X) book from Manning. This book is a collaboration between François Chollet, the creator of Keras, and J.J. Allaire, who wrote the R interface to Keras.
205+
If you want a more comprehensive introduction to both Keras and the concepts and practice of deep learning, we recommend the [Deep Learning with R](https://www.manning.com/books/deep-learning-with-r-second-edition) book from Manning. This book is a collaboration between François Chollet, the creator of Keras, J.J. Allaire, who wrote the original R interface to Keras, and Tomasz Kalinowski, who maintains the R interface today.
206206

207207
The book presumes no significant knowledge of machine learning and deep learning, and goes all the way from basic theory to advanced practical applications, all using the R interface to Keras.
208208

0 commit comments

Comments
 (0)