-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcre-machine-learning.html
More file actions
60 lines (45 loc) · 2.64 KB
/
cre-machine-learning.html
File metadata and controls
60 lines (45 loc) · 2.64 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Machine Learning for An Office Investment Risk Indicator</title>
<meta name="description" content="Video of a talk originally presented at the ULI Research Forum, Dallas TX October 2016.">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="styles/main.css">
<script src="scripts/vendor/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 10]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<div class="jumbotron">
<script src="//fast.wistia.com/embed/medias/so0qav6fpq.jsonp" async></script><script src="//fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:57.12% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><div class="wistia_embed wistia_async_so0qav6fpq videoFoam=true" style="height:100%;width:100%"> </div></div></div>
</div>
<div class="row marketing">
<div class="col-lg-12">
<h1>Machine Learning for an Office Investment Risk Indicator</h1>
<h4>Video of a talk originally presented by John Sheffield at the ULI Research Forum, Dallas TX October 2016.</h4>
<h4><a href="https://www.dropbox.com/s/jk0fpee42kqrnf7/ULI%20Research%20-%20Machine%20Learning%20for%20Investment%20Risk.pdf?dl=0" download>Download a copy of the slides here.</a></h4>
</div>
</div>
<div class="footer">
<p>© 2016 The Linnaean Company.<a href="mailto:robb@linnaean.co" class="btn btn-default pull-right">Contact Us</a></p>
</div>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-53698016-1');ga('send','pageview');
</script>
<script src="scripts/plugins.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>