forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeep-learning-index.html
29 lines (27 loc) · 1.02 KB
/
deep-learning-index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Deep Learning with PyTorch
layout: deep_learning
body-class: deep-learning
background-class: deep-learning-background
permalink: deep-learning-with-pytorch
deep-learning-landing: true
---
<div class="row">
<div class="col-md-12 deep-learning-col">
<p>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:</p>
<ul>
<li>Introduction to deep learning and the PyTorch library</li>
<li>Pre-trained networks</li>
<li>Tensors</li>
<li>The mechanics of learning</li>
<li>Using a neural network to fit data</li>
<li>Using convolutions to generalize</li>
<li>Real-world examples: Building a neural network designed for cancer detection</li>
<li>Deploying to production</li>
</ul>
<p>Get a free copy for a limited time.</p>
</div>
<div class="col-md-12 deep-learning-col">
{% include deep_learning_form.html %}
</div>
</div>