33rd International Conference on Scientific and Statistical Database Management 2021
DOI: 10.1145/3468791.3468838
|View full text |Cite
|
Sign up to set email alerts
|

ArrayQL for Linear Algebra within Umbra

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
3
1

Relationship

1
3

Authors

Journals

citations
Cited by 4 publications
(2 citation statements)
references
References 6 publications
0
2
0
Order By: Relevance
“…Thus a union of all weight matrices forms the base case for the recursion. Within the recursive step, nested CTEs help to evaluate the model (lines 8-19), to backpropagate the loss (lines 20-33) and to compute the derivative per weight matrix (lines [34][35][36][37][38][39][40][41][42][43][44][45]. The first CTE w -just referring to the original weights-is necessary, as PostgreSQL only allows one reference to the recursive table.…”
Section: Training In Sql-92mentioning
confidence: 99%
See 1 more Smart Citation
“…Thus a union of all weight matrices forms the base case for the recursion. Within the recursive step, nested CTEs help to evaluate the model (lines 8-19), to backpropagate the loss (lines 20-33) and to compute the derivative per weight matrix (lines [34][35][36][37][38][39][40][41][42][43][44][45]. The first CTE w -just referring to the original weights-is necessary, as PostgreSQL only allows one reference to the recursive table.…”
Section: Training In Sql-92mentioning
confidence: 99%
“…However, the use of an array as a nested data type interferes with the first normal form (referring to the definition of arrays as a non-atomic data type) and requires copying the data between operations. Instead, to process data in-place of CPU registers, we suggested an array backend for codegenerating database systems [43], which stores matrices in a relational representation (cf. Figure 1).…”
Section: Introductionmentioning
confidence: 99%