Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimits-ts/numerical-optimization

Using Constrained LS, SVD analysis and PageRank to efficiently solve common problems
https://github.com/dimits-ts/numerical-optimization

constrained-optimization linear-algebra pagerank power-method svd-factorization

Last synced: about 8 hours ago
JSON representation

Using Constrained LS, SVD analysis and PageRank to efficiently solve common problems

Awesome Lists containing this project

README

        

# Numerical Optimization and Linear Algebra

This repository houses 4 distinct projects:
* [House price prediction](https://github.com/dimits-exe/numerical-optimization/tree/master/assign-1)
* [Optimal light placement for rooms using Constrained Linear Squares](https://github.com/dimits-exe/numerical-optimization/tree/master/assign-2)
* [Digit classification using a custpom SVD classifier](https://github.com/dimits-exe/numerical-optimization/tree/master/assign-3)
* [PageRank implementation (power method & system solution) with exploit examples](https://github.com/dimits-exe/numerical-optimization/tree/master/assign-4)

Each of these projects (aside from the 1st) features a full typed report in LaTEX as well as the source code in one or more Python files.