This repository contains a set of classes and functions for doing numerical linear algebra in Python. It is meant to bridge the gap from more fundamental libraries such as numpy.linalg, scipy.linalg ...
This project aims to detect and classify 16x16 pixel drawings into 10 categories (Sun, Moon, Tree, etc.) using linear and probabilistic models. The main focus was not just to use high-level libraries, ...