Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/williamjardim/vectorizationjs
- Owner: WilliamJardim
- License: mit
- Created: 2024-06-07T16:49:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T00:20:46.000Z (9 days ago)
- Last Synced: 2025-02-02T01:20:55.596Z (9 days ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 5.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]