Deprecated: $wgMWOAuthSharedUserIDs=false is deprecated, set $wgMWOAuthSharedUserIDs=true, $wgMWOAuthSharedUserSource='local' instead [Called from MediaWiki\HookContainer\HookContainer::run in /var/www/html/w/includes/HookContainer/HookContainer.php at line 135] in /var/www/html/w/includes/Debug/MWDebug.php on line 372
Dataset for the challenge at the 2nd MODE workshop on differentiable programming 2022 - MaRDI portal

Deprecated: Use of MediaWiki\Skin\SkinTemplate::injectLegacyMenusIntoPersonalTools was deprecated in Please make sure Skin option menus contains `user-menu` (and possibly `notifications`, `user-interface-preferences`, `user-page`) 1.46. [Called from MediaWiki\Skin\SkinTemplate::getPortletsTemplateData in /var/www/html/w/includes/Skin/SkinTemplate.php at line 691] in /var/www/html/w/includes/Debug/MWDebug.php on line 372

Deprecated: Use of MediaWiki\Skin\BaseTemplate::getPersonalTools was deprecated in 1.46 Call $this->getSkin()->getPersonalToolsForMakeListItem instead (T422975). [Called from Skins\Chameleon\Components\NavbarHorizontal\PersonalTools::getHtml in /var/www/html/w/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php at line 66] in /var/www/html/w/includes/Debug/MWDebug.php on line 372

Deprecated: Use of QuickTemplate::(get/html/text/haveData) with parameter `personal_urls` was deprecated in MediaWiki Use content_navigation instead. [Called from MediaWiki\Skin\QuickTemplate::get in /var/www/html/w/includes/Skin/QuickTemplate.php at line 131] in /var/www/html/w/includes/Debug/MWDebug.php on line 372

Dataset for the challenge at the 2nd MODE workshop on differentiable programming 2022 (Q6720588)

From MaRDI portal





Dataset published at Zenodo repository.
Language Label Description Also known as
English
Dataset for the challenge at the 2nd MODE workshop on differentiable programming 2022
Dataset published at Zenodo repository.

    Statements

    0 references
    Data is in HDF5 format (with LZF compression). For specifics and details, please seehttps://github.com/GilesStrong/mode_diffprog_22_challenge The training file contains two datasets: `x0`: a set of voxelwise X0 predictions (float32) `targs`: a set of voxelwise classes (int): 0 = soil 1 = wall The format of the datasets is a rank-4 array, with dimensions corresponding to (samples, z position, x position, y position). All passive volumes are of the same size: 10x10x10 m, with cubic voxels of size 1x1x1 m, i.e. every passive volume contains 1000 voxels. The arrays are ordered such that zeroth z layer is the bottom layer of the passive volume, and the ninth layer is the top layer. It can be read using e.g. the code below: with h5py.File(train.h5, r) as f: inputs = h5[x0][()] targets = h5[targs][()] The test file only contains the X0 inputs: with h5py.File(test.h5, r)as h5: inputs = h5[x0][()] The private testing sample also contains targets.The private and public splits can be recovered using: from sklearn.model_selection import train_test_split pub, pri = train_test_split(targets, test_size=25000, random_state=3452, shuffle=True)
    0 references
    20 July 2022
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    1.1.0
    0 references

    Identifiers

    0 references