paper-with-me

홈 › Papers

Online and Adaptive Pseudoinverse Solutions for ELM Weights

2014-05-30 · André van Schaik, Jonathan Tapson

The ELM method has become widely used for classification and regressions problems as a result of its accuracy, simplicity and ease of use. The solution of the hidden layer weights by means of a matrix pseudoinverse operation is a significant contributor to the utility of the method; however, the conventional calculation of the pseudoinverse by means of a singular value decomposition (SVD) is not always practical for large data sets or for online updates to the solution. In this paper we discuss incremental methods for solving the pseudoinverse which are suitable for ELM. We show that careful choice of methods allows us to optimize for accuracy, ease of computation, or adaptability of the solution.

📄 PDF Abstract BibTeX arXiv:1405.7777

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Spectral Stability of Pseudoinverse-Based Extreme Learning Machine

2026-07-09 · Bich Van Nguyen, Ngoc Anh Khong arxiv

Extreme Learning Machine (ELM) computes output weights analytically using the Moore-Penrose pseudoinverse. Although this leads to fast training, its numerical stability depends strongly on the conditioning of the hidden …

Semi-adaptive Synergetic Two-way Pseudoinverse Learning System

2024-06-27 · Binghong Liu, Ziqi Zhao, Shupan Li, Ke Wang

Deep learning has become a crucial technology for making breakthroughs in many fields. Nevertheless, it still faces two important challenges in theoretical and applied aspects. The first lies in the shortcomings of gradi…

InfiniteWalk: Deep Network Embeddings as Laplacian Embeddings with a Nonlinearity

2020-05-29 · Sudhanshu Chanpuriya, Cameron Musco

The skip-gram model for learning word embeddings (Mikolov et al. 2013) has been widely popular, and DeepWalk (Perozzi et al. 2014), among other methods, has extended the model to learning node representations from networ…

Learning Word EmbeddingsMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONWord Embeddings

Comparing the Moore-Penrose Pseudoinverse and Gradient Descent for Solving Linear Regression Problems: A Performance Analysis

2025-05-29 · Alex Adams

This paper investigates the comparative performance of two fundamental approaches to solving linear regression problems: the closed-form Moore-Penrose pseudoinverse and the iterative gradient descent method. Linear regre…

regression

Fast and Accurate Pseudoinverse with Sparse Matrix Reordering and Incremental Approach

2020-11-09 · Jinhong Jung, Lee Sael

How can we compute the pseudoinverse of a sparse feature matrix efficiently and accurately for solving optimization problems? A pseudoinverse is a generalization of a matrix inverse, which has been extensively utilized a…