You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fast CPU and GPU Python implementations of Improved Kernel Partial Least Squares (PLS) by Dayal and MacGregor (1997) and Fast Partition-Based Cross-Validation With Centering and Scaling for XTX and XTY by Engstrøm and Jensen (2025).
Computation of training set (X^T * W * X) and (X^T * W * Y) or (X^T * X) and (X^T * Y) in a cross-validation setting using the fast algorithms by Engstrøm and Jensen (2025).
Cerebellar Motion articulator controller is a type of neural network based on a model of mamallian cerebellum. It is a type of associative memory and was proposed by James Albus in 1975. In this code, CMAC is used to demonstrate weighted regression.
A comprehensive repository that predicts future salaries for data science and related roles using six analytical models, including BERT, CAGR, Inflation Adjustment, Skills Premium, Demand & Geographic Growth, and Weighted Regression.