174 lines
6.5 KiB
HTML
174 lines
6.5 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: Convolutional Neural Networks and Recurrent Neural Networks">
|
|
|
|
<title>Week 43: Convolutional Neural Networks and Recurrent Neural Networks</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'),
|
|
('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')]}
|
|
end of tocinfo -->
|
|
|
|
<body>
|
|
|
|
|
|
<!-- 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: Convolutional Neural Networks and Recurrent Neural Networks</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#recurrent-neural-networks-overarching-view" style="font-size: 80%;">Recurrent neural networks: Overarching view</a></li>
|
|
<!-- navigation toc: --> <li><a href="._week43-bs003.html#set-up-of-an-rnn" style="font-size: 80%;">Set up of an RNN</a></li>
|
|
<!-- navigation toc: --> <li><a href="._week43-bs004.html#a-simple-example" style="font-size: 80%;">A simple example</a></li>
|
|
<!-- navigation toc: --> <li><a href="._week43-bs005.html#an-extrapolation-example" style="font-size: 80%;">An extrapolation example</a></li>
|
|
<!-- navigation toc: --> <li><a href="._week43-bs006.html#formatting-the-data" style="font-size: 80%;">Formatting the Data</a></li>
|
|
<!-- navigation toc: --> <li><a href="._week43-bs007.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-bs008.html#other-things-to-try" style="font-size: 80%;">Other Things to Try</a></li>
|
|
<!-- navigation toc: --> <li><a href="._week43-bs009.html#other-types-of-recurrent-neural-networks" style="font-size: 80%;">Other Types of Recurrent Neural Networks</a></li>
|
|
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div> <!-- end of navigation bar -->
|
|
|
|
<div class="container">
|
|
|
|
<p> </p><p> </p><p> </p> <!-- add vertical space -->
|
|
|
|
<a name="part0000"></a>
|
|
<!-- ------------------- main content ---------------------- -->
|
|
|
|
|
|
|
|
<div class="jumbotron">
|
|
<center><h1>Week 43: Convolutional Neural Networks and Recurrent Neural Networks</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 23, 2021</h4></center> <!-- date -->
|
|
<br>
|
|
<p>
|
|
|
|
|
|
<p><a href="._week43-bs001.html" class="btn btn-primary btn-lg">Read »</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="._week43-bs001.html">»</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 --> © 1999-2021, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
|
|
</center>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|