summaryrefslogtreecommitdiff
path: root/content/projects.md
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzotorres@outlook.it>2025-10-19 14:49:45 +0200
committerLorenzo Torres <lorenzotorres@outlook.it>2025-10-19 14:49:45 +0200
commit1e817b3c984c10c14b1e2d1623524f4d283bc1fe (patch)
tree62e24281594ce411fb9af4e1c276420d672878b0 /content/projects.md
parentb1450631786e915e3ed365dfad18478e37c4ee84 (diff)
added MNIST to projects
Diffstat (limited to 'content/projects.md')
-rw-r--r--content/projects.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/projects.md b/content/projects.md
index b071eab..43a388e 100644
--- a/content/projects.md
+++ b/content/projects.md
@@ -2,9 +2,7 @@
# My projects
This is a list of the projects I'm currently working on.\
-Note that some of these could be temprarily unmaintained\
-and currently none is actually usable since I can't manage\
-to finish anything I start (so far).
+Note that some of these could be temprarily unmaintained.
### Work in progress
- [sideros](sideros/): Real time strategy game set in ancient history
@@ -12,3 +10,4 @@ to finish anything I start (so far).
- [cc](cc/): Very basic C99 compiler
### Actually working
+- [mnist](mnist/): Neural network predicting handwritten digits from the MNIST database.