From f19aaef48b30cc00befca06abf0fc06c715d49ad Mon Sep 17 00:00:00 2001 From: "Pranev (NeTT)" Date: Mon, 29 Jan 2024 12:39:35 +0530 Subject: [PATCH] Update classy and vectorizer URLs and descriptions. (#379) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52be904..bac2a50 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,10 @@ This list is a collection of the best Deno modules and resources. - [dlog](https://github.com/dpmland/dlog) - A ussefull logger for the prompt with icons or simple version! ### Machine learning -- [classy-lala](https://github.com/retraigo/classy-lala) - Regression and Classification library. +- [classy-lala](https://github.com/retraigo/la-classy) - Single-layer perceptrons for supervised learning tasks. - [netsaur](https://github.com/denosaurs/netsaur) - Powerful machine learning, accelerated by WebGPU - [synaptic](https://github.com/load1n9/synaptic) - Dependency-less neural network library ported to deno -- [vectorizer](https://github.com/retraigo/vectorizer) - Convert text into vectors. +- [appraisal](https://github.com/retraigo/appraisal) - Feature extraction and conversion. ### Mail - [deno-smtp](https://github.com/manyuanrong/deno-smtp) - A smtp mail sender for deno.