inner-product
There are 20 repositories under inner-product topic.
ShababAhmedd/CSE481_QuantumComputing-I
This repository contains all the theory resources and lab assignments done in the course CSE481 of BracU
stdlib-js/blas-base-ddot
Calculate the dot product of two double-precision floating-point vectors.
ostad-ai/Machine-Learning
This repository contains topics and codes related to Machine Learning and Data Science, especially in Python
stdlib-js/blas-gdot
Calculate the dot product of two vectors.
stdlib-js/blas-sdot
Calculate the dot product of two single-precision floating-point vectors.
hanyoseob/matlab-transpose
Transpose operator
hanyoseob/python-transpose
Tranpose operator
mkalpar/inner-product
a python program that computes the standard inner product of two given vectors
stdlib-js/blas-base-dsdot
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
stdlib-js/blas-base-sdot
Calculate the dot product of two single-precision floating-point vectors.
stdlib-js/blas-base-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
stdlib-js/blas-ddot
Calculate the dot product of two double-precision floating-point vectors.
EcSolticia/FunctionInnerProductMATLAB
Computes the standard inner product of functions
GuilongAaron/NN_with_InnerProduct_for_CTR
This program provides Neural Network with inner product layer in pytorch to solve a CTR prediction model training problem.
Vladislavlhp7/stochastic_rounding
Implementation of Stochastic Rounding as part of COMP36212: Mathematical Systems and Optimisation
doguilmak/Text-Analysis-TF-IDF
Text Analysis and Information Retrieval with TF-IDF provides tools for TF-IDF vectorization, Bayesian probabilistic retrieval, word frequency analysis, and inner product scoring for information retrieval.
khadija267/KNN-Implementation
Implementing KNN Algorithm for classification iris dataset according to sepal length and sepal width.