-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
959 additions
and
682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
<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 8 February 20-24: Optimization and gradient methods"> | ||
<title>Week 8 February 20-24: Optimization and gradient methods</title> | ||
<meta name="description" content="Week 7 February 12-16: Optimization and gradient methods"> | ||
<title>Week 7 February 12-16: Optimization and gradient methods</title> | ||
<!-- Bootstrap style: bootstrap --> | ||
<!-- doconce format html week5.do.txt --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=week5-bs --no_mako --> | ||
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> | ||
|
@@ -36,10 +36,10 @@ | |
|
||
<!-- tocinfo | ||
{'highest level': 2, | ||
'sections': [('Overview of week 8, February 20-24', | ||
'sections': [('Overview of week 7, February 12-16', | ||
2, | ||
None, | ||
'overview-of-week-8-february-20-24'), | ||
'overview-of-week-7-february-12-16'), | ||
('Top-down start', 2, None, 'top-down-start'), | ||
('Motivation', 2, None, 'motivation'), | ||
('Simple example and demonstration', | ||
|
@@ -192,14 +192,14 @@ | |
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="week5-bs.html">Week 8 February 20-24: Optimization and gradient methods</a> | ||
<a class="navbar-brand" href="week5-bs.html">Week 7 February 12-16: Optimization and gradient 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="._week5-bs001.html#overview-of-week-8-february-20-24" style="font-size: 80%;">Overview of week 8, February 20-24</a></li> | ||
<!-- navigation toc: --> <li><a href="._week5-bs001.html#overview-of-week-7-february-12-16" style="font-size: 80%;">Overview of week 7, February 12-16</a></li> | ||
<!-- navigation toc: --> <li><a href="._week5-bs002.html#top-down-start" style="font-size: 80%;">Top-down start</a></li> | ||
<!-- navigation toc: --> <li><a href="._week5-bs003.html#motivation" style="font-size: 80%;">Motivation</a></li> | ||
<!-- navigation toc: --> <li><a href="._week5-bs005.html#simple-example-and-demonstration" style="font-size: 80%;">Simple example and demonstration</a></li> | ||
|
@@ -255,7 +255,7 @@ | |
<!-- ------------------- main content ---------------------- --> | ||
<div class="jumbotron"> | ||
<center> | ||
<h1>Week 8 February 20-24: Optimization and gradient methods</h1> | ||
<h1>Week 7 February 12-16: Optimization and gradient methods</h1> | ||
</center> <!-- document title --> | ||
|
||
<!-- author(s): Morten Hjorth-Jensen Email [email protected] --> | ||
|
@@ -271,7 +271,7 @@ <h1>Week 8 February 20-24: Optimization and gradient methods</h1> | |
</center> | ||
<br> | ||
<center> | ||
<h4>February 20-24</h4> | ||
<h4>February 12-16</h4> | ||
</center> <!-- date --> | ||
<br> | ||
|
||
|
@@ -312,7 +312,7 @@ <h4>February 20-24</h4> | |
</footer> | ||
--> | ||
<center style="font-size:80%"> | ||
<!-- copyright --> © 1999-2023, Morten Hjorth-Jensen Email [email protected]. Released under CC Attribution-NonCommercial 4.0 license | ||
<!-- copyright --> © 1999-2024, Morten Hjorth-Jensen Email [email protected]. Released under CC Attribution-NonCommercial 4.0 license | ||
</center> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.