aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEnrique2023-12-15 21:22:40 +0100
committerEnrique2023-12-15 21:22:40 +0100
commitfc80f8f338bbc4efeed8a39e59e3d590a0187713 (patch)
tree3b94535c3ad07f50373b65a95c30e44741758648 /README.md
parenta9495ea7203a02fb49494ce9a76fd2971856605e (diff)
downloadsoikk-Soikk-fc80f8f338bbc4efeed8a39e59e3d590a0187713.tar.xz
soikk-Soikk-fc80f8f338bbc4efeed8a39e59e3d590a0187713.tar.zst
Added neural-netHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 481a523..3bf2f51 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ I'm a software engineering student who is very familiar and enjoys working with
My (most interesting) projects are:
- [**DB**](https://github.com/Soikk/DB), a WIP local tag based database and database interface that allows you to relate files together with tags.
+- [**neural-net**](https://github.com/Soikk/neural-net), a small implementation of a simple neural net with an example.
- [**pixel-count**](https://github.com/Soikk/pixel-count) is a small toy program made to solve a CTF problem that counts the number of pixels with a certain RGB value in a PNG image.
- [**wordle-guesser**](https://github.com/Soikk/wordle-guesser) a small command line program that parses options to brute force the possible words that match the wordle instructions.
- [**llist.h**](https://github.com/Soikk/llist.h) is a compact linked list library made in C.