-
```
Calculating pair-based correlation functions on small data sets (~1000s of
objects) results in a
correlation function that flattens out at medium angular scales (~0.1 degrees).
It's unclear ex…
-
And create two tables with the results:
1) Selected Features
2) Classification Accuracies per method with the new features over every dataset (similar table to the existing one)
-
Enable parallelization of model fitting during cross-validation via c++11 threads. Tasks are large enough where nothing fancy (a pool, fine-scale control, etc.) should be necessary. In terms of codi…
-
Hi,
I think rotation in Gaussian2D isn't working properly.
To reproduce:
```
xoff=yoff=0
xdiam=1
ydiam=3
xg,yg=numpy.mgrid[:16,:16]-16/2.+0.5
img0=(models.Gaussian2D(1,xoff,yoff,xdiam,ydiam,0.*numpy.…
agb32 updated
10 years ago
-
(With thanks to @jcupitt for this suggestion.)
Use the window size of the selected interpolator (e.g. 4 for bicubic) to reduce the factor of vips_shrink by, instead using vips_affine.
> This reduces…
-
We would like to do real time q-space undersampling to reduce data acquisition time in pediatric subjects DTI studies. Can you allow cmrr_mbep2d_diff to specify arbitrary b values and directions to m…
-
@好东西传送门 ,请问目前有木有关于不平衡数据分类(imbalance dataset classification)任务的人工二维toy dataset,我有些关于下采样的初步想法,想在这样的toy数据上看看对不对,二维的主要是可以可视化,容易看。
http://www.weibo.com/1855519363/Bgph3cHlX?mod=weibotime
-
For imbalanced classes. What are good and simple stragegies here?
-
-
Our sampling strategy needs more thought regarding the evaluation of the metering pulses. Currently, we undersample the measurements coming from the measurement chip (the pulses) by sending out readin…