Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/williamjardim/vectorizationjs

Uma biblioteca simples para operações vetoriais e matriciais em JavaScript. A simple library for vector and matrix operations in JavaScript.
https://github.com/williamjardim/vectorizationjs

computer-science data-science data-structures linear-algebra mathematical-functions matrix matrix-calculations matrix-computations matrix-functions matrix-library matrix-multiplication numerical-computation statistics vector vector-math vector-search vectors

Last synced: 2 days ago
JSON representation

Uma biblioteca simples para operações vetoriais e matriciais em JavaScript. A simple library for vector and matrix operations in JavaScript.

Awesome Lists containing this project

README

        

# VectorizationJS
![Logo do projeto](https://github.com/WilliamJardim/Vectorization/blob/main/imagens/logo512x512.png)

Welcome to my project VectorizationJS!

# Select a language
* [Português](READMEs/README-Portugues.md)
* [English](READMEs/README-English.md)
* [Español](READMEs/README-Español.md)
* [Русский](READMEs/README-Русский.md)
* [Italiano](READMEs/README-Italiano.md)
* [한국어](READMEs/README-한국어.md)
* [Deutsch](READMEs/README-Deutsch.md)
* [Français](READMEs/README-Français.md)

A simple library for vector and matrix operations in JavaScript.

## Example Images
![Exemplo 1 - Dot product between two vectors](https://github.com/WilliamJardim/VectorizationJS/blob/main/imagens/exemplos/exemplo1.png)
![Exemplo 2 - Dot product between a matrix and vector](https://github.com/WilliamJardim/VectorizationJS/blob/main/imagens/exemplos/exemplo2.png)

## Documentation
* [Read Documentation](Docs/docs-main.md)

## Project Files
- `src/*`: These are all the project files.

## Source code
https://github.com/WilliamJardim/VectorizationJS/tree/main/src

## Examples
https://github.com/WilliamJardim/VectorizationJS/tree/main/examples

## Comparison of Results
**NOTE:** The "compararResultados.py" file is not part of the project. It is only present to compare results and is not related to the project.

## Inspiration
The concepts implemented in this library were inspired by various sources, including:
- Images and diagrams found on Google Images about matrix multiplication and vector operations.
- Personal understanding of linear algebra concepts acquired through academic studies and previous experiences.

## Implementation
The implementations were done independently, based on the understanding of mathematical concepts.

# Author and Contact Information:
- Name: William Alves Jardim
- Email: [email protected]