-
Notifications
You must be signed in to change notification settings - Fork 69
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
11 changed files
with
1,254 additions
and
9,422 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 17, April 24-28. Neural networks and project 2"> | ||
<title>Week 17, April 24-28. Neural networks and project 2</title> | ||
<meta name="description" content="Week 17, April 22-26. TBA"> | ||
<title>Week 17, April 22-26. TBA</title> | ||
<!-- Bootstrap style: bootstrap --> | ||
<!-- doconce format html week14.do.txt --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=week14-bs --no_mako --> | ||
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> | ||
|
@@ -35,82 +35,14 @@ | |
</head> | ||
|
||
<!-- tocinfo | ||
{'highest level': 1, | ||
'sections': [('Overview of week 17, April 24-28', | ||
{'highest level': 2, | ||
'sections': [('Overview of week 17, April 22-26', | ||
2, | ||
None, | ||
'overview-of-week-17-april-24-28'), | ||
('Boltzmann Machines', 1, None, 'boltzmann-machines'), | ||
('The network', 2, None, 'the-network'), | ||
('Joint distribution', 3, None, 'joint-distribution'), | ||
('Network Elements, the energy function', | ||
3, | ||
None, | ||
'network-elements-the-energy-function'), | ||
('Defining different types of RBMs', | ||
3, | ||
None, | ||
'defining-different-types-of-rbms'), | ||
('Cost function', 3, None, 'cost-function'), | ||
('Optimization / Training', 3, None, 'optimization-training'), | ||
('Kullback-Leibler relative entropy', | ||
3, | ||
None, | ||
'kullback-leibler-relative-entropy'), | ||
('Setting up for gradient descent calculations', | ||
2, | ||
None, | ||
'setting-up-for-gradient-descent-calculations'), | ||
('Mathematical details', 3, None, 'mathematical-details'), | ||
('Marginal Probability Density Functions', | ||
3, | ||
None, | ||
'marginal-probability-density-functions'), | ||
('Conditional Probability Density Functions', | ||
3, | ||
None, | ||
'conditional-probability-density-functions'), | ||
('Gaussian-Binary Restricted Boltzmann Machines', | ||
3, | ||
None, | ||
'gaussian-binary-restricted-boltzmann-machines'), | ||
('Joint Probability Density Function', | ||
3, | ||
None, | ||
'joint-probability-density-function'), | ||
('Marginal Probability Density Functions', | ||
3, | ||
None, | ||
'marginal-probability-density-functions'), | ||
('Conditional Probability Density Functions', | ||
3, | ||
None, | ||
'conditional-probability-density-functions'), | ||
('Neural Quantum States', 2, None, 'neural-quantum-states'), | ||
('Cost function', 3, None, 'cost-function'), | ||
('Python version for the two non-interacting particles', | ||
2, | ||
None, | ||
'python-version-for-the-two-non-interacting-particles')]} | ||
'overview-of-week-17-april-22-26')]} | ||
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"> | ||
|
@@ -119,33 +51,14 @@ | |
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="week14-bs.html">Week 17, April 24-28. Neural networks and project 2</a> | ||
<a class="navbar-brand" href="week14-bs.html">Week 17, April 22-26. TBA</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="._week14-bs001.html#overview-of-week-17-april-24-28" style="font-size: 80%;"> Overview of week 17, April 24-28</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#boltzmann-machines" style="font-size: 80%;"><b>Boltzmann Machines</b></a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#the-network" style="font-size: 80%;"> The network</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#joint-distribution" style="font-size: 80%;"> Joint distribution</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#network-elements-the-energy-function" style="font-size: 80%;"> Network Elements, the energy function</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#defining-different-types-of-rbms" style="font-size: 80%;"> Defining different types of RBMs</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#cost-function" style="font-size: 80%;"> Cost function</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#optimization-training" style="font-size: 80%;"> Optimization / Training</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#kullback-leibler-relative-entropy" style="font-size: 80%;"> Kullback-Leibler relative entropy</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#setting-up-for-gradient-descent-calculations" style="font-size: 80%;"> Setting up for gradient descent calculations</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#mathematical-details" style="font-size: 80%;"> Mathematical details</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#marginal-probability-density-functions" style="font-size: 80%;"> Marginal Probability Density Functions</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#conditional-probability-density-functions" style="font-size: 80%;"> Conditional Probability Density Functions</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#gaussian-binary-restricted-boltzmann-machines" style="font-size: 80%;"> Gaussian-Binary Restricted Boltzmann Machines</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#joint-probability-density-function" style="font-size: 80%;"> Joint Probability Density Function</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#marginal-probability-density-functions" style="font-size: 80%;"> Marginal Probability Density Functions</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#conditional-probability-density-functions" style="font-size: 80%;"> Conditional Probability Density Functions</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#neural-quantum-states" style="font-size: 80%;"> Neural Quantum States</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#cost-function" style="font-size: 80%;"> Cost function</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs002.html#python-version-for-the-two-non-interacting-particles" style="font-size: 80%;"> Python version for the two non-interacting particles</a></li> | ||
<!-- navigation toc: --> <li><a href="._week14-bs001.html#overview-of-week-17-april-22-26" style="font-size: 80%;">Overview of week 17, April 22-26</a></li> | ||
|
||
</ul> | ||
</li> | ||
|
@@ -159,7 +72,7 @@ | |
<!-- ------------------- main content ---------------------- --> | ||
<div class="jumbotron"> | ||
<center> | ||
<h1>Week 17, April 24-28. Neural networks and project 2</h1> | ||
<h1>Week 17, April 22-26. TBA</h1> | ||
</center> <!-- document title --> | ||
|
||
<!-- author(s): Morten Hjorth-Jensen Email [email protected] --> | ||
|
@@ -191,7 +104,6 @@ <h4>April 24-28</h4> | |
<ul class="pagination"> | ||
<li class="active"><a href="._week14-bs000.html">1</a></li> | ||
<li><a href="._week14-bs001.html">2</a></li> | ||
<li><a href="._week14-bs002.html">3</a></li> | ||
<li><a href="._week14-bs001.html">»</a></li> | ||
</ul> | ||
<!-- ------------------- end of main content --------------- --> | ||
|
@@ -205,7 +117,7 @@ <h4>April 24-28</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
Oops, something went wrong.