]> git.xolatile.top Git - soikk-Soikk.git/commitdiff
Added neural-net master
authorEnrique <enriquedelacalhacar@gmail.com>
Fri, 15 Dec 2023 20:22:40 +0000 (21:22 +0100)
committerEnrique <enriquedelacalhacar@gmail.com>
Fri, 15 Dec 2023 20:22:40 +0000 (21:22 +0100)
README.md

index 481a5236711ea7085fbda2fd1904c5b53ba28378..3bf2f510a3781a50ec2556ef8147f8cae8f91fff 100644 (file)
--- 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.
 
 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.
 - [**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.