Skip to content

Commit

Permalink
assignment 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahpratt committed Feb 13, 2024
1 parent 4505070 commit e020e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assignments/assignment4.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ <h3 id="goals">Goals</h3>
<ul>
<li>Gain experience with a major deep learning framework, <strong>PyTorch</strong>.</li>
<li>Explore various applications of image gradients, including saliency maps, fooling images, class visualizations.</li>
<li>Understand and implement RNN networks.</li>
</ul>


<h3 id="q1-pytorch--tensorflow-on-cifar-10">Q1: PyTorch on CIFAR-10</h3>
<p>For this last part, you will be working in PyTorch, a popular and powerful deep learning framework.
<p>For this first part, you will be working in PyTorch, a popular and powerful deep learning framework.
<p>Open up <code class="language-plaintext highlighter-rouge">PyTorch.ipynb</code>. There, you will learn how the framework works, culminating in training a convolutional network of your own design on CIFAR-10 to get the best performance you can.</p>

<h3 id="q2-network-visualization-saliency-maps-class-visualization-and-fooling-images">Q2: Network Visualization: Saliency Maps, Class Visualization, and Fooling Images</h3>
Expand Down

0 comments on commit e020e6c

Please sign in to comment.