-
Before we add too many new line types, I wanted to have a brief discussion and solicit feelings about guidelines for adding new lines. Ravahn sent some guidance that they were a little concerned abou…
-
My idea is to have airplane sizing & conceptual parameters implemented so that
- when I design a plane I can keep track of the wing area/ load/ weight estimation/ CG/ sizing coefficients and perf…
-
Introduces architecture of digital systems, emphasizing structural principles common to a wide range of technologies. Multilevel implementation strategies; definition of new primitives (e.g., gates, i…
-
Implementing Transform-based Tensor Model in Python:
List
1. Transform-based Tensor Model [1][2]
a) the low-tubal-rank tensor model [2], tSVD when the transform is DFT (Discrete Fourier Trans…
-
GPU code generation for zippered iteration over multiple arrays sharing the same domain results in separate index variables for each array, reducing performance on NVIDIA GPUs. For example, the [strea…
-
### Is your feature request related to a problem? Please describe.
`scipy.sparse.kronsum(A, B)` defines the Kronecker sum as $I_n \otimes A + B \otimes I_m$. Unfortunately, this is the reverse of the…
-
StatsBase.jl defines a type called `StatisticalModel`. This type (and possibly a few others) should define the interface for a broad class of models in statistics and machine learning. Just as the Dis…
-
So a couple things that came up in our meetings were:
- That time-course data would be very useful
- What new algorithms may have corrected the problems in SPADE?
I just found a paper with time-cours…
-
Everything that has been discussed is encoded in this Turtle file:
https://github.com/polifonia-project/stories/blob/main/Sethus:%20Music%20Theorist/SethusVideHomo.ttl
Ontologies involved:
- …
-
The Rank2D visualizer is a feature analysis visualizer that ranks pairwise joint plots of feature columns together (similar to a SPLOM) using a metric in the space [-1, 1] or [0, 1]. The rankings are …