Experimental code for better understanding Covid QR codes
-
Updated
Oct 3, 2022 - Python
Experimental code for better understanding Covid QR codes
Implementation of the preconditioned Kaczmarz method https://arxiv.org/abs/1903.01806
matrix decomposition from scratch for matrix analysis and analysis course capstone of ucas
Python functions for numerical analysis: numerical schemes for ODEs, linear algebra, linear/non-linear/iterative solvers, interpolation, and regression analysis.
solving linear equations using QR decomposition written in pure python
QR decomposition for linear systems (possibly overdetermined) using Givens rotations or Householder transformations
The code for prototype selection and instance ranking using matrix decomposition and subspace learning
Matrix decomposition and multiplication on the Cerebras Wafer-Scale Engine (WSE) architecture
This project is focused on the implementation of various numerical algorithms for solving systems of equations. Its primary objective is to enable the user to practice and develop an understanding of the fundamentals of numerical multi-linear algebra.
Compute Lyapunov exponents and Covariant-Lyapunov-Vectors of an RNN update trajectory
a collection of numerical methods written in python language.
Лабораторные и курсовые работы по дисциплине "Вычислительная математика. Численные методы алгебры."
University assignments from the Numerical Methods and Applications course. There are two assignments: EP1 and EP2. They are algorithms to manipulate tridiagonal symmetric matrices, finding their eigenvalues and eigenvectors and applying them in different problem scenarios.
🎓 My university course in numerical analysis from Fedor Sergeevich Peplin. Here you can find some implemented algorithms from this subject with a brief description.
Extractive Text Summarization. Trained on 200k+ CNN and Daily Mail News Articles. Outputs ~3 sentence summaries to match the provided gold summaries, necessary for testing. Uses SpaCy for NER/POS tagging, and implements QR Matrix Decomposition, a semi-supervised model, and word-frequency calculator to determine summary sentences.
Fatoração QR se utilizando de algoritmos de Gram-Schmidt e Reflexões de Householder.
Add a description, image, and links to the qr-decomposition topic page so that developers can more easily learn about it.
To associate your repository with the qr-decomposition topic, visit your repo's landing page and select "manage topics."