Skip to content

Commit

Permalink
editing book ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrhymes committed Apr 12, 2022
1 parent c660ec3 commit e3f7eda
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 198 deletions.
29 changes: 0 additions & 29 deletions book/case-finance/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions book/case-finance/dune

This file was deleted.

9 changes: 0 additions & 9 deletions book/case-finance/dune.inc

This file was deleted.

9 changes: 0 additions & 9 deletions book/case-finance/prelude.ml

This file was deleted.

19 changes: 0 additions & 19 deletions book/case-gpu/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions book/case-gpu/dune

This file was deleted.

9 changes: 0 additions & 9 deletions book/case-gpu/dune.inc

This file was deleted.

9 changes: 0 additions & 9 deletions book/case-gpu/prelude.ml

This file was deleted.

5 changes: 0 additions & 5 deletions book/community/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions book/community/dune

This file was deleted.

9 changes: 0 additions & 9 deletions book/community/dune.inc

This file was deleted.

9 changes: 0 additions & 9 deletions book/community/prelude.ml

This file was deleted.

2 changes: 0 additions & 2 deletions book/core-opt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,4 @@ As can be seen, my repeat operation achieves about half of that in NumPy with re
The outer repeat operation in NumPy is implemented using the single axis version, and thus is less efficient.
The repeat operation in Julia is much slower. One reason is that `repeat` is not a computation-intensive operation, so the optimisation techniques such as static compilation and vectorisation are of less importance than algorithm design.

## Summary

## References
2 changes: 0 additions & 2 deletions book/distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ let push kv_pairs =
) kv_pairs
```

TODO: Explain the code

![MNIST training using Actor](images/distributed/exp_accuracy_01.png){#fig:distributed:exp_accuracy_01}

In [@fig:distributed:exp_accuracy_01], we conduct the real-world experiments using 6 worker nodes with the Parameter Server framework we have implemented.
Expand Down
16 changes: 0 additions & 16 deletions book/ppl/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions book/ppl/dune

This file was deleted.

9 changes: 0 additions & 9 deletions book/ppl/dune.inc

This file was deleted.

9 changes: 0 additions & 9 deletions book/ppl/prelude.ml

This file was deleted.

3 changes: 0 additions & 3 deletions docs/core-opt.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ <h3>Repeat Operations</h3>
<p>The evaluation results compared with NumPy and Julia are shown in <span data-cites="fig:core-opt:opeval_repeat" class="citation">[@fig:core-opt:opeval_repeat]</span>. We also measure the peak memory usage in<span data-cites="fig:core-opt:opeval_tp_repeat_mem_00" class="citation">[@fig:core-opt:opeval_tp_repeat_mem_00]</span>. As can be seen, my repeat operation achieves about half of that in NumPy with regard to both execution speed and memory usage. The outer repeat operation in NumPy is implemented using the single axis version, and thus is less efficient. The repeat operation in Julia is much slower. One reason is that <code>repeat</code> is not a computation-intensive operation, so the optimisation techniques such as static compilation and vectorisation are of less importance than algorithm design.</p>
</section>
</section>
<section class="level2" id="summary">
<h2>Summary</h2>
</section>
<section class="level2" id="references">
<h2>References</h2>
</section>
Expand Down
1 change: 0 additions & 1 deletion docs/distributed.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ <h3>Accuracy</h3>
(k, value)
) kv_pairs</code></pre>
</div>
<p>TODO: Explain the code</p>
<figure>
<img id="fig:distributed:exp_accuracy_01" alt="MNIST training using Actor" src="images/distributed/exp_accuracy_01.png"><figcaption>MNIST training using Actor</figcaption>
</figure>
Expand Down
2 changes: 1 addition & 1 deletion docs/toc.html

Large diffs are not rendered by default.

0 comments on commit e3f7eda

Please sign in to comment.