computationalmathematicsproject

Repository for the project of CM on the QR factorization and the CG method for the ML Cup dataset.

https://github.com/1stohk1/computationalmathematicsproject

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Repository for the project of CM on the QR factorization and the CG method for the ML Cup dataset.

Basic Info
  • Host: GitHub
  • Owner: 1Stohk1
  • Language: MATLAB
  • Default Branch: main
  • Size: 1.16 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

README.md

ComputationalMathematicsProject

The aim of this project is to propose a solution of the following linear system, taken from the ML Cup by prof. Micheli: $\min_{w} ||\hat{X}w-y||$ where $\hat{X}$ is the matrix obtained by concatenating the (tall thin) matrix from the ML-cup dataset, called $X$, with a few additional columns containing functions of the features of the dataset, and $y$ are the two output columns.

The first algorithm implemented and discussed is the Conjugate Gradient Method, which needs some initial conditions to be met, so the first section will discuss the stage setting. The second part of the report will regard the QR Factorization with Householder reflectors in the variant where one does not form the matrix $Q$, but stores the Householder vectors $u_k$ and uses them to perform (implicitly) products with $Q$ and $Q^T$.

Convergence curve CG

Convergence curve QR

Owner

  • Name: Christian Peluso
  • Login: 1Stohk1
  • Kind: user
  • Location: Campobasso. Molise

Computer science student passionate in the field of artificial intelligence.

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Peluso"
  given-names: "Christian"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Cignoni"
  given-names: "Giacomo"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "Computational Mathematics Project 2023"
version: 1.0
date-released: 2024-01-24
url: "https://github.com/1Stohk1/ComputationalMathematicsProject"

GitHub Events

Total
Last Year