Skip to content

Commit

Permalink
feat: add algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuya0828 committed Mar 3, 2024
1 parent c5e8d40 commit fb19593
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,23 @@ <h2 class="title is-3">Method</h2>
</div>
</div>
</div>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-4">Algorithm</h2>
<div class="content">
<p>
Table 1: List of key notations.
</p>
<img src="./static/imgs/notation.png" alt="notation" >
</div>
<div class="content">
<img src="./static/imgs/algorithm1.png" alt="algorithm1" >
</div>
<div class="content">
<img src="./static/imgs/algorithm2.png" alt="algorithm2" >
</div>
</div>
</div>
<!--/ Method. -->
</div>
</section>
Expand All @@ -159,10 +176,18 @@ <h2 class="title is-3">Results</h2>

<div class="columns is-centered has-text-centered">
<div class="column is-two-fifths">
<div class="content">
<img src="./static/imgs/dataset.png" alt="dataset" >
<p>
Figure 2: Details of the CIFAR-10 dataset.
</p>
</div>
</div>
<div class="column is-three-fifths">
<div class="content">
<img src="./static/imgs/partition.png" alt="partition" >
<p>
Figure 2: Data partition on CIFAR-10.
Figure 3: Data partition on the private dataset.
</p>
</div>
</div>
Expand Down
Binary file added static/imgs/algorithm1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/imgs/algorithm2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/imgs/dataset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/imgs/notation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb19593

Please sign in to comment.