-
The parameters of the transform function are
```
def transform(self, X, perplexity=5, initialization="median", k=25,
learning_rate=100, n_iter=100, exaggeration=2, momentum=0, max_grad_norm=0.05)…
-
I create a stub wiki page that now needs to be populated: https://github.com/NifTK/NiftyNet/wiki/Google-Summer-of-Code-(GSoC)-2019-Ideas-List
Feel free to use this issue to jot down rough ideas. We…
-
My data file is few gb in size, 30M user-item pairs, 4M users, ~300K items, calculating each iteration takes reasonable time, few minutes:
~/mlpack-3.0.3/build/bin/mlpack_cf -A -t oryxlog.int.t…
-
Greetings. I have this implementation of a trust-region Gauss-Newton method, following Fletcher's book. I also have an SQP method implementation, of which this was a part of. I would love to contribut…
-
Email received
> We have been working the qMR software and have found it very helpful for the qMT; thanks to all of you!
> We are trying to obtain qMT maps of the calf muscle.
> I have a question o…
-
Hi,
https://gist.github.com/pavelponomarev/20ea37324b219c7ed461/revisions
This file is modified to enable utilization of multiprocessing.Pool.map(func, iterable[, chunksize]) for parallel evaluation …
-
Hi Kizmuz, First of all congratulations for this really great job!
OK, I have trained my workers, and here you are some questions:
Do you have some code to test predictions with their model?
Do…
-
#### Description
I noticed that sklearn.metrics.pairwise.pairwise_distances function agrees with np.linalg.norm when using np.float64 arrays, but disagrees when using np.float32 arrays. See the c…
-
example1_train_and_test
Undefined function or variable 'mv_get_classifier_param'.
Error in example1_train_and_test (line 38)
param = mv_get_classifier_param('lda');
-
Hi Pavlin! Great work. I did not know about Orange but I am working with scRNA-seq data myself (cf. your Zeisel2018 example) and I am using Python, so it's interesting to see developments in that dire…