Files
FYS-STK4155/doc/pub/week43/html/week43-bs.html
T
Morten Hjorth-Jensen bddecbcb9e added material
2021-10-26 12:00:58 +02:00

244 lines
11 KiB
HTML

<!--
Automatically generated HTML file from DocOnce source
(https://github.com/doconce/doconce/)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/doconce/doconce/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Week 43: Deep Learning: Recurrent Neural Networks and other methods">
<title>Week 43: Deep Learning: Recurrent Neural Networks and other methods</title>
<!-- Bootstrap style: bootstrap -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<!-- not necessary
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
-->
<style type="text/css">
/* Add scrollbar to dropdown menus in bootstrap navigation bar */
.dropdown-menu {
height: auto;
max-height: 400px;
overflow-x: hidden;
}
/* Adds an invisible element before each target to offset for the navigation
bar */
.anchor::before {
content:"";
display:block;
height:50px; /* fixed header height for style bootstrap */
margin:-50px 0 0; /* negative fixed header height */
}
</style>
</head>
<!-- tocinfo
{'highest level': 2,
'sections': [('Plans for week 43', 2, None, 'plans-for-week-43'),
('Reading Recommendations', 2, None, 'reading-recommendations'),
('Summary on Deep Learning Methods',
2,
None,
'summary-on-deep-learning-methods'),
('CNNs in brief', 2, None, 'cnns-in-brief'),
('Recurrent neural networks: Overarching view',
2,
None,
'recurrent-neural-networks-overarching-view'),
('Set up of an RNN', 2, None, 'set-up-of-an-rnn'),
('A simple example', 2, None, 'a-simple-example'),
('An extrapolation example', 2, None, 'an-extrapolation-example'),
('Formatting the Data', 2, None, 'formatting-the-data'),
('Predicting New Points With A Trained Recurrent Neural Network',
2,
None,
'predicting-new-points-with-a-trained-recurrent-neural-network'),
('Other Things to Try', 2, None, 'other-things-to-try'),
('Other Types of Recurrent Neural Networks',
2,
None,
'other-types-of-recurrent-neural-networks'),
('Generative Models', 2, None, 'generative-models'),
('Generative Adversarial Networks',
2,
None,
'generative-adversarial-networks'),
('Discriminator', 2, None, 'discriminator'),
('Learning Process', 2, None, 'learning-process'),
('More about the Learning Process',
2,
None,
'more-about-the-learning-process'),
('Additional References', 2, None, 'additional-references'),
('Writing Our First Generative Adversarial Network',
2,
None,
'writing-our-first-generative-adversarial-network'),
('MNIST and GANs', 2, None, 'mnist-and-gans'),
('Other Models', 2, None, 'other-models'),
('Training Step', 2, None, 'training-step'),
('Checkpoints', 2, None, 'checkpoints'),
('Exploring the Latent Space',
2,
None,
'exploring-the-latent-space'),
('Getting Results', 2, None, 'getting-results'),
('Interpolating Between MNIST Digits',
2,
None,
'interpolating-between-mnist-digits')]}
end of tocinfo -->
<body>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: {
equationNumbers: { autoNumber: "none" },
extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"]
}
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- Bootstrap navigation bar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="week43-bs.html">Week 43: Deep Learning: Recurrent Neural Networks and other methods</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a>
<ul class="dropdown-menu">
<!-- navigation toc: --> <li><a href="._week43-bs001.html#plans-for-week-43" style="font-size: 80%;">Plans for week 43</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs002.html#reading-recommendations" style="font-size: 80%;">Reading Recommendations</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs003.html#summary-on-deep-learning-methods" style="font-size: 80%;">Summary on Deep Learning Methods</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs004.html#cnns-in-brief" style="font-size: 80%;">CNNs in brief</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs005.html#recurrent-neural-networks-overarching-view" style="font-size: 80%;">Recurrent neural networks: Overarching view</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs006.html#set-up-of-an-rnn" style="font-size: 80%;">Set up of an RNN</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs007.html#a-simple-example" style="font-size: 80%;">A simple example</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs008.html#an-extrapolation-example" style="font-size: 80%;">An extrapolation example</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs009.html#formatting-the-data" style="font-size: 80%;">Formatting the Data</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs010.html#predicting-new-points-with-a-trained-recurrent-neural-network" style="font-size: 80%;">Predicting New Points With A Trained Recurrent Neural Network</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs011.html#other-things-to-try" style="font-size: 80%;">Other Things to Try</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs012.html#other-types-of-recurrent-neural-networks" style="font-size: 80%;">Other Types of Recurrent Neural Networks</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs013.html#generative-models" style="font-size: 80%;">Generative Models</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs014.html#generative-adversarial-networks" style="font-size: 80%;">Generative Adversarial Networks</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs015.html#discriminator" style="font-size: 80%;">Discriminator</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs016.html#learning-process" style="font-size: 80%;">Learning Process</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs017.html#more-about-the-learning-process" style="font-size: 80%;">More about the Learning Process</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs018.html#additional-references" style="font-size: 80%;">Additional References</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs019.html#writing-our-first-generative-adversarial-network" style="font-size: 80%;">Writing Our First Generative Adversarial Network</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs020.html#mnist-and-gans" style="font-size: 80%;">MNIST and GANs</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs021.html#other-models" style="font-size: 80%;">Other Models</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs022.html#training-step" style="font-size: 80%;">Training Step</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs023.html#checkpoints" style="font-size: 80%;">Checkpoints</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs024.html#exploring-the-latent-space" style="font-size: 80%;">Exploring the Latent Space</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs025.html#getting-results" style="font-size: 80%;">Getting Results</a></li>
<!-- navigation toc: --> <li><a href="._week43-bs026.html#interpolating-between-mnist-digits" style="font-size: 80%;">Interpolating Between MNIST Digits</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div> <!-- end of navigation bar -->
<div class="container">
<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space -->
<a name="part0000"></a>
<!-- ------------------- main content ---------------------- -->
<div class="jumbotron">
<center><h1>Week 43: Deep Learning: Recurrent Neural Networks and other methods</h1></center> <!-- document title -->
<p>
<!-- author(s): Morten Hjorth-Jensen -->
<center>
<b>Morten Hjorth-Jensen</b> [1, 2]
</center>
<p>
<!-- institution(s) -->
<center>[1] <b>Department of Physics, University of Oslo</b></center>
<center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center>
<br>
<p>
<center><h4>Oct 26, 2021</h4></center> <!-- date -->
<br>
<p>
<p><a href="._week43-bs001.html" class="btn btn-primary btn-lg">Read &raquo;</a></p>
</div> <!-- end jumbotron -->
<p>
<!-- navigation buttons at the bottom of the page -->
<ul class="pagination">
<li class="active"><a href="._week43-bs000.html">1</a></li>
<li><a href="._week43-bs001.html">2</a></li>
<li><a href="._week43-bs002.html">3</a></li>
<li><a href="._week43-bs003.html">4</a></li>
<li><a href="._week43-bs004.html">5</a></li>
<li><a href="._week43-bs005.html">6</a></li>
<li><a href="._week43-bs006.html">7</a></li>
<li><a href="._week43-bs007.html">8</a></li>
<li><a href="._week43-bs008.html">9</a></li>
<li><a href="._week43-bs009.html">10</a></li>
<li><a href="">...</a></li>
<li><a href="._week43-bs026.html">27</a></li>
<li><a href="._week43-bs001.html">&raquo;</a></li>
</ul>
<!-- ------------------- end of main content --------------- -->
</div> <!-- end container -->
<!-- include javascript, jQuery *first* -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<!-- Bootstrap footer
<footer>
<a href="https://..."><img width="250" align=right src="https://..."></a>
</footer>
-->
<center style="font-size:80%">
<!-- copyright --> &copy; 1999-2021, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
</center>
</body>
</html>