Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed May 2, 2024
1 parent bc1bc33 commit 1c99537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ emcc --target=wasm32-unknown-emscripten -sSTACK_SIZE=50mb -sINITIAL_MEMORY=256mb

Draw a digit from 0-9 in the box and the classifier will try to label the handwritten digit. The resulting relative probabilities will be shown in a plot on the right.

https://shaikh-ubaid.github.io/mnist-classifier-blas-wasm/
https://lfortran.github.io/mnist-classifier-blas-wasm/
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div id="info">
<div><button id="clear">Clear drawing</button></div>
<div id="hist"></div>
<div class="small right"><a href="https://github.com/Shaikh-Ubaid/mnist-classifier-blas-wasm/">[Source]</a></div>
<div class="small right"><a href="https://github.com/lfortran/mnist-classifier-blas-wasm/">[Source]</a></div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
Expand Down

0 comments on commit 1c99537

Please sign in to comment.