-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<html> | ||
<meta name="description" content="STAT4402/STAT7503"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
<meta name="keywords" content="STAT4402, machine learning, theory and applications"> | ||
|
||
<head> | ||
<style> | ||
.course_title { | ||
color: brown; | ||
text-align: center; | ||
} | ||
.body { | ||
margin-left: 15%; | ||
margin-right: 25%; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
width: 100%; | ||
} | ||
tr { | ||
border-top: 2px solid #ccc; | ||
border-bottom: 2px solid #ccc; | ||
} | ||
th, td { | ||
padding-top: 0.2em; | ||
padding-bottom: 0.5em; | ||
} | ||
th { | ||
text-align: left; | ||
#color: brown; | ||
#background-color: orange; | ||
#background-color: #AAAAEE; | ||
#background-color: #EEEECC; | ||
background-color: #DDDDEE; | ||
} | ||
td:first-child { | ||
font-weight:bold | ||
} | ||
</style> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125717656-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-125717656-1'); | ||
</script> | ||
|
||
<title>Machine Learning as a New Tool for Applied Mathematicians</title> | ||
</head> | ||
|
||
<!--body class='body' style='font-family:"Comic Sans MS"'--> | ||
<body class='body'> | ||
<H1 class="course_title">Reinforcement Learning: Theory, Algorithms and Applications</H1> | ||
<H3 style="text-align:center"><a href="../../index.html">Nan Ye</a></H3> | ||
<H3 style="text-align:center">1-5 July 2024, UQ</H3> | ||
<p> | ||
</p> | ||
<p> | ||
</p> | ||
<br> | ||
<a href=" AMSI_WS2024_RL1.pdf">Lecture 1. Introduction and Overview</a> | ||
<br><br> | ||
See a more detailed introduction to machine learning and deep learning | ||
<a href="../../teach/stat3007/index.html">here</a>. | ||
<br><br> | ||
Send comments, feedback and questions to <a href="mailto:[email protected]">[email protected]</a> or | ||
send them <a href="https://docs.google.com/forms/d/143cAgG1F42JijqezGzszxTQ0RRgFWbNH0x0zbnQ7iXI/">here</a>. | ||
</body> | ||
</html> |
Binary file not shown.