Dataset Open Access
Bartlett, Deaglan J.;
Desmond, Harry;
Ferreira, Pedro G.
<?xml version='1.0' encoding='utf-8'?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"> <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.7339113"> <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/> <dct:type rdf:resource="http://purl.org/dc/dcmitype/Dataset"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.7339113</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.7339113"/> <dct:creator> <rdf:Description rdf:about="http://orcid.org/0000-0001-9426-7723"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0001-9426-7723</dct:identifier> <foaf:name>Bartlett, Deaglan J.</foaf:name> <foaf:givenName>Deaglan J.</foaf:givenName> <foaf:familyName>Bartlett</foaf:familyName> <org:memberOf> <foaf:Organization> <foaf:name>CNRS & Sorbonne Université, Institut d'Astrophysique de Paris and Astrophysics, University of Oxford</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description rdf:about="http://orcid.org/0000-0003-0685-9791"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0003-0685-9791</dct:identifier> <foaf:name>Desmond, Harry</foaf:name> <foaf:givenName>Harry</foaf:givenName> <foaf:familyName>Desmond</foaf:familyName> <org:memberOf> <foaf:Organization> <foaf:name>Institute of Cosmology & Gravitation, University of Portsmouth</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description rdf:about="http://orcid.org/0000-0002-3021-2851"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0002-3021-2851</dct:identifier> <foaf:name>Ferreira, Pedro G.</foaf:name> <foaf:givenName>Pedro G.</foaf:givenName> <foaf:familyName>Ferreira</foaf:familyName> <org:memberOf> <foaf:Organization> <foaf:name>Astrophysics, University of Oxford</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:title>Exhaustive Symbolic Regression Function Sets</dct:title> <dct:publisher> <foaf:Agent> <foaf:name>Zenodo</foaf:name> </foaf:Agent> </dct:publisher> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2022</dct:issued> <dcat:keyword>Symbolic Regression</dcat:keyword> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-11-20</dct:issued> <owl:sameAs rdf:resource="https://zenodo.org/record/7339113"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/7339113</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.7339112"/> <dct:description><p>ESR (Exhaustive Symbolic Regression) is a symbolic regression algorithm which efficiently and systematically finds all possible equations at fixed complexity (defined to be the number of nodes in its tree representation) given a set of basis functions.&nbsp;This is achieved by identifying the unique equations, so that one minimises the number of equations which one would have to fit to data.</p> <p>Here we provide the functions generated, the unique equations, and the mappings between all equations and unique ones&nbsp;using different sets of basis functions. These are:</p> <ul> <li>&quot;core_maths&quot;:&nbsp;<span class="math-tex">\(\{x, a, {\rm inv}, +, -, \times, \div, {\rm pow} \}\)</span></li> <li>&quot;ext_maths&quot;:&nbsp;<span class="math-tex">\(\{x, a, {\rm inv}, \sqrt{\cdot}, {\rm square}, \exp, +, -, \times, \div, {\rm pow} \}\)</span></li> </ul> <p>where <span class="math-tex">\(x\)</span>&nbsp;is the input variable and <span class="math-tex">\(a\)</span>&nbsp;denotes a constant.</p> <p>One can fit these functions to a data set of interest by using the <a href="https://esr.readthedocs.io">ESR package</a>.</p></dct:description> <dct:description>DJB is supported by the Simons Collaboration on ``Learning the Universe'' and was supported by STFC and Oriel College, Oxford. HD is supported by a Royal Society University Research Fellowship (grant no. 211046). PGF acknowledges support from European Research Council Grant No: 693024 and the Beecroft Trust.</dct:description> <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/> <dct:accessRights> <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess"> <rdfs:label>Open Access</rdfs:label> </dct:RightsStatement> </dct:accessRights> <dcat:distribution> <dcat:Distribution> <dct:license rdf:resource="https://creativecommons.org/licenses/by/4.0/legalcode"/> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7339113"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7339113"/> <dcat:byteSize>84451703</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/7339113/files/core_maths.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7339113"/> <dcat:byteSize>961687318</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/7339113/files/ext_maths.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 175 | 175 |
Downloads | 24 | 24 |
Data volume | 8.2 GB | 8.2 GB |
Unique views | 153 | 153 |
Unique downloads | 21 | 21 |