paper-with-me

홈 › Papers

Quasi-orthonormal Encoding for Machine Learning Applications

2020-05-29 · Haw-minn Lu

Most machine learning models, especially artificial neural networks, require numerical, not categorical data. We briefly describe the advantages and disadvantages of common encoding schemes. For example, one-hot encoding is commonly used for attributes with a few unrelated categories and word embeddings for attributes with many related categories (e.g., words). Neither is suitable for encoding attributes with many unrelated categories, such as diagnosis codes in healthcare applications. Application of one-hot encoding for diagnosis codes, for example, can result in extremely high dimensionality with low sample size problems or artificially induce machine learning artifacts, not to mention the explosion of computing resources needed. Quasi-orthonormal encoding (QOE) fills the gap. We briefly show how QOE compares to one-hot encoding. We provide example code of how to implement QOE using popular ML libraries such as Tensorflow and PyTorch and a demonstration of QOE to MNIST handwriting samples.

📄 PDF Abstract BibTeX arXiv:2006.00038

Code (1)

Westhealth/scipy2020 공식 구현 pytorch

Tasks

BIG-bench Machine LearningWord Embeddings

Similar Papers 제목 키워드 기반

Decomposable sums and their implications on naturally quasiconvex risk measures

2022-01-14 · Çağın Ararat, Barış Bilir, Elisa Mastrogiacomo

Convexity and quasiconvexity are two properties that capture the concept of diversification for risk measures. Between the two, there is natural quasiconvexity, an old but not so well-known property weaker than convexity…

Fast Machine Learning Method with Vector Embedding on Orthonormal Basis and Spectral Transform

2023-10-27 · Louis Yu Lu

This paper presents a novel fast machine learning method that leverages two techniques: Vector Embedding on Orthonormal Basis (VEOB) and Spectral Transform (ST). The VEOB converts the original data encoding into a vector…

Data Compression

Tree-Structured Orthonormal Decomposition of the Aitchison Simplex

2026-06-10 · Daisuke Yamada, Qijun Zhang, Travis Pence, Barbara B. Bendlin 외 arxiv

Compositional data -- vectors encoding relative proportions -- arise across scientific domains, including ecology, geochemistry, and genomics. The features in these data often come with known hierarchical structure (e.g.…

All You Need is Beyond a Good Init: Exploring Better Solution for Training Extremely Deep Convolutional Neural Networks with Orthonormality and Modulation

2017-03-06 · CVPR 2017 7 · Di Xie, Jiang Xiong, ShiLiang Pu

Deep neural network is difficult to train and this predicament becomes worse as the depth increases. The essence of this problem exists in the magnitude of backpropagated errors that will result in gradient vanishing or …

All

Locality-sensitive hashing in function spaces

2020-02-10 · Will Shand, Stephen Becker

We discuss the problem of performing similarity search over function spaces. To perform search over such spaces in a reasonable amount of time, we use {\it locality-sensitive hashing} (LSH). We present two methods that a…