-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (180 loc) · 7.91 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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html class="has-background-dark">
<head>
<meta charset="UTF-8">
<title>yarrow.id</title>
<link rel="stylesheet" href="bulma.min.css">
<link rel="stylesheet" href="main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section class="section hero is-dark p-0">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title hero-title">
yarrow
</h1>
<h2 class="subtitle hero-subtitle">
<span class="is-inline-block">
Differentiable IR <!-- string diagrams -->
</span>
<span class="is-inline-block">
for ZKML <!-- for the working programmer -->
</span>
</h2>
<div class="icons mt-2 is-centered">
<a href="https://twitter.com/yarrow_id">
<img src="img/twitter.svg" alt="Twitter">
</a>
<a href="https://discord.gg/GWhkmQgMn7">
<img src="img/discord-mark-white.svg" alt="Discord">
</a>
<a href="https://github.com/yarrow-id/">
<img src="img/github-mark-white.svg" alt="GitHub">
</a>
</div>
</div>
</div>
</section>
<section class="section narrow">
<div class="container">
<article class="columns p-4">
<div class="column is-7 is-vcentered">
<img src="img/optic.svg" alt="a string diagram picturing an optic">
</div>
<div class="column is-5">
<div class="heropic">
<h1 class="title mb-0">scalable syntax</h1>
<h3 class="heading mb-4 has-text-warning">current version: 0.0.3.1</h3>
<p>
yarrow's core library is a datastructure for graph-like
structures called "string diagrams".
<br/>
Use yarrow to represent large networks of operations with
<em>multiple ordered inputs and outputs</em>
(like circuits!)
<br>
<div class="mt-2"></div>
<a href="https://arxiv.org/abs/2305.01041" class="resource-link mt-4 pr-2">[paper]</a>
<a href="https://github.com/yarrow-id/diagrams" class="resource-link mt-4 pr-2">[code]</a>
<a href="https://yarrow-diagrams.readthedocs.io/en/latest/" class="resource-link mt-4">[docs]</a>
</div>
</div>
</article>
</div>
</section>
<section class="section narrow mt-4">
<div class="container">
<article class="columns p-4">
<div class="column is-5">
<div class="heropic">
<h1 class="title mb-0">differentiable circuit IR</h1>
<h3 class="heading mb-4 has-text-warning">current version: 0.0.1.0</h3>
<p>
Phase II of yarrow is a differentiable circuit IR
for Zero-Knowledge ML.
<br/>
yarrow-ml features <strong>zero-knowledge training</strong> of
circuits without the need for slow, floating-point calculations.
<br>
<div class="mt-2"></div>
<a href="https://arxiv.org/abs/2203.06430" class="resource-link mt-4 pr-2">[paper]</a>
<a href="https://github.com/yarrow-id/polycirc/" class="resource-link mt-4 pr-2">[code]</a>
<a href="https://yarrow-polycirc.readthedocs.io/en/latest/" class="resource-link mt-4 pr-2">[docs]</a>
</div>
</div>
<div class="column is-7 is-vcentered">
<img src="img/bilinear.svg" alt="a string diagram picturing a neural network 'bilinear' layer">
</div>
</article>
</div>
</section>
<section class="section narrow mt-6">
<div class="container roadmap">
<div class="columns">
<!-- Roadmap column -->
<div class="column is-6">
<h2 class="title has-text-centered mb-2">roadmap</h2>
<table class="table is-centered is-fullwidth mx-3">
<thead class="has-text-light">
<tr>
<th>what</th>
<th>when</th>
</tr>
</thead>
<tbody>
<tr> <!-- data-parallel algorithms for string diagrams -->
<td>paper <a href="https://arxiv.org/abs/2305.01041">[0]</a></td>
<td><span class="sc has-text-success">done</span></td>
</tr>
<tr>
<td>diagrams library <a href="https://github.com/yarrow-id/diagrams">[1]</a></td>
<td><span class="sc has-text-success">version 0.0.3.1</span></td>
</tr>
<tr>
<td>diagrams docs <a href="https://yarrow-diagrams.readthedocs.io/en/latest/">[2]</a></td>
<td><span class="sc has-text-success">done</span></td>
</tr>
<tr>
<td>circuit IR library <a href="https://pypi.org/project/yarrow-polycirc/">[3]</a></td>
<td><span class="sc has-text-success">version 0.0.0.1</span></td>
</tr>
<tr>
<td>circuit IR docs <a href="https://yarrow-polycirc.readthedocs.io/en/latest/">[4]</a></td>
<td><span class="sc has-text-success">done</span></td>
</tr>
</tbody>
</table>
</div>
<!-- Research column -->
<div class="column is-6">
<h2 class="title has-text-centered mb-0">our research</h2>
<h4 class="heading has-text-centered">(related work)</h4>
<div class="section py-3">
<ul class="has-text-white px-4">
<li class="mt-2">
<a href="https://arxiv.org/abs/2305.01041">Data-Parallel Algorithms for String Diagrams</a>
</li>
<li class="mt-2">
<a href="https://arxiv.org/abs/2203.06430">Categories of Differentiable Polynomial Circuits for Machine Learning</a>
</li>
<li class="mt-2">
<a href="https://arxiv.org/abs/2103.01931">Categorical Foundations of Gradient-Based Learning</a>
</li>
<!--<li class="mt-2">-->
<!--<a href="https://arxiv.org/abs/2105.09257">The Cost of Compositionality: A High-Performance Implementation of String Diagram Composition</a>-->
<!--</li>-->
<li class="mt-2">
<a href="https://arxiv.org/abs/2101.10488">Reverse Derivative Ascent: A Categorical Approach to Learning Boolean Circuits</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section narrow mt-6">
<h2 class="title has-text-centered">team</h2>
<div class="columns is-flex-direction-row is-justify-content-center">
<div class="team-card p-2 mx-6">
<img src="https://www.gravatar.com/avatar/b4fb36735720435130defde1af5c1d01?s=180" alt="portrait of Paul Wilson">
<h4 class="heading has-text-centered mb-0">paul wilson</h4>
<a href="https://statusfailed.com/about.html">statusfailed.com</a>
<div class="mt-1">
<a class="icon" href="https://twitter.com/statusfailed">
<img src="img/twitter.svg" alt="Twitter">
</a>
<a class="icon" href="https://github.com/statusfailed/">
<img src="img/github-mark-white.svg" alt="GitHub">
</a>
</div>
</div>
<div class="team-card p-2 mx-6 mb-4">
<img src="img/fabio.png" alt="portrait of Fabio Zanasi">
<h4 class="heading has-text-centered mb-0">fabio zanasi</h4>
<a href="http://zanasi.com/fabio/">zanasi.com</a>
</div>
</div>
</section>
</body>
</html>