Recursive Feature Machines
An implementation of Recursive Feature Machines (RFM), a feature-learning approach that iteratively constructs task-adapted representations as an alternative to standard neural network training pipelines; see Science 2024 and arXiv. ▦GitHub
EigenPro
A fast and scalable kernel solver for large-scale machine learning problems. EigenPro uses eigendecomposition-based approximations to make kernel methods practical on very large datasets. ▦GitHub