-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
164 lines (133 loc) · 5.5 KB
/
index.html
File metadata and controls
164 lines (133 loc) · 5.5 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE HTML>
<!--
Paradigm Shift by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>DeepBake</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="DeepBake Predictions" />
<meta name="keywords" content="deepbake" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section class="intro">
<header>
<h1>DeepBake</h1>
<p>Baking Machine Learning into the Great British Bake Off</p>
<p><a href="s13.html"><b>Click here for Season 13 Predictions</b></a></p>
<ul class="actions">
<li><a href="#first" class="arrow scrolly"><span class="label">Next</span></a></li>
</ul>
</header>
<div class="content">
<span class="image fill" data-position="center"><img src="fig/background1.jpg" alt="" /></span>
</div>
</section>
<!-- Intro -->
<section id='intro'>
<header>
<h2>What is DeepBake?</h2>
</header>
<div class="content">
<p><strong>DeepBake AI</strong><br>
DeepBake is a collection of neural network predictors, one for each episode. Each week for each baker, DeepBake calculates a probability score for five different rankings such as being the winner, a finalist, or a semi/quarter-finalist. Click here for a in-depth <a href="s11.html#intro">explanation</a> and the <a href="https://github.com/dantaki/DeepBake#what-is-this">GitHub</a> repository</p>
<span class="image fit">
<img src="fig/deepbake_model.png" alt="GBBO Season 11 Predictions"/>
</span>
</div>
</section>
<!-- Season 13 -->
<section id="s13">
<header>
<h2>Season 13 Predictions</h2>
</header>
<div class="content">
<p><strong>Season 13 Predictions</strong><br>
Every week tune in for the most up to date <a href="s13.html">predictions</a> for the GBBO Winner, Finalists, and other placings.</p>
<p><a href="s13.html">Click here for Season 13 Predictions</a></p>
<span class="image fit">
<img src="fig/s13/deepbake_probs_s13.png" alt="GBBO Season 13 Predictions"/>
</span>
</div>
</section>
<!-- Season 12 -->
<section id="s12">
<header>
<h2>Season 12 Predictions</h2>
</header>
<div class="content">
<p><strong>Season 12 Predictions</strong><br>
Every week tune in for the most up to date <a href="s12.html">predictions</a> for the GBBO Winner, Finalists, and other placings.</p>
<p><a href="s12.html">Click here for Season 12 Predictions</a></p>
<span class="image fit">
<img src="fig/s12/deepbake_probs_s12e3.png" alt="GBBO Season 12 Predictions"/>
</span>
</div>
</section>
<!-- Season 11 -->
<section id="s11">
<header>
<h2>Season 11 Predictions</h2>
</header>
<div class="content">
<p><strong>Season 11 Predictions</strong><br>
Every week tune in for the most up to date <a href="s11.html">predictions</a> for the GBBO Winner, Finalists, and other placings.</p>
<p><a href="s11.html">Click here for Season 11 Predictions</a></p>
<span class="image fit">
<img src="fig/s11.png" alt="GBBO Season 11 Predictions"/>
</span>
</div>
</section>
<!-- Season 10 -->
<section>
<header>
<h2>Season 10 Predictions</h2>
</header>
<div class="content">
<p><strong>Season 10 Predictions</strong><br>
We put DeepBake to the test every week of <a href="s10.html">Season 10</a>. See how DeepBake guessed the winner and was correct more often than not at predicting who would leave the tent.</p>
<p><a href="s10.html">Click here for Season 10 Predictions</a></p>
<span class="image fit">
<img src="fig/s10.png" alt="GBBO Season 10 Winner Probability"/>
</span>
</div>
</section>
<!-- GitHub -->
<section>
<header>
<h2>GitHub Repository</h2>
</header>
<div class="content">
<p><strong>Github Repository</strong><br>
Check out the <a href="https://github.com/dantaki/DeepBake">source code</a> for DeepBake. DeepBake is built on python and implements the keras and tensorflow libraries for deep learning. Jupyter notebooks are located in the NOTEBOOKS directory.</p>
<!-- Footer -->
<section>
<footer>
<li>
<ul class="icons">
<li><a href="https://github.com/dantaki" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</li>
</ul>
</footer>
</section>
<!-- Copyright
<div class="copyright">© Untitled. All rights reserved. Design: <a href="https://html5up.net">HTML5 UP</a>.</div>
-->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>