1 repository
Writing numerical algorithms and matrix operations specifically leveraging NumPy arrays.
Distinct from NumPy Array Integration: Distinct from NumPy Array Integration: focuses on the act of implementing mathematical algorithms rather than the low-level memory mapping of arrays.
Explore 1 awesome GitHub repository matching scientific & mathematical computing · Algorithm Development. Refine with filters or upvote what's useful.
This project is a reference collection of statistical learning algorithms built from scratch using NumPy for linear algebra and matrix operations. It serves as an educational resource for studying the mathematical foundations and inner workings of machine learning models through manual implementations. The codebase provides hand-coded implementations of both supervised and unsupervised learning. This includes classification and regression models such as support vector machines, decision trees, and Naive Bayes, as well as data clustering and pattern discovery methods like k-means and hierarchi
Writing high-performance linear algebra and matrix operations using NumPy to implement mathematical formulas and academic pseudocode.