{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-13818","title":"Uncertainty Estimation and Generalization Bounds for Modern Deep Learning","arxiv_id":"2606.13818","date":"2026-06-11","proceeding":null,"authors":["Luis A. Ortega"],"abstract":"This thesis investigates how Bayesian principles can deepen our understanding of modern deep learning systems. While neural networks achieve remarkable predictive performance, their ability to generalize and to quantify uncertainty remains only partly understood. This thesis approaches this challenge from both methodological and theoretical angles: unifying Bayesian inference, function-space modeling, and large-deviation theory under a common probabilistic perspective. On the methodological side, the thesis introduces the Deep Variational Implicit Process (DVIP), a scalable Bayesian framework that extends implicit processes to deep architectures. Complementing this, two post-hoc methods -- the Variational Linearized Laplace Approximation (VaLLA) and the Fixed-Mean Gaussian Process (FMGP) -- are proposed to equip pretrained deterministic networks with calibrated uncertainty estimates. The theoretical contributions focus on one of the central open questions in modern machine learning: why do large, over-parameterized neural networks generalize so well? To address this, the thesis develops a unified probabilistic framework that connects three key mechanisms -- diversity, smoothness, and stochasticity -- within the language of PAC-Bayesian and large-deviation theory.","url_abs":"https://arxiv.org/abs/2606.13818","url_pdf":"https://arxiv.org/pdf/2606.13818","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.13818"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/pyg-team/pytorch_geometric","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/chenyaofo/pytorch-cifar-models","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/PGM-Lab/2022-AISTATS-diversity","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Ludvins/2023-ICLR-DVIP","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Ludvins/FixedMeanGaussianProcesses","reach":null}],"summary":{"ran_draft_wrong":4,"ran":32,"ran_fixture":1,"unverified":4},"by_repo_kind":{"found_in_text":{"samples":41,"ran":37,"repositories":4}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":13,"samples":[{"code_sha256_prefix":"0f786c407fb1ee4c","entry":"swish","repo":"chenyaofo/pytorch-cifar-models","repo_kind":"found_in_text","path":"pytorch_cifar_models/vit.py","file_url":"https://github.com/chenyaofo/pytorch-cifar-models/blob/HEAD/pytorch_cifar_models/vit.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":2,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"0f786c407fb1ee4c"}},{"code_sha256_prefix":"acf8577934bf88ae","entry":"PAC2B","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/loss_functions_regression.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/loss_functions_regression.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"acf8577934bf88ae"}},{"code_sha256_prefix":"cfbb845717e042df","entry":"PAC2B_val","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/loss_functions_regression.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/loss_functions_regression.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cfbb845717e042df"}},{"code_sha256_prefix":"b8eb5d7e142384aa","entry":"RandomFeatureLinear","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/sngp/sngp.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/sngp/sngp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b8eb5d7e142384aa"}},{"code_sha256_prefix":"ea7b0835f2d3335f","entry":"build_plot_name","repo":"Ludvins/2023-ICLR-DVIP","repo_kind":"found_in_text","path":"utils/plotting_utils.py","file_url":"https://github.com/Ludvins/2023-ICLR-DVIP/blob/HEAD/utils/plotting_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ea7b0835f2d3335f"}},{"code_sha256_prefix":"cf7081fc34608ea3","entry":"channel_shuffle","repo":"chenyaofo/pytorch-cifar-models","repo_kind":"found_in_text","path":"pytorch_cifar_models/shufflenetv2.py","file_url":"https://github.com/chenyaofo/pytorch-cifar-models/blob/HEAD/pytorch_cifar_models/shufflenetv2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"cf7081fc34608ea3"}},{"code_sha256_prefix":"c7b099eee18f9d82","entry":"compute_length_scale_estimation","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/fmgp/src/utils.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/fmgp/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c7b099eee18f9d82"}},{"code_sha256_prefix":"d9def42110729a85","entry":"conv1x1","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/utils/pretrained_models/resnet.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/utils/pretrained_models/resnet.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d9def42110729a85"}},{"code_sha256_prefix":"fac5364e2f53c6db","entry":"conv3x3","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/utils/pretrained_models/resnet.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/utils/pretrained_models/resnet.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fac5364e2f53c6db"}},{"code_sha256_prefix":"7186655759897af6","entry":"conv_bn","repo":"chenyaofo/pytorch-cifar-models","repo_kind":"found_in_text","path":"pytorch_cifar_models/repvgg.py","file_url":"https://github.com/chenyaofo/pytorch-cifar-models/blob/HEAD/pytorch_cifar_models/repvgg.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"7186655759897af6"}},{"code_sha256_prefix":"295ee5b09ae2c97c","entry":"create_config","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"uncertainty_baselines/models/bert.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/uncertainty_baselines/models/bert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"295ee5b09ae2c97c"}},{"code_sha256_prefix":"40ffce7d1720bb3e","entry":"create_feature_and_label","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"uncertainty_baselines/models/bert.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/uncertainty_baselines/models/bert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"40ffce7d1720bb3e"}},{"code_sha256_prefix":"d0a7c4df3411553b","entry":"datetime_str","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"experiments/utils.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/experiments/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d0a7c4df3411553b"}},{"code_sha256_prefix":"e84bd011992827f4","entry":"disagreement","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"uncertainty_metrics/tensorflow/diversity.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/uncertainty_metrics/tensorflow/diversity.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e84bd011992827f4"}},{"code_sha256_prefix":"b842f0051e5f8d0f","entry":"double_fault","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"uncertainty_metrics/tensorflow/diversity.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/uncertainty_metrics/tensorflow/diversity.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b842f0051e5f8d0f"}},{"code_sha256_prefix":"e64589228e0c490c","entry":"fix_path","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"experiments/utils.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/experiments/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e64589228e0c490c"}},{"code_sha256_prefix":"bd897ef8c63d2700","entry":"gaussian_logdensity","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/utils/utils.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/utils/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bd897ef8c63d2700"}},{"code_sha256_prefix":"af9e9b168d689923","entry":"get_mlp","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/utils/pretrained_models/mlp.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/utils/pretrained_models/mlp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"af9e9b168d689923"}},{"code_sha256_prefix":"c337f974be7358c0","entry":"hermgauss","repo":"Ludvins/2023-ICLR-DVIP","repo_kind":"found_in_text","path":"src/quadrature.py","file_url":"https://github.com/Ludvins/2023-ICLR-DVIP/blob/HEAD/src/quadrature.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c337f974be7358c0"}},{"code_sha256_prefix":"89781e10d38d157e","entry":"logit_kl_divergence","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"uncertainty_metrics/tensorflow/diversity.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/uncertainty_metrics/tensorflow/diversity.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"89781e10d38d157e"}},{"code_sha256_prefix":"0bac0ac5d129be80","entry":"make_layers","repo":"chenyaofo/pytorch-cifar-models","repo_kind":"found_in_text","path":"pytorch_cifar_models/vgg.py","file_url":"https://github.com/chenyaofo/pytorch-cifar-models/blob/HEAD/pytorch_cifar_models/vgg.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"0bac0ac5d129be80"}},{"code_sha256_prefix":"e7c93df492ca3a3c","entry":"mlp_1LDenseDeterministic","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/models_regression.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/models_regression.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e7c93df492ca3a3c"}},{"code_sha256_prefix":"0b3edd9ea89609a4","entry":"mlp_1LDenseDeterministic_Dropout","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/models_regression.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/models_regression.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0b3edd9ea89609a4"}},{"code_sha256_prefix":"f51e32bce3b5dd50","entry":"mlp_2LDenseDeterministic","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/models_regression.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/models_regression.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f51e32bce3b5dd50"}},{"code_sha256_prefix":"ad2f9e71bb948814","entry":"mse_variance","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/loss_functions_regression.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/loss_functions_regression.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ad2f9e71bb948814"}},{"code_sha256_prefix":"e5a113b7584c58ad","entry":"mvhermgauss","repo":"Ludvins/2023-ICLR-DVIP","repo_kind":"found_in_text","path":"src/quadrature.py","file_url":"https://github.com/Ludvins/2023-ICLR-DVIP/blob/HEAD/src/quadrature.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e5a113b7584c58ad"}},{"code_sha256_prefix":"507efacc4593b54f","entry":"plot_prediction","repo":"Ludvins/2023-ICLR-DVIP","repo_kind":"found_in_text","path":"utils/plotting_utils.py","file_url":"https://github.com/Ludvins/2023-ICLR-DVIP/blob/HEAD/utils/plotting_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"507efacc4593b54f"}},{"code_sha256_prefix":"f5c0924bdf10d63a","entry":"psd_safe_eigen","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/laplace/ella/utils.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/laplace/ella/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f5c0924bdf10d63a"}},{"code_sha256_prefix":"2a8846306c2df5bf","entry":"reparameterize","repo":"Ludvins/2023-ICLR-DVIP","repo_kind":"found_in_text","path":"src/utils.py","file_url":"https://github.com/Ludvins/2023-ICLR-DVIP/blob/HEAD/src/utils.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2a8846306c2df5bf"}},{"code_sha256_prefix":"a26f1425bbe08478","entry":"resnet20_deterministic","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/resnet20_deterministic.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/resnet20_deterministic.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a26f1425bbe08478"}},{"code_sha256_prefix":"b7a62a4e0b1cf9a3","entry":"safe_cholesky","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/utils/utils.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/utils/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b7a62a4e0b1cf9a3"}},{"code_sha256_prefix":"f224c69ef3f3fab4","entry":"safe_inverse","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/utils/utils.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/utils/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f224c69ef3f3fab4"}},{"code_sha256_prefix":"b882a7aff506fc95","entry":"scatter_data","repo":"Ludvins/2023-ICLR-DVIP","repo_kind":"found_in_text","path":"utils/plotting_utils.py","file_url":"https://github.com/Ludvins/2023-ICLR-DVIP/blob/HEAD/utils/plotting_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b882a7aff506fc95"}},{"code_sha256_prefix":"9110c7d87661f572","entry":"score","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/utils/metrics.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/utils/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9110c7d87661f572"}},{"code_sha256_prefix":"53d67f7e874f1a79","entry":"score_samples","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/utils/metrics.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/utils/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"53d67f7e874f1a79"}},{"code_sha256_prefix":"1dbd6e4dad05ca85","entry":"subsample","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/laplace/ella/utils.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/laplace/ella/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1dbd6e4dad05ca85"}},{"code_sha256_prefix":"a48e38fde47691fc","entry":"subsample_balanced","repo":"Ludvins/FixedMeanGaussianProcesses","repo_kind":"found_in_text","path":"bayesipy/laplace/ella/utils.py","file_url":"https://github.com/Ludvins/FixedMeanGaussianProcesses/blob/HEAD/bayesipy/laplace/ella/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a48e38fde47691fc"}},{"code_sha256_prefix":"323c373e0a928fe7","entry":"get_dataset","repo":"Ludvins/2023-ICLR-DVIP","repo_kind":"found_in_text","path":"utils/dataset.py","file_url":"https://github.com/Ludvins/2023-ICLR-DVIP/blob/HEAD/utils/dataset.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"323c373e0a928fe7"}},{"code_sha256_prefix":"71ede92eb0ff34d4","entry":"hermgaussquadrature","repo":"Ludvins/2023-ICLR-DVIP","repo_kind":"found_in_text","path":"src/quadrature.py","file_url":"https://github.com/Ludvins/2023-ICLR-DVIP/blob/HEAD/src/quadrature.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"71ede92eb0ff34d4"}},{"code_sha256_prefix":"aa3f94b61db0da9c","entry":"mlp_1LDenseEnsemble","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/models.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aa3f94b61db0da9c"}},{"code_sha256_prefix":"cf840fd65bedfd1f","entry":"mlp_1LDenseSingle","repo":"PGM-Lab/2022-AISTATS-diversity","repo_kind":"found_in_text","path":"baselines/utils/models.py","file_url":"https://github.com/PGM-Lab/2022-AISTATS-diversity/blob/HEAD/baselines/utils/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cf840fd65bedfd1f"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}