forked from cheng-tan/vowpalwabbit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.02 KB
/
index.html
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
---
layout: default
body_class: home
---
<div class="content">
{% include hero.html %}
<div class="problem_framing_intro_container">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-12 col-lg-6">
<h2>
Unique research tricks and capabilities
</h2>
</div>
</div>
</div>
</div>
<div class="problem_framing_container">
{% include tabs.html items=site.problem_framing %}
</div>
{% include start.html %}
<div class="research_container">
<div class="container">
<div class="row justify-content-start text-center text-lg-left">
<div class="col-lg-8">
{% include research_intro.html %}
<div>
For more detail on research, visit the Vowpal Wabbit
<a href="https://github.com/VowpalWabbit/vowpal_wabbit/wiki#research" target="_blank">Bibliography</a>.
</div>
</div>
</div>
</div>
</div>
{% include community.html %}
</div>