-
Kotlin∇ tries to build a mathematically sound type system capturing the relationship between functions and fields. This design should be described more formally, but in short there are two approaches:…
-
I'm curious of the thoughts of creating a type along the lines of `CartCoords`, `UnitCoords`, `CartesianCoords`, etc. that serves as the unit-sphere implementation of the coordinates.
This is alrea…
-
The CartTrajectoryPt::getClosestJointPose(...) methods needs to be implemented in order to address the sparse planner implementation discussed in issue #37.
-
`Base#[]` could coerce children's types, based on `format` keyword or other indications of a more natural representation. e.g.:
- `format: date-time` coerces to a ruby `Time`
- `format: uuid` coer…
-
Currently, anytime a reference occurs where Federation must invoke an entity/representation query, it calls the underlying service with the list of representations. This happens within https://github…
-
The Theory working group has been automating forecasts in a machine learning framework. Forecasts fit with linear regression, LASSO regression, random forest, and bagged multi-layer perceptron (a neur…
-
This is a very "niche" request, but I would like to think it is a small request that can be completed without too much difficulty. (But I could be completely wrong!)
I work for a radio station, and…
-
Hello Guy, ive been doing lot of expetimentation lately on parsers, grammar and graph theory, and started to dig the relationship between graph theory and computation theory.
Deep down, all those a…
-
I have an application that uses `HashTable IntSet _` (see https://gitlab.imn.htwk-leipzig.de/waldmann/fdaln/-/blob/master/DFA.hs for benchmark - concluding that HashTable is a good choice, and actual …
-
**Conference** :
**Link** : http://arxiv.org/abs/2102.06810
**Authors' Affiliation** : Facebook AI Research
**TL;DR** : SimSiam 논문의 원인을 탐구하는 논문. "How can SSL with only positive pairs avoid represe…