-
Notifications
You must be signed in to change notification settings - Fork 0
/
econML.htm
149 lines (126 loc) · 5.45 KB
/
econML.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Juergen Jung : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Computational Economics</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">Machine Learning for Economics</h1>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<TABLE WIDTH="750" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<!-- 1st cell -->
<TD NOWRAP VALIGN="top" class="style7" style="width: 570px" bgcolor = "#E1F1D2">
<h2>Econ 632 </h2>
<ul>
This is a core course for the newly established </p>
<a href=https://www.towson.edu/cbe/departments/economics/economic-analytics-masters/>Masters in Economic Analytics</a>
M.S. program at the </p>
Department of Economics at Towson University.</p>
</ul>
<h3>Admin</h3>
<ul>
Log into <a href=http://blackboard.towson.edu/>Blackboard</a></p>
<!--
<li><a href="jdocs/Comp/Poster.pdf">Flyer</a></li>
<li><a href="jdocs/Comp/Econ431Syllabus.pdf">Syllabus</a></li>
<li><a href="jdocs/Comp/FinalGradeCheck.xlsx">Grade Calculator </li>
<li><a href="jdocs/Comp/TimeTableCompEcon.xlsx">Tentative time line: lectures and projects</a></li>
-->
</ul>
<h3>Resources</h3>
<ul>
<li><a href="jdocs/Comp/html_new/index.html">Computational Economics Book (New: including R codes)</a></li>
</ul>
<!--
<h3>Projects</h3>
<ul>
<li><a href="jdocs/Comp/Projects/Projects.html">Project ideas</a></li>
<li><a href="jdocs/Comp/Projects/ProjectsHints.html">Project instructions</a></li>
<li><a href="jdocs/Comp/Projects/ProjectsRequirements.html">Project requirements</a></li>
<li>Final Paper due in class: Tuesday, December 5 in class.</li>
<li><a href="jdocs/Comp/Projects/CompEconFinalPresentation.pptx">Tips for Presentation</a></li>
<li><a href="jdocs/Comp/Projects/TeamGradingRubric.pptx"> Team self-evaluation rubik</a></li>
</ul>
-->
<!--
<h3>Midterm exam</h3>
<ul>
<li>2-day take home exam</li>
</ul>
<h3>Final exam </h3>
<ul>
<li>2- day take home exam</li>
</ul>
-->
<!--
<h3>Student Presentations: Round 1</h3>
<ul>
<li><a href="jdocs/Comp/Students/Presentation1/Shaneka-Tommy.pptx">Shaneka- Tommy</a></li>
</ul>
<h3>Student Presentations: Round 2</h3>
<ul>
<li><a href="jdocs/Comp/Students/Presentation2/Brandon-Joshua.pdf">Brandon-Joshua</a></li>
</ul>
<h3>Final Presentation: Round 3</h4>
<ul>
<li><a href="jdocs/Comp/Students/Presentation3/MicahSouleymane.pptx">Micah-Souleymane</a></li>
</ul>
-->
</TD>
<!-- 2d new cell -->
<TD BGCOLOR="#252109" WIDTH="240" NOWRAP VALIGN="TOP">
<strong><font color="#03b4bd" size="2">
<div class="style2">
<CENTER>
<u>Instructor:</u><br>
Dr. Juergen Jung<br>
<br>
e-mail: <a href="mailto:[email protected]">[email protected]</a><br>
phone: (410) 704-3551 <br>
office: Stephens Hall 101D<br>
<br>
<u>Office Hours:</u><br>
Stephens 101D<br>
See Syllabus on Blackboard<br>
<br>
<br>
<u>Class Hours:</u><br>
See Syllabus on Blackboard<br>
<br>
</CENTER>
</div>
</TD>
</TR>
</TABLE>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="style1">Hosted on <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<!-- Google analytics stats counter -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-58166612-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>