diff --git a/_includes/deep_learning_form.html b/_includes/deep_learning_form.html index 71deacc0ad5d..d5b5baa76030 100644 --- a/_includes/deep_learning_form.html +++ b/_includes/deep_learning_form.html @@ -1,69 +1,22 @@ -
-
- -
+
+
- - diff --git a/_layouts/deep_learning.html b/_layouts/deep_learning.html index a89eaa15a942..662663e3b746 100644 --- a/_layouts/deep_learning.html +++ b/_layouts/deep_learning.html @@ -18,14 +18,11 @@

Deep Learning
with PyTorch

{% if page.deep-learning-landing == true %} -

Download a free copy of the Essential Excerpts from the book and learn how to get started with AI / ML development using PyTorch

+

Download a free copy of the full book and learn how to get started with AI / ML development using PyTorch

{% else %}

Thanks for requesting a copy of the Deep Learning with PyTorch book! Click here to download the book.

-

- Visit the Manning Early Access Program for the latest chapters. -

{% endif %}
diff --git a/_sass/deep-learning.scss b/_sass/deep-learning.scss index fb6280f5ab43..4399b4b775d0 100644 --- a/_sass/deep-learning.scss +++ b/_sass/deep-learning.scss @@ -21,6 +21,10 @@ .deep-learning-jumbotron-text { @include desktop { margin-top: 55px; + + h1 { + padding-top: 30px; + } } @include small-desktop { max-width: 95%; @@ -146,10 +150,7 @@ .deep-learning-book { max-width: 100%; - height: 200px; - @include desktop { - height: auto; - } + height: 400px; } .deep-learning-form { diff --git a/assets/deep-learning/Deep-Learning-with-PyTorch.pdf b/assets/deep-learning/Deep-Learning-with-PyTorch.pdf index bb1a10414363..9a299fa51242 100644 Binary files a/assets/deep-learning/Deep-Learning-with-PyTorch.pdf and b/assets/deep-learning/Deep-Learning-with-PyTorch.pdf differ diff --git a/assets/images/deep-learning-thumbnail.png b/assets/images/deep-learning-thumbnail.png index aab5ecfc646b..0ce580120bfa 100644 Binary files a/assets/images/deep-learning-thumbnail.png and b/assets/images/deep-learning-thumbnail.png differ diff --git a/deep-learning/deep-learning-index.html b/deep-learning/deep-learning-index.html index bb0b321513b0..90b90bfc93cc 100644 --- a/deep-learning/deep-learning-index.html +++ b/deep-learning/deep-learning-index.html @@ -9,13 +9,16 @@
-

Deep Learning with PyTorch provides a detailed, hands-on introduction to building and training neural networks with PyTorch, a popular open source machine learning framework. This Essential Excerpts edition includes:

+

Deep Learning with PyTorch provides a detailed, hands-on introduction to building and training neural networks with PyTorch, a popular open source machine learning framework. This full book includes:

  • Introduction to deep learning and the PyTorch library
  • Pre-trained networks
  • Tensors
  • The mechanics of learning
  • Using a neural network to fit data
  • +
  • Using convolutions to generalize
  • +
  • Real-world examples: Building a neural network designed for cancer detection
  • +
  • Deploying to production

Get a free copy for a limited time.