Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for Problem Vector Vector Product
GitHub Repo https://github.com/Arnab-Gupta/parallel-vector-dot-product

Arnab-Gupta/parallel-vector-dot-product

A repository containing scripts that generate and run a series and OpenMP parallel implementation of a vector dot product operation to compare runtimes over a large range of problem sizes.
GitHub Repo https://github.com/yogami/agent-semantic-aligner

yogami/agent-semantic-aligner

PROBLEM: Agents fail on vocabulary gaps ("widgets" ≠ "components") PRODUCT: Translation middleware embedding messages → shared vector space → LLM clarification → relay
GitHub Repo https://github.com/teddyoweh/Vector-Algorithms

teddyoweh/Vector-Algorithms

aSolving vectors related problem ( Vector Magnitude, Vector Dot Product, Vector Angle)
GitHub Repo https://github.com/Justice0893/LWE-KEM_MatProd

Justice0893/LWE-KEM_MatProd

Post Quantum Learning With Errors Problem Based Key Encapsulation Protocols and Matrix Vector Product
GitHub Repo https://github.com/LukeIvan/Machine-Problems-ELEC470

LukeIvan/Machine-Problems-ELEC470

Includes sequential, pthread, & openmp implementations of vector dot product and matrix multiplication algorithms, used for the Machine Problem assignment in the ELEC470 W25 Semester.
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/istiakahmed-rifat/vector

istiakahmed-rifat/vector

I'm trying to add some programs related to solving vector problems. such as, product of vectors, angle between them etc.
GitHub Repo https://github.com/karthikraj2103/Hybrid-recommendation-system-using-Vector-DB

karthikraj2103/Hybrid-recommendation-system-using-Vector-DB

This project focuses on designing a Hybrid Recommendation System to improve product discovery in large online platforms and this system combines content-based filtering and collaborative filtering to address common problems such as limited personalization, and repetitive recommendations.
GitHub Repo https://github.com/uze/Linear-Algebra

uze/Linear-Algebra

Solving linear systems, matrices, determinants, vector spaces, bases, linear transformations, eigenvectors, norms, inner products, decompositions, applications. Problem solving using MATLAB.
GitHub Repo https://github.com/heywax123/VectorCalculatorCpp

heywax123/VectorCalculatorCpp

A C++ console application that computes vector related problems such as dot product, cross product, angles, and their applications. I used online sources to learn the fundamentals and feedback from industry professionals to build an efficient project.