From 86394c7f87f7568cd08ab571b2e027e3bcc80a9a Mon Sep 17 00:00:00 2001 From: alikia2x Date: Sun, 1 Sep 2024 22:57:52 +0800 Subject: [PATCH] update: readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49aeb6d..f8bfa84 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,5 @@ The model located in the `/intention-classify` directory is designed to categori We employ a Convolutional Neural Network (CNN) architecture combined with an Energy-based Model for open-set recognition. This model is optimized to be lightweight, ensuring it can run on a wide range of devices, including within the browser environment. + +A detailed explain of how it works could be found in [this blog post](https://blog.alikia2x.com/en/posts/sparkastml-intention/).