Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for coding Vector Vector Vector Vector Product
GitHub Repo https://github.com/antonioferris/VectorProblem

antonioferris/VectorProblem

This repo contains code that tries to solve an optimization involving a hidden vector and maximizing dot products!
GitHub Repo https://github.com/AspiringPianist/obc-vector-inner-product

AspiringPianist/obc-vector-inner-product

Distributed Arithmetic implementation of Vector Inner Product using Offset Binary Coding, reducing LUT size by half.
GitHub Repo https://github.com/pritam-acharya/Dot-or-Vector-Product-for-Vectors-in-R-3

pritam-acharya/Dot-or-Vector-Product-for-Vectors-in-R-3

A basic python code to find out the dot or cross product when the user inputs the components of two vectors in R^3
GitHub Repo https://github.com/xinyandai/product-quantization

xinyandai/product-quantization

Implementation of vector quantization algorithms, codes for Norm-Explicit Quantization: Improving Vector Quantization for Maximum Inner Product Search.
GitHub Repo https://github.com/sdrelton/matrix-est-maxelts

sdrelton/matrix-est-maxelts

MATLAB code to estimate the largest elements of a matrix using only matrix-vector products.
GitHub Repo https://github.com/ksopyla/CudaDotProd

ksopyla/CudaDotProd

Different implementation of sparse matrix multiplication. All matrices are in CSR format. The code contains different CUDA kernels for multiply sparse matrix vs dense vector and sparse matrix vs another sparse matrix. It contains several cuda kernel for sparse matrix dense vector product and sparse matrix sparse matrix product.
GitHub Repo https://github.com/rmclarke/SeriesOfHessianVectorProducts

rmclarke/SeriesOfHessianVectorProducts

This repository contains code for the paper Series of Hessian-Vector Products for Saddle-Free Newton Optimisation of Neural Networks, submitted to TMLR.
GitHub Repo https://github.com/malam0100010/Vector-Operations

malam0100010/Vector-Operations

This code can do numerous vector operations including: vector addtion, scalar multiplication, finding the dot product, finding the projection vector, and finding a vector cross product
GitHub Repo https://github.com/bl33h/productOfTwoVectors

bl33h/productOfTwoVectors

This code utilizes CUDA for parallel vector multiplication on a GPU, demonstrating GPU's acceleration capabilities.
GitHub Repo https://github.com/infamousjoeg/cyberark-rag

infamousjoeg/cyberark-rag

Semantic search over CyberArk product documentation, powered by hybrid vector + BM25 retrieval and served via MCP for Claude Desktop and Claude Code.