From 0c636e9fab0b33c17bd6bca866803351fa569150 Mon Sep 17 00:00:00 2001 From: Cayden Yap Date: Mon, 24 Nov 2025 09:49:01 -0800 Subject: [PATCH] add readme --- README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..b865f63 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +# Word2vec from Scratch + +Notebook implementing a skip gram model with negative sampling and customizable parameters. \ No newline at end of file