From 942547c19f49c7d399afc2f16cde444f12488140 Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Sun, 20 Oct 2024 03:47:45 -0400 Subject: [PATCH] readme: add neuralnetworks-v-module (#228) This is a V module to create neural networks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4372fdc..442b569 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ - [vplot](https://github.com/erdetn/vplot) - V wrapper for GNU Plot (`gnuplot_i`). - [vsl](https://github.com/vlang/vsl) - VSL is a Scientific Library with a great variety of different modules. Although most modules offer pure-V definitions, VSL also provides modules that wrap known C libraries among other backends that allow high performance computing as an alternative. Also provides opinionated wrappers for OpenBLAS, LAPACKE, MPI, OpenCL among other libraries. - [vtl](https://github.com/vlang/vtl) - The V Tensor Library is a numerical computing library supporting n-dimensional data structure, backed by VSL. +- [NeuralNetworks-V-Module](https://github.com/Eliyaan/NeuralNetworks-V-Module) - This is a V module to create neural networks. ### Serial Communications