{"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/structured-variational-learning-of-bayesian","title":"Structured Variational Learning of Bayesian Neural Networks with Horseshoe Priors","arxiv_id":"1806.05975","date":"2018-06-13","proceeding":"ICML 2018 7","authors":["Soumya Ghosh","Jiayu Yao","Finale Doshi-Velez"],"abstract":"Bayesian Neural Networks (BNNs) have recently received increasing attention\nfor their ability to provide well-calibrated posterior uncertainties. However,\nmodel selection---even choosing the number of nodes---remains an open question.\nRecent work has proposed the use of a horseshoe prior over node pre-activations\nof a Bayesian neural network, which effectively turns off nodes that do not\nhelp explain the data. In this work, we propose several modeling and inference\nadvances that consistently improve the compactness of the model learned while\nmaintaining predictive performance, especially in smaller-sample settings\nincluding reinforcement learning.","url_abs":"http://arxiv.org/abs/1806.05975v2","url_pdf":"http://arxiv.org/pdf/1806.05975v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"structured-variational-learning-of-bayesian","repo_url":"https://github.com/hughsalimbeni/bayesian_benchmarks","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"structured-variational-learning-of-bayesian","repo_url":"https://github.com/secondmind-labs/bayesian_benchmarks","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"model-selection","task_name":"Model Selection"},{"task_slug":"open-question","task_name":"Open-Ended Question Answering"},{"task_slug":"reinforcement-learning","task_name":"Reinforcement Learning"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"},{"task_slug":"reinforcement-learning-2","task_name":"reinforcement-learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1806.05975","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1806.05975"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/secondmind-labs/bayesian_benchmarks","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hughsalimbeni/bayesian_benchmarks","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":3,"unverified":7},"by_repo_kind":{"listed":{"samples":10,"ran":3,"repositories":1}},"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":0,"samples":[{"code_sha256_prefix":"9b436ef2d0792040","entry":"add_classficiation","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/data.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/data.py","link_basis":"harvester_set","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":"9b436ef2d0792040"}},{"code_sha256_prefix":"5cadf1fc3261f6c0","entry":"add_regression","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/data.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/data.py","link_basis":"harvester_set","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":"5cadf1fc3261f6c0"}},{"code_sha256_prefix":"cba0faabe1fa7dc7","entry":"normalize","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/data.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/data.py","link_basis":"harvester_set","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":"cba0faabe1fa7dc7"}},{"code_sha256_prefix":"f870491bfd736f8d","entry":"adapt_array","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/database_utils.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/database_utils.py","link_basis":"harvester_set","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":"f870491bfd736f8d"}},{"code_sha256_prefix":"63e11d72c9447f5e","entry":"classification_model","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/models/non_bayesian_models.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/models/non_bayesian_models.py","link_basis":"harvester_set","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":"63e11d72c9447f5e"}},{"code_sha256_prefix":"6969043e1e929528","entry":"convert_array","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/database_utils.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/database_utils.py","link_basis":"harvester_set","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":"6969043e1e929528"}},{"code_sha256_prefix":"fc15d16c3abea6c5","entry":"dict_to_lists","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/database_utils.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/database_utils.py","link_basis":"harvester_set","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":"fc15d16c3abea6c5"}},{"code_sha256_prefix":"c4378427f9c3bf42","entry":"expand_to_absolute","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/paths.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/paths.py","link_basis":"harvester_set","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":"c4378427f9c3bf42"}},{"code_sha256_prefix":"f21ba8b805fe6210","entry":"non_bayesian_model","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/models/non_bayesian_models.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/models/non_bayesian_models.py","link_basis":"harvester_set","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":"f21ba8b805fe6210"}},{"code_sha256_prefix":"8bd09fd901fa3107","entry":"regression_model","repo":"hughsalimbeni/bayesian_benchmarks","repo_kind":"listed","path":"bayesian_benchmarks/models/non_bayesian_models.py","file_url":"https://github.com/hughsalimbeni/bayesian_benchmarks/blob/HEAD/bayesian_benchmarks/models/non_bayesian_models.py","link_basis":"harvester_set","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":"8bd09fd901fa3107"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}