From b48ebb5dfdbf78a8e6562b76bca243f548fb17ee Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Sun, 20 Oct 2024 03:39:34 -0400 Subject: [PATCH 1/2] add NeuralNetworks-V-Module 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 From e7b06d901e1e1042ffdaef9195f8cfdea2b96a02 Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Sun, 20 Oct 2024 03:53:59 -0400 Subject: [PATCH 2/2] Update README.md add Unikernel add v-analyzer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 442b569..d0c764f 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ ### Operating systems/Kernels - [Vinix](https://github.com/vlang/vinix) - Small and simple OS in V. Runs bash. +- [V-Unikernel](https://github.com/vlang/unikernel) - A unikernel is a computer program statically linked with the operating system code on which it depends. ### Package managers @@ -357,6 +358,7 @@ #### VS Code - [vscode-vlang](https://github.com/vlang/vscode-vlang) - V Language extension for Visual Studio Code. +- [v-analyzer](https://github.com/vlang/v-analyzer) - Bring IDE features for the V programming language to VS Code. #### Vim