gram-schmidt
There are 41 repositories under gram-schmidt topic.
weijie-chen/Linear-Algebra-With-Python
Lecture Notes for Linear Algebra Featuring Python. This series of lecture notes will walk you through all the must-know concepts that set the foundation of data science or advanced quantitative skillsets. Suitable for statistician/econometrician, quantitative analysts, data scientists and etc. to quickly refresh the linear algebra with the assistance of Python computation and visualization.
shantanu1109/Coursera-Imperial-College-of-London-Mathematics-For-Machine-Learning-Specialization
This Repository contains Solutions to the Quizes & Lab Assignments of the Mathematics for Machine Learning Specialization offered by Imperial College of London on Coursera taught by David Dye, Samuel J. Cooper, A. Freddie Page, Marc Peter Deisenroth
pbenner/autodiff
Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics
aazuspan/geeSharp
Pan-sharpening in the Earth Engine code editor
petermchale/math105A
Numerical analysis course in Python
arneish/parallel-PCA-openmp
A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedure used is Modified Gram Schmidt algorithm. The method for Classical Gram Schmidt is also available for use.
nouralmulhem/Communication_Assignments
📶 Digital Communication (ELC325B) Assignments Solutions
ameli/ortho
A python package to generate orthogonal functions for regression
EslamAsHhraf/Communication_Assignments
📶 Digital Communication (ELC325B) Assignments Solutions
rh01/hw-matrix-decomposition
matrix decomposition from scratch for matrix analysis and analysis course capstone of ucas
ZeyadTarekk/Digital-Communication-Assignments
Assignments solutions for the Digital Communication Course taught at Cairo University. (Requirements document included for each assignment)
arashsm79/applied-linear-algebra-lab
Collection of step-by-step programming exercises to introduce students to the applications of linear algebra.
IChowdhury01/Gram-Schmidt-Calculator-Vector-Toolkit
A series of MATLAB functions for performing Gram Schmidt and other vector operations. Also produces 3D plots.
ostad-ai/Machine-Learning
This repository contains topics and codes related to Machine Learning and Data Science, especially in Python
TheGaBr0/GGH
Python implementation of GGH and GGH-HNF lattice-based cryptosystems for research and educational purposes, featuring cryptanalysis tools and a hybrid variant.
ameya-s/fs-gram-schmidt
machine learning
arash79/Numerical-methods
a collection of numerical methods written in python language.
benjiboy50fonz/Gram-Schmidt-Calculator
Gram-Schmidt Algorithm calculator. Useful for many linear algebra applications. It features a GUI allowing for convenient and easy usage.
dantemazza/matrix-plus
Implementation of Laplace expansion(solves for determinant/inverse), Gram-Schmidt, and QR algorithms with a Swing calculator
fardinabbasi/ImageCompression-HistogramMatching
Implementations and analyses of various mathematical and computational techniques, including Lagrange interpolation, LU decomposition, image compression with SVD and FFT, image denoising, histogram matching, and QR decomposition using Gram-Schmidt methods.
iwhoppock/QR_factorisation_julia
Three algorithms (classical GS, modified GS, and Householder) for QR factorisation written in Julia. Included is a standard backsubstitution algorithm also for Julia.
IzabelaKrawczyk/LLL
Main goal of the project is to create aa application GUI to represent the LLL lattice reduction algorithm. GUI createdin Net beans ide 8.2. Project language level 13
jointpoints/vulkan-gram-schmidt
An implementation of Gram-Schmidt process running on GPU.
kuldeep-tolia/OpenACC_FORTRAN_Codes
OpenACC GPU parallelization for various numerical methods and miscellaneous problems using FORTRAN
Pascal-Institute/komat
Matrix library (Linear Algebra)
Shyamyar/ill-conditioned-hilbert
Numerical Methods for Ill-Conditioned Matrices - A project with Hilbert Matrix
Vedant2311/Numerical-Algorithms-Assignments
Compilation of the assignments of the course of COL726: Numerical Algorithms (Spring 2021) and their solutions
vladutmargineanu/Page-Rank
Homeworks for the Numerical Methods course @ ACS, UPB 2018
ArifQuantumChromodynamics/Create-SU-3-
To execute the code, ensure these files are saved in the same directory. Then, compile the file SU3_2.c and run it to observe the result.
CreatorOfCryptids/GramSchmidtFormula
Gram-Schmidt Calculator
gabswb/internship-report
My master's internship report on "Optimization of eigensolvers with GPU"
madisongarccia/MATH215
Computational Linear Algebra - Python
korpog/gram
Gram-Schmidt process
LeonardoSaccotelli/Numerical-Methods-For-Computer-Science
Basic and advanced linear algebra and numerical problems, numerical algorithms, and techniques with multiple applications in the field of Computer Science.