Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuliohrc/linear-algebra-application
Application of linear algebra concepts
https://github.com/tuliohrc/linear-algebra-application
algorithm machine-learning
Last synced: about 1 month ago
JSON representation
Application of linear algebra concepts
- Host: GitHub
- URL: https://github.com/tuliohrc/linear-algebra-application
- Owner: TulioHRC
- License: mit
- Created: 2023-12-14T23:22:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T02:56:00.000Z (11 months ago)
- Last Synced: 2024-03-03T01:29:27.588Z (11 months ago)
- Topics: algorithm, machine-learning
- Language: C++
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Linear-Algebra-Application
The application of the Computational Linear Algebra studies
Table of Contents
## About The Project
Notion organization link: https://long-oviraptor-f4a.notion.site/224c2e9349e7407f98e1b88669f8029a?v=965b465b21174bfbaa6bb9f337500182&pvs=4
It's just the application of the studies of Computational Linear Algebra in UFMG, that'll be made for understanding reasons.
The objective is to have, things like:
* Calculator for matrices
* A = LU factoration
* PA = LU factoration
* Cholesky factoration
* A = QR factoration
* Linear Regression (and its use for machine learning)
* A = QR with Householder factoration
* SVD factoration
* Eigenvalues and vectors### Built With
* ![Cpp][Cpp]
## Getting Started
## Usage
## Contributing
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Túlio - [email protected]
Project Link: [https://github.com/TulioHRC/Linear-Algebra-Application](https://github.com/TulioHRC/Linear-Algebra-Application)
[contributors-shield]: https://img.shields.io/github/contributors/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[contributors-url]: https://github.com/TulioHRC/Linear-Algebra-Application/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[forks-url]: https://github.com/TulioHRC/Linear-Algebra-Application/network/members
[stars-shield]: https://img.shields.io/github/stars/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[stars-url]: https://github.com/TulioHRC/Linear-Algebra-Application/stargazers
[issues-shield]: https://img.shields.io/github/issues/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[issues-url]: https://github.com/TulioHRC/Linear-Algebra-Application/issues
[license-shield]: https://img.shields.io/github/license/TulioHRC/Linear-Algebra-Application.svg?style=for-the-badge
[license-url]: https://github.com/TulioHRC/Linear-Algebra-Application/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/tulio-henrique00
[Cpp]: https://img.shields.io/badge/C++-00599C?style=flat-square&logo=C%2B%2B&logoColor=white