Skip to content
View stanlee321's full-sized avatar

Block or report stanlee321

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stanlee321/README.md

Stanley Salvatierra

Electrical engineer. Machine learning researcher and engineer, based in Bolivia.

What I work on

  • Language as operator algebra. Words as unitary matrices, sentences as their ordered, non-commutative products — so word order is carried by the algebra itself, with no positional encodings.
  • ML systems engineering at Deep Microsystems. Taking models from a research notebook to something that runs in production.
  • Open-source reproducibility. The code behind the paper is public, with the raw logs the result tables are rebuilt from.

Latest paper

All You Need Is Non-Commutative Words Carla M. Quispe Flores*, Stanley Salvatierra*, Renan Cabrera — *equal contribution arXiv:2608.29314 [cs.CL], 2026 · abstract · PDF · code (MIT)

Tokens are represented as unitary matrices and a sentence as their ordered product. Because matrix multiplication does not commute, word order comes out of the algebra rather than a positional encoding. The same algebra also gives self-attention with no query, key, or value projections, a canonical-coset readout, and continual learning by nested group extension. Across standard text-classification benchmarks the method matches or exceeds bag-of-words baselines — replacing a ~30,000-dimensional vocabulary space with a dense, 64-parameter real-valued encoding.

This construction is inspired by the mathematics of quantum mechanics, but every computation here is classical and we claim no quantum advantage.

Links

Tech

PyTorch · Node · Go · gRPC · Kubernetes · Flutter/React · AWS


Solve the problem of intelligence, solve everything else!

Pinned Loading

  1. NLP-and-industry NLP-and-industry Public

    This implements a word enbedding map as a diagnosis tool for find possible fails in the machines of a factory.

    Jupyter Notebook 2

  2. LightFlow-TensorFlow LightFlow-TensorFlow Public

    Implementation of Optical Flow predictions throught deep learning using LightFlow architecture proposed in https://arxiv.org/pdf/1804.05830.pdf

    C++ 18 2

  3. bluetooth-rpi-beacon bluetooth-rpi-beacon Public

    Beacons!

    Jupyter Notebook

  4. news-webscraping-python-selenium news-webscraping-python-selenium Public

    This repo is used for scrap news from the web

    Jupyter Notebook 1