paper-with-me

홈 › Papers

Linear Regression on a Set of Selected Templates from a Pool of Randomly Generated Templates

2021-08-08 · Machine Learning with Applications 2021 8 · Peter Taraba

We study linear regression for two datasets. For the MNIST dataset we do so using max convolutions, whose parameters are generated directly from training images for the digit recognition problem, hence we call them max convolution templates. From a large pool of randomly generated convolutional templates, we select by iterative process the ones which improve defined linear regression minimization problem the most. With these templates, we use linear and logistic regression and achieve high accuracy, comparable with deep neural networks. We explain why, in a production environment, using this approach has advantages over the use of deep neural networks. On a second dataset ‘Adult Data Set’ of income predictions, we show a similar convolution type approach for generating a pool of random templates and show that the same template selection process and linear regression can be used as for the MNIST dataset.

📄 PDF Abstract BibTeX

Code (1)

peta78/linear-regression-voting-and-statistics 공식 구현

Tasks

regression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Offline Handwritten Chinese Text Recognition with Convolutional Neural Networks

2020-06-28 · Brian Liu, Xianchao Xu, Yu Zhang

Deep learning based methods have been dominating the text recognition tasks in different and multilingual scenarios. The offline handwritten Chinese text recognition (HCTR) is one of the most challenging tasks because it…

Handwritten Chinese Text RecognitionLanguage ModelingLanguage Modelling

Are Direct Links Necessary in RVFL NNs for Regression?

2020-03-29 · Grzegorz Dudek

A random vector functional link network (RVFL) is widely used as a universal approximator for classification and regression problems. The big advantage of RVFL is fast training without backpropagation. This is because th…

regression

EasyConvPooling: Random Pooling with Easy Convolution for Accelerating Training and Testing

2018-06-05 · Jianzhong Sheng, Chuanbo Chen, Chenchen Fu, Chun Jason Xue

Convolution operations dominate the overall execution time of Convolutional Neural Networks (CNNs). This paper proposes an easy yet efficient technique for both Convolutional Neural Network training and testing. The conv…

GDP Forecasting using Payments Transaction Data

2021-01-16 · Arunav Das

UK GDP data is published with a lag time of more than a month and it is often adjusted for prior periods. This paper contemplates breaking away from the historic GDP measure to a more dynamic method using Bank Account, C…

Self-Adaptable Templates for Feature Coding

2014-12-01 · NeurIPS 2014 12 · Xavier Boix, Gemma Roig, Salomon Diether, Luc V. Gool

Hierarchical feed-forward networks have been successfully applied in object recognition. At each level of the hierarchy, features are extracted and encoded, followed by a pooling step. Within this processing pipeline, th…

image-classificationImage ClassificationObject RecognitionQuantization