gram-schmidt topic

List gram-schmidt repositories

Linear-Algebra-With-Python

2.2k
Stars
541
Forks
Watchers

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 skills...

autodiff

53
Stars
4
Forks
Watchers

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 an...

geeSharp

37
Stars
5
Forks
Watchers

Pan-sharpening in the Earth Engine code editor

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...

parallel-PCA-openmp

17
Stars
3
Forks
Watchers

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 Clas...