Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-classification
|
3 |
+
widget:
|
4 |
+
- text: "Dijkstra's algorithm is an algorithm for finding the [MASK] paths between nodes in a weighted graph"
|
5 |
+
example_title: "Djikstra"
|
6 |
+
- text: "Proposition 1. The sum of the differential weight d on the Dowker complex D(X, Y, R) is the number of elements of Y ."
|
7 |
+
example_title: "Proposition"
|
8 |
+
- text: "Proof. This follows from showing that t is order-reversing in the following way: if σ ⊆ τ, then t(σ) ≥ t(τ)."
|
9 |
+
example_title: "Proof 1"
|
10 |
+
- text: "Theorem 1. Given the Dowker complex D(X, Y, R) and differential weight d, one can reconstruct R up to a bijection on Y ."
|
11 |
+
example_title: "Theorem"
|
12 |
+
- text: "The Dowker complex D(X,Y,R) is a functor between an appropriately con- structed category of relations and the category of abstract simplicial complexes. We prove this fact in Theorem 3 along with a few other observations."
|
13 |
+
example_title: "Basic"
|
14 |
+
- text: "Lemma 1. Let f : X → Y be a simplicial map. For every pair of simplices σ, τ of X satisfying σ ⊆ τ, their images in Y satisfy f(σ) ⊆ f(τ)."
|
15 |
+
example_title: "Theorem"
|
16 |
+
- text: "Since f is a simplicial map, then f(σ) is a simplex of Y and so is f(τ). If σ ⊆ τ, then every vertex v of σ is also a vertex of τ. By the definition of simplicial maps, f(v) is a vertex of both f(σ) and f(τ). Conversely, every vertex of f(σ) is the image of some vertex w of σ. □"
|
17 |
+
example_title: "Proof without keyword"
|
18 |
+
- text: "The Dowker complex defined in Definition 2 is a covariant functor D : Rel → Asc."
|
19 |
+
example_title: "th without keyword"
|
20 |
+
---
|