Skip to content

Commit

Permalink
fix tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 8, 2018
1 parent 726c422 commit 97454c9
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 63 deletions.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Keras provides a vocabulary for building deep learning models that is simple, el

To learn the basics of Keras, we recommend the following sequence of tutorials:

- [Basic Classification](articles/tutorial_basic_classfication.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.
- [Basic Classification](articles/tutorial_basic_classification.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.

- [Text Classification](articles/tutorial_basic_text_classification.html) --- This tutorial classifies movie reviews as positive or negative using the text of the review.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/getting_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Keras provides a vocabulary for building deep learning models that is simple, el

To learn the basics of Keras, we recommend the following sequence of tutorials:

- [Basic Classification](tutorial_basic_classfication.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.
- [Basic Classification](tutorial_basic_classification.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.

- [Text Classification](tutorial_basic_text_classification.html) --- This tutorial classifies movie reviews as positive or negative using the text of the review.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/tutorial_basic_regression.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ This notebook introduced a few techniques to handle a regression problem.

Check out these additional tutorials to learn more:

- [Basic Classification](tutorial_basic_classfication.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.
- [Basic Classification](tutorial_basic_classification.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.

- [Text Classification](tutorial_basic_text_classification.html) --- This tutorial classifies movie reviews as positive or negative using the text of the review.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/tutorial_basic_text_classification.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ For this particular case, we could prevent overfitting by simply stopping the tr

Check out these additional tutorials to learn more:

- [Basic Classification](tutorial_basic_classfication.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.
- [Basic Classification](tutorial_basic_classification.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.

- [Basic Regression](tutorial_basic_regression.html) --- This tutorial builds a model to predict the median price of homes in a Boston suburb during the mid-1970s.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/tutorial_overfit_underfit.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ And two important approaches not covered in this guide are data augmentation and

Check out these additional tutorials to learn more:

- [Basic Classification](tutorial_basic_classfication.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.
- [Basic Classification](tutorial_basic_classification.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.

- [Text Classification](tutorial_basic_text_classification.html) --- This tutorial classifies movie reviews as positive or negative using the text of the review.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/tutorial_save_and_restore.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ In this case, weights were saved on all epochs but the 6th and 7th, where valida

Check out these additional tutorials to learn more:

- [Basic Classification](tutorial_basic_classfication.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.
- [Basic Classification](tutorial_basic_classification.html) --- In this tutorial, we train a neural network model to classify images of clothing, like sneakers and shirts.

- [Text Classification](tutorial_basic_text_classification.html) --- This tutorial classifies movie reviews as positive or negative using the text of the review.

Expand Down
80 changes: 40 additions & 40 deletions website/articles/examples/lstm_seq2seq.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions website/articles/examples/variational_autoencoder_deconv.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/articles/getting_started.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/articles/tutorial_basic_regression.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/articles/tutorial_basic_text_classification.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/articles/tutorial_overfit_underfit.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/articles/tutorial_save_and_restore.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified website/favicon.ico
Binary file not shown.
Loading

0 comments on commit 97454c9

Please sign in to comment.