-
Hello @lvh
I saw your talk and found the project interesting. I've been trying to use this in a little project of mine but I run into the following error at the startup
```
CompilerException j…
-
from @alanedelman:
We really should think carefully about how the transpose of a vector should dispatch the various `A_*op*_B*` methods. It must be possible to avoid new types and ugly mathematics. F…
-
The intrinsic dimensionality of a dataset is usually not known a priori. Because of this, intrinsic dimensionality estimation techniques have been developed so that one can choose how many components …
-
I am currently using MRD to learn a shared manifold between high-dimensional space Y (7500) and low dimensional space Z (8). The Y-samples are noisy and so the training is leading to learning hyper pa…
-
According to @ogrisel
Needs investigation.
-
We might add `flake8` to ensure that code is PEP8 valid.
See https://github.com/scls19fr/pandas_confusion/blob/master/.travis.yml
-
**Initial description**
The objective of this project is to develop a novel closed form Perspective n Point (PnP) pose estimation algorithm for a monocular camera. A variety of techniques have been de…
-
I want to get two parts from a 2D sketch with extruding operation; however, once I extrude from the 2D sketch, I cannot extrude again from it, even I use another variable. I tried deepcopy, newObject …
-
I've only skimmed this so far [Learning Eigenfunctions Links Spectral Embedding
and Kernel PCA (Bengio et al., 2004)](http://research.microsoft.com/en-us/people/nicolasl/eigen_dimred.pdf) but it looks…
-
What if at every split we just sample two items and compute the hyperplane that separates them?
For angular distance you would normalize the two items first. This would also generalize to arbitrary p…