paper-with-me

Papers

Autoencoder based Randomized Learning of Feedforward Neural Networks for Regression

2021-07-04 · Grzegorz Dudek

Feedforward neural networks are widely used as universal predictive models to fit data distribution. Common gradient-based learning, however, suffers from many drawbacks making the training process ineffective and time-consuming. Alternative randomized learning does not use gradients but selects hidden node parameters randomly. This makes the training process extremely fast. However, the problem in randomized learning is how to determine the random parameters. A recently proposed method uses autoencoders for unsupervised parameter learning. This method showed superior performance on classification tasks. In this work, we apply this method to regression problems, and, finding that it has some drawbacks, we show how to improve it. We propose a learning method of autoencoders that controls the produced random weights. We also propose how to determine the biases of hidden nodes. We empirically compare autoencoder based learning with other randomized learning methods proposed recently for regression and find that despite the proposed improvement of the autoencoder based learning, it does not outperform its competitors in fitting accuracy. Moreover, the method is much more complex than its competitors.

📄 PDF Abstract BibTeX arXiv:2107.01711

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Improving Randomized Learning of Feedforward Neural Networks by Appropriate Generation of Random Parameters

2019-08-15 · Grzegorz Dudek

In this work, a method of random parameters generation for randomized learning of a single-hidden-layer feedforward neural network is proposed. The method firstly, randomly selects the slope angles of the hidden neurons …

Comparison of Autoencoders for tokenization of ASL datasets

2025-01-12 · Vouk Praun-Petrovic, Aadhvika Koundinya, Lavanya Prahallad

Generative AI, powered by large language models (LLMs), has revolutionized applications across text, audio, images, and video. This study focuses on developing and evaluating encoder-decoder architectures for the America…

DecoderDenoisingImage ReconstructionSign Language Recognition

Fixed-Weight Difference Target Propagation

2022-12-19 · Tatsukichi Shibuya, Nakamasa Inoue, Rei Kawakami, Ikuro Sato

Target Propagation (TP) is a biologically more plausible algorithm than the error backpropagation (BP) to train deep networks, and improving practicality of TP is an open issue. TP methods require the feedforward and fee…

Sketching Structured Matrices for Faster Nonlinear Regression

2013-12-01 · NeurIPS 2013 12 · Haim Avron, Vikas Sindhwani, David Woodruff

Motivated by the desire to extend fast randomized techniques to nonlinear $l_p$ regression, we consider a class of structured regression problems. These problems involve Vandermonde matrices which arise naturally in vari…

regression

A Provably Accurate Randomized Sampling Algorithm for Logistic Regression

2024-02-26 · Agniva Chowdhury, Pradeep Ramuhalli

In statistics and machine learning, logistic regression is a widely-used supervised learning technique primarily employed for binary classification tasks. When the number of observations greatly exceeds the number of pre…

Binary Classificationregression